Re: [PATCH] drm/meson: Add implicit fencing support for primary and overlay planes

2018-11-21 Thread Neil Armstrong
On 20/11/2018 10:21, Neil Armstrong wrote: > Hi Koen, > > On 19/11/2018 11:02, Koen Kooi wrote: >> Suggested by Qiang Yu to fix tearing artefacts in the >> Kodi GUI. > > Thanks, indeed this fixes implicit fencing when using Lima on Amlogic Meson > SoCs. > > Any objection to merge this ? > > N

Re: [PATCH] drm/meson: Add implicit fencing support for primary and overlay planes

2018-11-20 Thread Neil Armstrong
Hi Koen, On 19/11/2018 11:02, Koen Kooi wrote: > Suggested by Qiang Yu to fix tearing artefacts in the > Kodi GUI. Thanks, indeed this fixes implicit fencing when using Lima on Amlogic Meson SoCs. Any objection to merge this ? Neil > > Signed-off-by: Koen Kooi > --- > drivers/gpu/drm/meso

[PATCH] drm/meson: Add implicit fencing support for primary and overlay planes

2018-11-19 Thread Koen Kooi
Suggested by Qiang Yu to fix tearing artefacts in the Kodi GUI. Signed-off-by: Koen Kooi --- drivers/gpu/drm/meson/meson_overlay.c | 2 ++ drivers/gpu/drm/meson/meson_plane.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/gpu/drm/meson/meson_overlay.c b/drivers/gpu/drm/meson/