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

2021-12-11 Thread Stefan Fritsch
we do this. Signed-off-by: Christian König Tested-by: Stefan Fritsch Please also add a cc for linux-stable, so that this is fixed in 5.15.x Cheers, Stefan --- drivers/gpu/drm/nouveau/nouveau_fence.c | 28 + 1 file changed, 15 insertions(+), 13 deletions(-) diff --git

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-08 Thread Stefan Fritsch
On 07.12.21 21:45, Dan Moulding wrote: 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 fobj

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread Stefan Fritsch
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 fobj = dma_resv_shared_list(resv); }

Regression in 5.15 in nouveau

2021-12-06 Thread Stefan Fritsch
Hi, when updating from 5.14 to 5.15 on a system with NVIDIA GP108 [GeForce GT 1030] (NV138) and Ryzen 9 3900XT using kde/plasma on X (not wayland), there is a regression: There is now some annoying black flickering in some applications, for example thunderbird, firefox, or mpv. It mostly happ