Re: [Intel-gfx] [PATCH 6/6] drm/i915: Wipe hang stats as an embedded struct

2016-11-21 Thread Mika Kuoppala
Chris Wilson writes: > On Wed, Nov 16, 2016 at 05:20:34PM +0200, Mika Kuoppala wrote: >> Bannable property, banned status, guilty and active counts are >> properties of i915_gem_context. Make them so. >> >> v2: rebase >> >> Cc: Chris Wilson >> Signed-off-by: Mika Kuoppala > > Been hesistating

Re: [Intel-gfx] [PATCH 6/6] drm/i915: Wipe hang stats as an embedded struct

2016-11-16 Thread Chris Wilson
On Wed, Nov 16, 2016 at 05:20:34PM +0200, Mika Kuoppala wrote: > Bannable property, banned status, guilty and active counts are > properties of i915_gem_context. Make them so. > > v2: rebase > > Cc: Chris Wilson > Signed-off-by: Mika Kuoppala Been hesistating since the substruct might have hel

[Intel-gfx] [PATCH 6/6] drm/i915: Wipe hang stats as an embedded struct

2016-11-16 Thread Mika Kuoppala
Bannable property, banned status, guilty and active counts are properties of i915_gem_context. Make them so. v2: rebase Cc: Chris Wilson Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/i915_drv.h| 31 ++ drivers/gpu/drm/i915/i915_gem.c|

[Intel-gfx] [PATCH 6/6] drm/i915: Wipe hang stats as an embedded struct

2016-11-15 Thread Mika Kuoppala
Bannable property, banned status, guilty and active counts are properties of i915_gem_context. Make them so. Cc: Chris Wilson Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/i915_drv.h| 27 --- drivers/gpu/drm/i915/i915_gem.c| 25 +++