Re: [v2 PATCH 3/3] drm/mediatek: Fix cursor plane is not config when primary is updating

2021-09-30 Thread Chun-Kuang Hu
Hi, Jason: jason-jh.lin 於 2021年9月30日 週四 上午10:47寫道: > > If cursor plane has updated but primary plane config task is not > finished, mtk_drm_crtc_update_config will call mbox_flush() to clear > all task in current GCE thread and let cursor plane re-send a new > GCE task with cursor + primary plane

[v2 PATCH 3/3] drm/mediatek: Fix cursor plane is not config when primary is updating

2021-09-29 Thread jason-jh . lin
If cursor plane has updated but primary plane config task is not finished, mtk_drm_crtc_update_config will call mbox_flush() to clear all task in current GCE thread and let cursor plane re-send a new GCE task with cursor + primary plane config to replace the unfinished GCE task. So the plane confi