Re: [PATCH 2/2] drm/mediatek: add fb swap in async_update

2020-02-17 Thread CK Hu
Hi, Bibby: On Thu, 2020-02-13 at 12:06 +0800, CK Hu wrote: > Hi, Bibby: > > On Thu, 2020-02-13 at 09:23 +0800, Bibby Hsieh wrote: > > Besides x, y position, width and height, > > fb also need updating in async update. > > > > Reviewed-by: CK Hu > Applied to mediatek-drm-fixes-5.6 [1],

Re: [PATCH 2/2] drm/mediatek: add fb swap in async_update

2020-02-13 Thread Enric Balletbo Serra
Hi, Missatge de CK Hu del dia dj., 13 de febr. 2020 a les 5:06: > > Hi, Bibby: > > On Thu, 2020-02-13 at 09:23 +0800, Bibby Hsieh wrote: > > Besides x, y position, width and height, > > fb also need updating in async update. > > > > Reviewed-by: CK Hu > > > Fixes: 920fffcc8912 ("drm/mediatek:

Re: [PATCH 2/2] drm/mediatek: add fb swap in async_update

2020-02-12 Thread CK Hu
Hi, Bibby: On Thu, 2020-02-13 at 09:23 +0800, Bibby Hsieh wrote: > Besides x, y position, width and height, > fb also need updating in async update. > Reviewed-by: CK Hu > Fixes: 920fffcc8912 ("drm/mediatek: update cursors by using async atomic > update") > > Signed-off-by: Bibby Hsieh >

[PATCH 2/2] drm/mediatek: add fb swap in async_update

2020-02-12 Thread Bibby Hsieh
Besides x, y position, width and height, fb also need updating in async update. Fixes: 920fffcc8912 ("drm/mediatek: update cursors by using async atomic update") Signed-off-by: Bibby Hsieh --- drivers/gpu/drm/mediatek/mtk_drm_plane.c | 1 + 1 file changed, 1 insertion(+) diff --git