Re: [Intel-gfx] [PATCH 16/19] drm/i915: don't touch the VDD when disabling the panel

2013-11-29 Thread Rodrigo Vivi
with or without my bikeshed on patch 10 and with same regress concern than patch 15, feel free to use Reviewed-by: Rodrigo Vivi On Thu, Nov 21, 2013 at 1:47 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > I don't see a reason to touch VDD when we're disabling the panel: > since the panel is

[Intel-gfx] [PATCH 16/19] drm/i915: don't touch the VDD when disabling the panel

2013-11-21 Thread Paulo Zanoni
From: Paulo Zanoni I don't see a reason to touch VDD when we're disabling the panel: since the panel is enabled, we don't need VDD. This saves a few sleep calls from the vdd_on and vdd_off functions at every modeset. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_ddi.c | 1 - driv