[Intel-gfx] [PATCH 2/4] drm/i915: Use adjusted mode clk for calculating DSI clk

2015-09-16 Thread Gaurav K Singh
Earlier, pclk was getting used for calculating DSI clk. For single link MIPI panels, it will work fine. But for dual link MIPI, since pclk gets halved, DSI clk will have a wrong value. Signed-off-by: Gaurav K Singh --- drivers/gpu/drm/i915/intel_dsi_pll.c |4 +++-

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Use adjusted mode clk for calculating DSI clk

2015-09-16 Thread Ville Syrjälä
On Wed, Sep 16, 2015 at 02:48:39PM +0530, Gaurav K Singh wrote: > Earlier, pclk was getting used for calculating DSI clk. For single link > MIPI panels, it will work fine. But for dual link MIPI, since pclk gets > halved, DSI clk will have a wrong value. Shouldn't we then do pclk*!!dual_link.