Re: [Intel-gfx] [PATCH 5/9] drm/i915: print object bindings in debugfs

2013-11-20 Thread Rodrigo Vivi
On Wed, Nov 20, 2013 at 3:03 AM, Chris Wilson wrote: > On Tue, Nov 19, 2013 at 09:37:16AM -0800, Rodrigo Vivi wrote: >> On Tue, Nov 19, 2013 at 5:52 AM, Chris Wilson >> wrote: >> > On Mon, Nov 18, 2013 at 06:32:34PM -0800, Rodrigo Vivi wrote: >> >> From: Daniel Vetter >> >> >> >> This is useful

Re: [Intel-gfx] [PATCH 5/9] drm/i915: print object bindings in debugfs

2013-11-20 Thread Chris Wilson
On Tue, Nov 19, 2013 at 09:37:16AM -0800, Rodrigo Vivi wrote: > On Tue, Nov 19, 2013 at 5:52 AM, Chris Wilson > wrote: > > On Mon, Nov 18, 2013 at 06:32:34PM -0800, Rodrigo Vivi wrote: > >> From: Daniel Vetter > >> > >> This is useful when we only have aliasing ppgtt and want to figure out > >>

Re: [Intel-gfx] [PATCH 5/9] drm/i915: print object bindings in debugfs

2013-11-19 Thread Rodrigo Vivi
On Tue, Nov 19, 2013 at 5:52 AM, Chris Wilson wrote: > On Mon, Nov 18, 2013 at 06:32:34PM -0800, Rodrigo Vivi wrote: >> From: Daniel Vetter >> >> This is useful when we only have aliasing ppgtt and want to figure out >> what exactly is accesssible and what not. Paulo can somehow overwrite >> the

Re: [Intel-gfx] [PATCH 5/9] drm/i915: print object bindings in debugfs

2013-11-19 Thread Chris Wilson
On Mon, Nov 18, 2013 at 06:32:34PM -0800, Rodrigo Vivi wrote: > From: Daniel Vetter > > This is useful when we only have aliasing ppgtt and want to figure out > what exactly is accesssible and what not. Paulo can somehow overwrite > the fbcon framebuffer with the blitter on his hsw machine ... >

[Intel-gfx] [PATCH 5/9] drm/i915: print object bindings in debugfs

2013-11-18 Thread Rodrigo Vivi
From: Daniel Vetter This is useful when we only have aliasing ppgtt and want to figure out what exactly is accesssible and what not. Paulo can somehow overwrite the fbcon framebuffer with the blitter on his hsw machine ... v2: Actually make it compile. Cc: Paulo Zanoni Signed-off-by: Daniel Ve