Re: [Intel-gfx] [PATCH] drm/i915: The return of i915_gpu_info to debugfs

2017-02-14 Thread Chris Wilson
On Tue, Feb 14, 2017 at 05:00:35PM +0200, Mika Kuoppala wrote: > Chris Wilson writes: > > -static int i915_error_state_release(struct inode *inode, struct file *file) > > +static int i915_gpu_info_open(struct inode *inode, struct file *file) > > { > > - struct

Re: [Intel-gfx] [PATCH] drm/i915: The return of i915_gpu_info to debugfs

2017-02-14 Thread Mika Kuoppala
Chris Wilson writes: > Once upon a time before we had automated GPU state capture upon hangs, > we had intel_gpu_dump. Now we come almost full circle and reinstate that > view of the current GPU queues and registers by using the error capture > facility to snapshot the

[Intel-gfx] [PATCH] drm/i915: The return of i915_gpu_info to debugfs

2017-02-09 Thread Chris Wilson
Once upon a time before we had automated GPU state capture upon hangs, we had intel_gpu_dump. Now we come almost full circle and reinstate that view of the current GPU queues and registers by using the error capture facility to snapshot the GPU state when debugfs/.../i915_gpu_info is opened -

[Intel-gfx] [PATCH] drm/i915: The return of i915_gpu_info to debugfs

2017-01-31 Thread Chris Wilson
Once upon a time before we had automated GPU state capture upon hangs, we had intel_gpu_dump. Now we come almost full circle and reinstate that view of the current GPU queues and registers by using the error capture facility to snapshot the GPU state when debugfs/.../i915_gpu_info is opened -