Re: [Intel-gfx] [PATCH 1/5] drm/i915: Print captured bo for all VM in error state

2014-08-14 Thread Daniel Vetter
On Thu, Aug 14, 2014 at 01:18:46PM +0300, Mika Kuoppala wrote: > Chris Wilson writes: > > > On Wed, Aug 13, 2014 at 05:50:38PM +0300, Mika Kuoppala wrote: > >> Chris Wilson writes: > >> > >> > The current error state harks back to the era of just a single VM. For > >> > full-ppgtt, we capture e

Re: [Intel-gfx] [PATCH 1/5] drm/i915: Print captured bo for all VM in error state

2014-08-14 Thread Mika Kuoppala
Chris Wilson writes: > On Wed, Aug 13, 2014 at 05:50:38PM +0300, Mika Kuoppala wrote: >> Chris Wilson writes: >> >> > The current error state harks back to the era of just a single VM. For >> > full-ppgtt, we capture every bo on every VM. It behoves us to then print >> > every bo for every VM,

Re: [Intel-gfx] [PATCH 1/5] drm/i915: Print captured bo for all VM in error state

2014-08-13 Thread Chris Wilson
On Wed, Aug 13, 2014 at 05:50:38PM +0300, Mika Kuoppala wrote: > Chris Wilson writes: > > > The current error state harks back to the era of just a single VM. For > > full-ppgtt, we capture every bo on every VM. It behoves us to then print > > every bo for every VM, which we currently fail to do

Re: [Intel-gfx] [PATCH 1/5] drm/i915: Print captured bo for all VM in error state

2014-08-13 Thread Mika Kuoppala
Chris Wilson writes: > The current error state harks back to the era of just a single VM. For > full-ppgtt, we capture every bo on every VM. It behoves us to then print > every bo for every VM, which we currently fail to do and so miss vital > information in the error state. > > v2: Use the vma a

[Intel-gfx] [PATCH 1/5] drm/i915: Print captured bo for all VM in error state

2014-08-12 Thread Chris Wilson
The current error state harks back to the era of just a single VM. For full-ppgtt, we capture every bo on every VM. It behoves us to then print every bo for every VM, which we currently fail to do and so miss vital information in the error state. v2: Use the vma address rather than -1! Signed-off