Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-09 Thread Christian König
Am 07.12.21 um 21:45 schrieb Dan Moulding: There is a pretty obvious typo in there: --- a/drivers/gpu/drm/nouveau/nouveau_fence.c +++ b/drivers/gpu/drm/nouveau/nouveau_fence.c @@ -359,7 +359,7 @@ nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool e

[Nouveau] [PATCH] drm/nouveau: wait for the exclusive fence after the shared ones v2

2021-12-09 Thread Christian König
Always waiting for the exclusive fence resulted on some performance regressions. So try to wait for the shared fences first, then the exclusive fence should always be signaled already. v2: fix incorrectly placed "(", add some comment why we do this. Signed-off-by: Christian König --- drivers/gp