Re: [Intel-gfx] [PATCH v5 2/4] drm/i915: LVDS pixel clock check

2015-08-21 Thread Ville Syrjälä
On Tue, Aug 18, 2015 at 02:37:00PM +0300, Mika Kahola wrote: It is possible the we request to have a mode that has higher pixel clock than our HW can support. This patch checks if requested pixel clock is lower than the one supported by the HW. The requested mode is discarded if we cannot

[Intel-gfx] [PATCH v5 2/4] drm/i915: LVDS pixel clock check

2015-08-18 Thread Mika Kahola
It is possible the we request to have a mode that has higher pixel clock than our HW can support. This patch checks if requested pixel clock is lower than the one supported by the HW. The requested mode is discarded if we cannot support the requested pixel clock. This patch applies to LVDS. V2: