Re: [Intel-gfx] [PATCH v3 02/11] drm/i915: DisplayPort pixel clock check

2015-08-12 Thread Ville Syrjälä
On Fri, Jul 31, 2015 at 03:13:51PM +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 v3 02/11] drm/i915: DisplayPort pixel clock check

2015-07-31 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 DisplayPort.