Re: [Intel-gfx] [PATCH 08/10] drm/i915: MIPI Timings related changes for dual link

2014-12-04 Thread Jani Nikula
On Thu, 04 Dec 2014, Gaurav K Singh wrote: > hactive, hfp, hbp, hsync needs to be halved for dual link MIPI Panels. > Accordingly timing related mmio regs needs to be programmed for both MIPI > Ports. > > v2: Address review comments by Jani > - Used a for loop instead of do-while loop > > v3:

[Intel-gfx] [PATCH 08/10] drm/i915: MIPI Timings related changes for dual link

2014-12-03 Thread Gaurav K Singh
hactive, hfp, hbp, hsync needs to be halved for dual link MIPI Panels. Accordingly timing related mmio regs needs to be programmed for both MIPI Ports. v2: Address review comments by Jani - Used a for loop instead of do-while loop v3: Used for_each_dsi_port macro instead of for loop Signed-o