[Nouveau] [Bug 56461] NV11 black screen & kernel hang on loading nouveaufb

2012-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56461 --- Comment #11 from Emil Velikov --- * if using latest git, only the patch mentioned in commit 10 should be necessary -- You are receiving this mail because: You are the assignee for the bug. ___ Nou

[Nouveau] [Bug 56461] NV11 black screen & kernel hang on loading nouveaufb

2012-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56461 --- Comment #10 from Emil Velikov --- Created attachment 71248 --> https://bugs.freedesktop.org/attachment.cgi?id=71248&action=edit timer fix, take two Sweet, can you the second version of the timer fix. Apply on top of the original patch 6996

[Nouveau] [Bug 56461] NV11 black screen & kernel hang on loading nouveaufb

2012-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56461 --- Comment #9 from Chris Paulson-Ellis --- Hi, I only just realised that you sent me a second patch (I thought you were referring to the first patch, so I went and did the bisect as per my previous message). I've just tried the second patch aga

[Nouveau] [PATCHv3 4/4] drm/nouveau: report channel owner in error messages

2012-12-09 Thread Marcin Slusarz
Signed-off-by: Marcin Slusarz --- v2: finish, fixes after initial review v3: fix reporting of vm_engine when client already went away --- drivers/gpu/drm/nouveau/core/engine/copy/nva3.c | 6 ++-- drivers/gpu/drm/nouveau/core/engine/crypt/nv84.c | 6 ++-- drivers/gpu/drm/nouveau/core/engine/

[Nouveau] [PATCHv2 4/4] drm/nouveau: report channel owner in error messages

2012-12-09 Thread Marcin Slusarz
Signed-off-by: Marcin Slusarz --- drivers/gpu/drm/nouveau/core/engine/copy/nva3.c | 6 ++-- drivers/gpu/drm/nouveau/core/engine/crypt/nv84.c | 6 ++-- drivers/gpu/drm/nouveau/core/engine/crypt/nv98.c | 6 ++-- drivers/gpu/drm/nouveau/core/engine/fifo/nv04.c | 22 +++- drivers/gpu/drm

[Nouveau] [PATCH 3/4] drm/nouveau: prepare for reporting channel owner

2012-12-09 Thread Marcin Slusarz
- record channel owner process name - add some helpers for accessing this information - let nouveau_enum hold additional value (will be needed in the next patch) Signed-off-by: Marcin Slusarz --- drivers/gpu/drm/nouveau/core/core/client.c | 10 ++ drivers/gpu/drm/nouveau/core/cor

[Nouveau] [PATCH 2/4] drm/nouveau: use pr_cont

2012-12-09 Thread Marcin Slusarz
Signed-off-by: Marcin Slusarz --- drivers/gpu/drm/nouveau/core/core/enum.c | 8 drivers/gpu/drm/nouveau/core/engine/copy/nva3.c | 2 +- drivers/gpu/drm/nouveau/core/engine/crypt/nv84.c | 2 +- drivers/gpu/drm/nouveau/core/engine/crypt/nv98.c | 2 +- drivers/gpu/drm/nouveau/c

[Nouveau] [PATCH 1/4] drm/nouveau: split fifo interrupt handler

2012-12-09 Thread Marcin Slusarz
Signed-off-by: Marcin Slusarz --- drivers/gpu/drm/nouveau/core/engine/fifo/nv04.c | 174 1 file changed, 88 insertions(+), 86 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/fifo/nv04.c b/drivers/gpu/drm/nouveau/core/engine/fifo/nv04.c index 2fe14da3..7694

Re: [Nouveau] [RFC PATCH] drm/nouveau: report channel owner in error messages

2012-12-09 Thread Marcin Slusarz
On Sun, Dec 09, 2012 at 02:48:49PM +1000, Ben Skeggs wrote: > > > > diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c > > > > b/drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c > > > > index 487cb8c..d1120fc 100644 > > > > --- a/drivers/gpu/drm/nouveau/core/subdev/fb/nv50.c > > > > +++ b/dri