Re: [Intel-gfx] [PATCH 1/2] drm/i915: collect per ring page fault info on error

2011-09-20 Thread Chris Wilson
On Mon, 19 Sep 2011 12:07:54 -0700, Ben Widawsky wrote: > Signed-off-by: Ben Widawsky These are a nice set of cleanups and the extra fault reporting may come in handy. (I thought that fault register was to be used in conjunction with ppgtt in order for the gpu to fault in pages...) As Daniel me

[Intel-gfx] [PATCH 1/2] drm/i915: collect per ring page fault info on error

2011-09-19 Thread Ben Widawsky
Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_debugfs.c |3 +++ drivers/gpu/drm/i915/i915_drv.h |1 + drivers/gpu/drm/i915/i915_irq.c |3 +++ drivers/gpu/drm/i915/i915_reg.h |3 +++ 4 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/gpu