Re: [Intel-gfx] [PATCH 2/6] drm/i915/dp: split edp_panel_vdd_on() for reuse

2014-03-17 Thread Rodrigo Vivi
forgot to say that this patch needs a rebase on -nightly On Mon, Mar 17, 2014 at 11:09 AM, Rodrigo Vivi wrote: > Reviewed-by: Rodrigo Vivi > > On Fri, Mar 14, 2014 at 11:51 AM, Jani Nikula wrote: >> Introduce _edp_panel_vdd_on() that returns true if the call enabled vdd, >> and a matching disab

Re: [Intel-gfx] [PATCH 2/6] drm/i915/dp: split edp_panel_vdd_on() for reuse

2014-03-17 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Fri, Mar 14, 2014 at 11:51 AM, Jani Nikula wrote: > Introduce _edp_panel_vdd_on() that returns true if the call enabled vdd, > and a matching disable is needed. Keep edp_panel_vdd_on() as a helper > for when it is expected the vdd is off. > > Signed-off-by: Jani Niku

[Intel-gfx] [PATCH 2/6] drm/i915/dp: split edp_panel_vdd_on() for reuse

2014-03-14 Thread Jani Nikula
Introduce _edp_panel_vdd_on() that returns true if the call enabled vdd, and a matching disable is needed. Keep edp_panel_vdd_on() as a helper for when it is expected the vdd is off. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_dp.c | 22 -- 1 file changed, 16