Re: [Intel-gfx] [PATCH 1/3] drm/i915: Capture dmc firmware information before reset

2017-02-24 Thread Michel Thierry
On 2/24/2017 11:34 AM, Chris Wilson wrote: On Fri, Feb 24, 2017 at 11:25:29AM -0800, Michel Thierry wrote: On 2/24/2017 11:22 AM, Chris Wilson wrote: On Fri, Feb 24, 2017 at 11:05:28AM -0800, Michel Thierry wrote: The firmware may change between the hang and cat /sys/class/drm/card0/error

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Capture dmc firmware information before reset

2017-02-24 Thread Chris Wilson
On Fri, Feb 24, 2017 at 11:25:29AM -0800, Michel Thierry wrote: > On 2/24/2017 11:22 AM, Chris Wilson wrote: > >On Fri, Feb 24, 2017 at 11:05:28AM -0800, Michel Thierry wrote: > >>The firmware may change between the hang and cat /sys/class/drm/card0/error > >> > >>Cc: Chris Wilson

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Capture dmc firmware information before reset

2017-02-24 Thread Michel Thierry
On 2/24/2017 11:22 AM, Chris Wilson wrote: On Fri, Feb 24, 2017 at 11:05:28AM -0800, Michel Thierry wrote: The firmware may change between the hang and cat /sys/class/drm/card0/error Cc: Chris Wilson Signed-off-by: Michel Thierry Looks

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Capture dmc firmware information before reset

2017-02-24 Thread Chris Wilson
On Fri, Feb 24, 2017 at 11:05:28AM -0800, Michel Thierry wrote: > The firmware may change between the hang and cat /sys/class/drm/card0/error > > Cc: Chris Wilson > Signed-off-by: Michel Thierry Looks sane... > --- >

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Capture dmc firmware information before reset

2017-02-24 Thread Michal Wajdeczko
On Fri, Feb 24, 2017 at 11:05:28AM -0800, Michel Thierry wrote: > The firmware may change between the hang and cat /sys/class/drm/card0/error > > Cc: Chris Wilson > Signed-off-by: Michel Thierry > --- Reviewed-by: Michal Wajdeczko

[Intel-gfx] [PATCH 1/3] drm/i915: Capture dmc firmware information before reset

2017-02-24 Thread Michel Thierry
The firmware may change between the hang and cat /sys/class/drm/card0/error Cc: Chris Wilson Signed-off-by: Michel Thierry --- drivers/gpu/drm/i915/i915_drv.h | 4 drivers/gpu/drm/i915/i915_gpu_error.c | 22 --