Commits

Fancy Fang committed ba463964ae3
MLK-16536-16 video: fbdev: dcss: change 'refcount' to 'struct kref' type Use 'struct kref' type for 'refcount' field instead of 'atomic_t' to take advantage of 'kref_*()' interface series. The benefit to do so can improve the defered cfifo flush performance, since this defered flush does not need to wait to be done until next vsync happens. Signed-off-by: Fancy Fang <chen.fang@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com>