Re: [Intel-gfx] [PATCH 4/6] drm/i915: add i915_pc8_status debugfs file

2013-08-21 Thread Rodrigo Vivi
I haven't reviewed the patches that add pc8 itself, but I can assume it is correct since it was already rv-b Chris. So: Reviewed-by: Rodrigo Vivi On Mon, Aug 19, 2013 at 1:18 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > Make it print the value of the variables on the PC8 struct. > > v2: U

[Intel-gfx] [PATCH 4/6] drm/i915: add i915_pc8_status debugfs file

2013-08-19 Thread Paulo Zanoni
From: Paulo Zanoni Make it print the value of the variables on the PC8 struct. v2: Update to recent renames and add the new fields. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_debugfs.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/gpu/dr