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

2022-01-01 Thread Dan Moulding
Tested-by: Dan Moulding Thanks! -- Dan

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 = dma_resv_shared_list(resv

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 exam

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 wh

Re: [Nouveau] [PATCH] drm/nouveau/gr/gf100: Log info message when loading external firmware

2016-09-29 Thread Dan Moulding
Any comments? I also think for developers, it's good to be able to see from someone's dmesg output whether or not external firmware was loaded. Unless there is some other way to do that without this log message? -- Dan On Sep 17, 2016, at 02:04 AM, Dan Moulding wrote: In previou

[Nouveau] [PATCH] drm/nouveau/gr/gf100: Log info message when loading external firmware

2016-09-17 Thread Dan Moulding
In previous versions, it used to log an info message when loading external GR firmware. But that info message was (inadvertently?) removed in commit 18cd5bc. This just adds it back. It's nice for users to be able to confirm whether external firmware was loaded or not. Signed-off-by: Dan Mou