Re: [PATCH v4] drm/mediatek: Fix cursor plane didn't update

2021-07-22 Thread Chun-Kuang Hu
Hi, Jason: jason-jh.lin 於 2021年7月22日 週四 上午9:47寫道: > > The cursor plane should use the current plane state in atomic_async_update > because it would not be the new plane state in the global atomic state > since _swap_state happened when those hook are run. > > Fix cursor plane issue by below modif

[PATCH v4] drm/mediatek: Fix cursor plane didn't update

2021-07-21 Thread jason-jh . lin
The cursor plane should use the current plane state in atomic_async_update because it would not be the new plane state in the global atomic state since _swap_state happened when those hook are run. Fix cursor plane issue by below modification: 1. Remove plane_helper_funcs->atomic_update(plane, sta