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

2019-10-31 Thread CK Hu
Hi, Bibby: On Fri, 2019-10-25 at 13:38 +0800, Bibby Hsieh wrote: > 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 | 32 + > drivers/gpu/drm/mediatek/mtk_drm_crtc.h

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

2019-10-31 Thread CK Hu
Hi, Bibby: On Fri, 2019-10-25 at 13:38 +0800, Bibby Hsieh wrote: > 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 | 32 + > drivers/gpu/drm/mediatek/mtk_drm_crtc.h

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

2019-10-24 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 | 32 + drivers/gpu/drm/mediatek/mtk_drm_crtc.h | 3 ++ drivers/gpu/drm/mediatek/mtk_drm_plane.c | 44