Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix retrieval of hangcheck stats

2013-06-30 Thread Ben Widawsky
On Tue, Jun 25, 2013 at 06:47:00PM +0300, Mika Kuoppala wrote: > From: Chris Wilson > > The default context is always supported (as it contains the global > hangcheck stats) and the contexts for hangcheck are not limited > to any ring. > > References: https://bugs.freedesktop.org/show_bug.cgi?id

[Intel-gfx] [PATCH 1/3] drm/i915: Fix retrieval of hangcheck stats

2013-06-25 Thread Mika Kuoppala
From: Chris Wilson The default context is always supported (as it contains the global hangcheck stats) and the contexts for hangcheck are not limited to any ring. References: https://bugs.freedesktop.org/show_bug.cgi?id=65845 Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala --- drivers/

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix retrieval of hangcheck stats

2013-06-18 Thread Mika Kuoppala
Chris Wilson writes: > The default context is always supported (as it contains the global > hangcheck stats) and the contexts for hangcheck are not limited > to any ring. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65845 > Signed-off-by: Chris Wilson Patches 1-3: Reviewed-by: Mi

[Intel-gfx] [PATCH 1/3] drm/i915: Fix retrieval of hangcheck stats

2013-06-17 Thread Chris Wilson
The default context is always supported (as it contains the global hangcheck stats) and the contexts for hangcheck are not limited to any ring. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65845 Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h| 2 +- drivers