Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread 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 > fobj =

[Nouveau] Regression in 5.15 in nouveau

2021-12-07 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

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread Dan Moulding
On 04.12.21 17:40, Stefan Fritsch wrote: > 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

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread Dan Moulding
> Please test if that patch changes anything. Looks like the driver is not functional after applying that patch. As soon as the display manager is supposed to start I get a black screen with just a (working) mouse pointer. VT switching doesn't work after that point. I got the following warning

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); }

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread Daniel Vetter
On Tue, Dec 07, 2021 at 06:32:06PM +0100, Karol Herbst wrote: > On Tue, Dec 7, 2021 at 10:52 AM Christian König > wrote: > > > > Am 06.12.21 um 19:37 schrieb Dan Moulding: > > > On 04.12.21 17:40, Stefan Fritsch wrote: > > >> Hi, > > >> > > >> when updating from 5.14 to 5.15 on a system with

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread Karol Herbst
On Tue, Dec 7, 2021 at 10:52 AM Christian König wrote: > > Am 06.12.21 um 19:37 schrieb Dan Moulding: > > On 04.12.21 17:40, Stefan Fritsch wrote: > >> 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

Re: [Nouveau] Regression in 5.15 in nouveau

2021-12-07 Thread Christian König
Am 06.12.21 um 19:37 schrieb Dan Moulding: On 04.12.21 17:40, Stefan Fritsch wrote: 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