Re: [PATCH v4 3/7] drm/mediatek: update cursors by using async atomic update

2019-12-05 Thread CK Hu
Hi, Bibby: On Thu, 2019-12-05 at 17:27 +0800, Bibby Hsieh wrote: > Support to async updates of cursors by using the new atomic > interface for that. > Reviewed-by: CK Hu > Signed-off-by: Bibby Hsieh > --- > drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 98 +++- >

[PATCH v4 3/7] drm/mediatek: update cursors by using async atomic update

2019-12-05 Thread Bibby Hsieh
Support to async updates of cursors by using the new atomic interface for that. Signed-off-by: Bibby Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 98 +++- drivers/gpu/drm/mediatek/mtk_drm_crtc.h | 2 + drivers/gpu/drm/mediatek/mtk_drm_plane.c | 47