Re: [PATCH] drm/stm: attach gem fence to atomic state

2019-07-25 Thread Benjamin Gaignard
Le ven. 19 juil. 2019 à 15:35, Philippe CORNU a écrit : > > Hi Lucas & Ahmad, > > Many thanks for your patch, > > Tested successfully on stm32mp157-dk2 (weston & drm). > > Acked-by: Philippe Cornu > Tested-by: Philippe Cornu Applied on drm-misc-next. Thanks, Benjamin > > Philippe :-) > > On 7/

Re: [PATCH] drm/stm: attach gem fence to atomic state

2019-07-19 Thread Philippe CORNU
Hi Lucas & Ahmad, Many thanks for your patch, Tested successfully on stm32mp157-dk2 (weston & drm). Acked-by: Philippe Cornu Tested-by: Philippe Cornu Philippe :-) On 7/12/19 10:42 AM, Lucas Stach wrote: > From: Ahmad Fatoum > > To properly synchronize with other devices the fence from the

[PATCH] drm/stm: attach gem fence to atomic state

2019-07-12 Thread Lucas Stach
From: Ahmad Fatoum To properly synchronize with other devices the fence from the GEM object backing the framebuffer needs to be attached to the atomic state, so the commit work can wait on fence signaling. Signed-off-by: Ahmad Fatoum Signed-off-by: Lucas Stach --- drivers/gpu/drm/stm/ltdc.c |