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

2012-12-10 Thread Marcin Slusarz
On Mon, Dec 10, 2012 at 06:47:41PM +1000, Ben Skeggs wrote: > On Sun, Dec 09, 2012 at 12:04:54PM +0100, Marcin Slusarz wrote: > > 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

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

2012-12-10 Thread Ben Skeggs
On Sun, Dec 09, 2012 at 12:04:54PM +0100, Marcin Slusarz wrote: > 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 > > >

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

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

2012-12-08 Thread Ben Skeggs
On Sun, Dec 09, 2012 at 12:26:42AM +0100, Marcin Slusarz wrote: > On Fri, Dec 07, 2012 at 02:46:53PM +1000, Ben Skeggs wrote: > > On Wed, Dec 05, 2012 at 11:56:22PM +0100, Marcin Slusarz wrote: > > > Full piglit run with this patch: > > > http://people.freedesktop.org/~mslusarz/chan_owners.txt > >

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

2012-12-08 Thread Marcin Slusarz
On Fri, Dec 07, 2012 at 02:46:53PM +1000, Ben Skeggs wrote: > On Wed, Dec 05, 2012 at 11:56:22PM +0100, Marcin Slusarz wrote: > > Full piglit run with this patch: > > http://people.freedesktop.org/~mslusarz/chan_owners.txt > > > > This patch covers only a small subset of all error messages, so: >

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

2012-12-06 Thread Ben Skeggs
On Wed, Dec 05, 2012 at 11:56:22PM +0100, Marcin Slusarz wrote: > Full piglit run with this patch: > http://people.freedesktop.org/~mslusarz/chan_owners.txt > > This patch covers only a small subset of all error messages, so: > Not-yet-signed-off-by: Marcin Slusarz > > Comments? Ideas? Very nice

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

2012-12-06 Thread Maarten Lankhorst
Op 05-12-12 23:56, Marcin Slusarz schreef: > Full piglit run with this patch: > http://people.freedesktop.org/~mslusarz/chan_owners.txt > > This patch covers only a small subset of all error messages, so: > Not-yet-signed-off-by: Marcin Slusarz > > Comments? Ideas? > > (This commit depends on this

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

2012-12-06 Thread Marcin Slusarz
Full piglit run with this patch: http://people.freedesktop.org/~mslusarz/chan_owners.txt This patch covers only a small subset of all error messages, so: Not-yet-signed-off-by: Marcin Slusarz Comments? Ideas? (This commit depends on this one: http://people.freedesktop.org/~mslusarz/0001-drm-nou