Re: [PATCH 1/2] drm/meson: fix primary plane disabling

2019-06-07 Thread Neil Armstrong
On 06/06/2019 19:25, Kevin Hilman wrote: > Neil Armstrong writes: > >> The primary plane disable logic is flawed, when the primary plane is >> disabled, it is re-enabled in the vsync irq when another plane is updated. >> >> Handle the plane disabling correctly by handling the primary plane >> ena

Re: [PATCH 1/2] drm/meson: fix primary plane disabling

2019-06-06 Thread Kevin Hilman
Neil Armstrong writes: > The primary plane disable logic is flawed, when the primary plane is > disabled, it is re-enabled in the vsync irq when another plane is updated. > > Handle the plane disabling correctly by handling the primary plane > enable flag in the primary plane update & disable cal

[PATCH 1/2] drm/meson: fix primary plane disabling

2019-06-05 Thread Neil Armstrong
The primary plane disable logic is flawed, when the primary plane is disabled, it is re-enabled in the vsync irq when another plane is updated. Handle the plane disabling correctly by handling the primary plane enable flag in the primary plane update & disable callbacks. Fixes: 490f50c109d1 ("drm