Re: [Intel-gfx] [PATCH 3/3] drm/i915: add i915_ips_status debugfs entry

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 04:33:24PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > It just prints whether it's supported/enabled/disabled. Feature > requested by the power management team. > > v2: Checkpatch started complaining about seq_printf with 1 argument. > > Requested-by: Kristen Acc

[Intel-gfx] [PATCH 3/3] drm/i915: add i915_ips_status debugfs entry

2013-05-31 Thread Paulo Zanoni
From: Paulo Zanoni It just prints whether it's supported/enabled/disabled. Feature requested by the power management team. v2: Checkpatch started complaining about seq_printf with 1 argument. Requested-by: Kristen Accardi Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_debugfs.c |

Re: [Intel-gfx] [PATCH 3/3] drm/i915: add i915_ips_status debugfs entry

2013-05-31 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Mon, May 13, 2013 at 4:00 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > It just prints whether it's supported/enabled/disabled. Feature > requested by the power management team. > > Requested-by: Kristen Accardi > Signed-off-by: Paulo Zanoni > --- > drivers/gp

Re: [Intel-gfx] [PATCH 3/3] drm/i915: add i915_ips_status debugfs entry

2013-05-14 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi for the entire series On Tue, May 14, 2013 at 2:59 PM, Rodrigo Vivi wrote: > Feel free to use: Reviewed-by: Rodrigo Vivi > > On Mon, May 13, 2013 at 4:00 PM, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> It just prints whether it's supported/enabled/disabled. Feat

Re: [Intel-gfx] [PATCH 3/3] drm/i915: add i915_ips_status debugfs entry

2013-05-14 Thread Rodrigo Vivi
Feel free to use: Reviewed-by: Rodrigo Vivi On Mon, May 13, 2013 at 4:00 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > It just prints whether it's supported/enabled/disabled. Feature > requested by the power management team. > > Requested-by: Kristen Accardi > Signed-off-by: Paulo Zanoni >

[Intel-gfx] [PATCH 3/3] drm/i915: add i915_ips_status debugfs entry

2013-05-13 Thread Paulo Zanoni
From: Paulo Zanoni It just prints whether it's supported/enabled/disabled. Feature requested by the power management team. Requested-by: Kristen Accardi Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_debugfs.c | 20 1 file changed, 20 insertions(+) diff --gi