Re: [Intel-gfx] [PATCH 10/12] drm/i915/bxt: get DSI pixelclock

2015-05-25 Thread Jani Nikula
On Fri, 22 May 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 function is required for intel_dsi_get_config() functio

[Intel-gfx] [PATCH 10/12] drm/i915/bxt: get DSI pixelclock

2015-05-22 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. Signed-off-by: Shashank Sharma Signed-off-by: Um