Re: [Intel-gfx] [PATCH v2 6/7] drm/i915: Remove redundant DSI PLL enabling

2013-11-15 Thread Jani Nikula
On Sat, 09 Nov 2013, Shobhit Kumar wrote: > DSI PLL will get configured during crtc_enable using ->pre_pll_enable > and no need to do in ->mode_set Reviewed-by: Jani Nikula > Signed-off-by: Shobhit Kumar > --- > drivers/gpu/drm/i915/intel_dsi.c |3 --- > 1 file changed, 3 deletions(-) > >

[Intel-gfx] [PATCH v2 6/7] drm/i915: Remove redundant DSI PLL enabling

2013-11-09 Thread Shobhit Kumar
DSI PLL will get configured during crtc_enable using ->pre_pll_enable and no need to do in ->mode_set Signed-off-by: Shobhit Kumar --- drivers/gpu/drm/i915/intel_dsi.c |3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dsi.c b/drivers/gpu/drm/i915/intel_dsi.c ind