Commits

Fancy Fang committed 611235cd54c
MLK-16536-1 video: fbdev: dcss: use kfifo 'out' to be next read offset The kfifo 'out' points to the first byte of data to be consumed next time. So use it to get the data offset to be accessed by CTXLD and remove unused field 'fifo_in' from 'struct ctxld_commit'. Signed-off-by: Fancy Fang <chen.fang@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com>