Re: [Intel-gfx] [PATCH 05/11] drm/i915: Added debugfs support for PSR Status

2013-07-15 Thread Chris Wilson
On Mon, Jul 15, 2013 at 05:13:27PM -0300, Rodrigo Vivi wrote: > On Mon, Jul 15, 2013 at 11:03 AM, Chris Wilson > wrote: > >> + seq_puts(m, "PSR not supported on this platform\n"); > >> + return 0; > >> + } > >> + > >> + psrctl = I915_READ(EDP_PSR_CTL); > > > > Miss

Re: [Intel-gfx] [PATCH 05/11] drm/i915: Added debugfs support for PSR Status

2013-07-15 Thread Rodrigo Vivi
On Mon, Jul 15, 2013 at 11:03 AM, Chris Wilson wrote: > On Thu, Jul 11, 2013 at 06:44:59PM -0300, Rodrigo Vivi wrote: >> Adding support for PSR Status, PSR entry counter and performance counters. >> Heavily based on initial work from Shobhit. >> >> v2: Fix PSR Status Link bits by Paulo Zanoni. >>

Re: [Intel-gfx] [PATCH 05/11] drm/i915: Added debugfs support for PSR Status

2013-07-15 Thread Chris Wilson
On Thu, Jul 11, 2013 at 06:44:59PM -0300, Rodrigo Vivi wrote: > Adding support for PSR Status, PSR entry counter and performance counters. > Heavily based on initial work from Shobhit. > > v2: Fix PSR Status Link bits by Paulo Zanoni. > v3: Prefer seq_puts to seq_printf by Paulo Zanoni. > v4: Fix

[Intel-gfx] [PATCH 05/11] drm/i915: Added debugfs support for PSR Status

2013-07-11 Thread Rodrigo Vivi
Adding support for PSR Status, PSR entry counter and performance counters. Heavily based on initial work from Shobhit. v2: Fix PSR Status Link bits by Paulo Zanoni. v3: Prefer seq_puts to seq_printf by Paulo Zanoni. v4: Fix identation by Paulo Zanoni. v5: Return earlier if it isn't Haswell in orde

[Intel-gfx] [PATCH 05/11] drm/i915: Added debugfs support for PSR Status

2013-06-26 Thread Rodrigo Vivi
Adding support for PSR Status, PSR entry counter and performance counters. Heavily based on initial work from Shobhit. v2: Fix PSR Status Link bits by Paulo Zanoni. CC: Paulo Zanoni Credits-by: Shobhit Kumar Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_debugfs.c | 90