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

2021-07-21 Thread Sean Paul
On Tue, Jul 20, 2021 at 3:47 AM jason-jh.lin wrote: > > The cursor plane should use the current plane state hook in > atomic_async_update because it would not be the new plane state in > the global atomic state, since drm_atomic_helper_swap_state happened > when those plane state hook are run. > >

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

2021-07-20 Thread jason-jh . lin
The cursor plane should use the current plane state hook in atomic_async_update because it would not be the new plane state in the global atomic state, since drm_atomic_helper_swap_state happened when those plane state hook are run. Fix cursor plane didn't update issue by below modification: 1. Re