Re: [Intel-gfx] [PATCH v2 03/11] drm/i915: HDMI pixel clock check

2015-07-30 Thread Chris Wilson
On Thu, Jul 30, 2015 at 09:49:30AM +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 v2 03/11] drm/i915: HDMI pixel clock check

2015-07-30 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 HDMI. V2:

Re: [Intel-gfx] [PATCH v2 03/11] drm/i915: HDMI pixel clock check

2015-07-30 Thread Mika Kahola
On Thu, 2015-07-30 at 07:54 +0100, Chris Wilson wrote: On Thu, Jul 30, 2015 at 09:49:30AM +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