Re: [Intel-gfx] [RFC PATCH 05/12] drm/i915: Capture the renderstate batchbuffer

2017-10-27 Thread Chris Wilson
Quoting Oscar Mateo (2017-10-27 19:01:08) > It can be useful if it's in play at the time of the crash, > and I will be needing it in AubCrash. Ambiguous pronoun. Just add it to the error-state unconditionally. Active is used very loosely here. -Chris __

[Intel-gfx] [RFC PATCH 05/12] drm/i915: Capture the renderstate batchbuffer

2017-10-27 Thread Oscar Mateo
It can be useful if it's in play at the time of the crash, and I will be needing it in AubCrash. Signed-off-by: Oscar Mateo Cc: Mika Kuoppala Cc: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h | 3 ++- drivers/gpu/drm/i915/i915_gem_render_state.c | 11 +++ drivers/gpu/d