Re: [Intel-gfx] [PATCH 1/2] drm/i915: Created a sized object error dump

2013-02-24 Thread Chris Wilson
On Sat, Feb 23, 2013 at 05:30:09PM -0800, Ben Widawsky wrote: Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_irq.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Capture current context on error

2013-02-24 Thread Chris Wilson
On Sat, Feb 23, 2013 at 05:30:10PM -0800, Ben Widawsky wrote: On error, this represents the state of the currently running context at the time it was loaded. Unfortunately, since we're hung and can't switch out the context this may not tell us too much about the most current state of the

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Created a sized object error dump

2013-02-24 Thread Ben Widawsky
On Sun, Feb 24, 2013 at 09:25:32AM +, Chris Wilson wrote: On Sat, Feb 23, 2013 at 05:30:09PM -0800, Ben Widawsky wrote: Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_irq.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-)

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Capture current context on error

2013-02-24 Thread Ben Widawsky
On Sun, Feb 24, 2013 at 09:34:30AM +, Chris Wilson wrote: On Sat, Feb 23, 2013 at 05:30:10PM -0800, Ben Widawsky wrote: On error, this represents the state of the currently running context at the time it was loaded. Unfortunately, since we're hung and can't switch out the context

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Capture current context on error

2013-02-24 Thread Chris Wilson
On Sun, Feb 24, 2013 at 01:24:59PM -0800, Ben Widawsky wrote: On Sun, Feb 24, 2013 at 09:34:30AM +, Chris Wilson wrote: On Sat, Feb 23, 2013 at 05:30:10PM -0800, Ben Widawsky wrote: On error, this represents the state of the currently running context at the time it was loaded.

[Intel-gfx] [PATCH 1/3] [v2] drm/i915: Created a sized object error dump

2013-02-24 Thread Ben Widawsky
v2: Actually use num_pages (Chris) Cc: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_irq.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c

[Intel-gfx] [PATCH 3/3] [v2] drm/i915: Capture current context on error

2013-02-24 Thread Ben Widawsky
On error, this represents the state of the currently running context at the time it was loaded. Unfortunately, since we're hung and can't switch out the context this may not tell us too much about the most current state of the context, but does give clues about what has happened since loading.

[Intel-gfx] [PATCH 2/3] drm/i915: exclude CCID for platforms without it

2013-02-24 Thread Ben Widawsky
Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_irq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index 420911c..6a328b8 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++

Re: [Intel-gfx] [PATCH] drm/i915: Increase the RC6p threshold.

2013-02-24 Thread Zhang, Ouping
running video workload, video avg watt = 38.4 and watt-hour = 6.9 cat /sys/class/drm/card0/power/rc6_residency_ms cat /sys/class/drm/card0/power/rc6p_residency_ms rc6_residency_ms increase from 6708 to 483627 rc6p_residency_ms increase from 410092 to 423378 -Original Message- From: Jesse