Re: [Intel-gfx] [BXT MIPI PATCH v3 10/14] drm/i915/bxt: get DSI pixelclock

2015-09-18 Thread Jani Nikula
On Tue, 01 Sep 2015, Uma Shankar wrote: > From: Shashank Sharma > > BXT's DSI PLL is different from that of VLV. So this patch > adds a new function to get the current DSI pixel clock based > on the PLL divider ratio and lane count. > > This

[Intel-gfx] [BXT MIPI PATCH v3 10/14] drm/i915/bxt: get DSI pixelclock

2015-09-01 Thread Uma Shankar
From: Shashank Sharma BXT's DSI PLL is different from that of VLV. So this patch adds a new function to get the current DSI pixel clock based on the PLL divider ratio and lane count. This function is required for intel_dsi_get_config() function. v2: Fixed Jani's