Re: [PATCH 3/4] drm/nouveau: always wait for the exclusive fence

2021-07-02 Thread Daniel Vetter
On Fri, Jul 02, 2021 at 01:16:41PM +0200, Christian König wrote: > Drivers also need to to sync to the exclusive fence when > a shared one is present. > > Signed-off-by: Christian König Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/nouveau/nouveau_fence.c | 2 +- > 1 file changed, 1 inse

[PATCH 3/4] drm/nouveau: always wait for the exclusive fence

2021-07-02 Thread Christian König
Drivers also need to to sync to the exclusive fence when a shared one is present. Signed-off-by: Christian König --- drivers/gpu/drm/nouveau/nouveau_fence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_fence.c b/drivers/gpu/drm/nouveau/nouv