Re: [PATCH v1 2/6] drm/mediatek: use DRM core's atomic commit helper

2019-12-01 Thread CK Hu
Hi, Bibby: On Thu, 2019-11-28 at 10:42 +0800, Bibby Hsieh wrote: > The DRM core atomic helper now supports asynchronous commits natively. > The custom drm implementation isn't needed anymore, remove it. Reviewed-by: CK Hu Regards, CK > > Signed-off-by: Bibby Hsieh > --- > drivers/gpu/drm/me

[PATCH v1 2/6] drm/mediatek: use DRM core's atomic commit helper

2019-11-27 Thread Bibby Hsieh
The DRM core atomic helper now supports asynchronous commits natively. The custom drm implementation isn't needed anymore, remove it. Signed-off-by: Bibby Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 86 ++ drivers/gpu/drm/mediatek/mtk_drm_drv.h | 7 --- 2 files ch