Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: set HDMI pixel clock in audio configuration

2013-10-27 Thread Daniel Vetter
On Thu, Oct 24, 2013 at 11:59:35AM +0200, David Härdeman wrote: > It should also be noted that manually hard-coding the pixel clock > value to an obviously incorrect value will also cause the Pioneer > receiver to do the right thing (I assume it will ignore the > incorrect value and calculate it on

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: set HDMI pixel clock in audio configuration

2013-10-24 Thread David Härdeman
It should also be noted that manually hard-coding the pixel clock value to an obviously incorrect value will also cause the Pioneer receiver to do the right thing (I assume it will ignore the incorrect value and calculate it on the fly) - that would point towards some kind of bug / hardware inc

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: set HDMI pixel clock in audio configuration

2013-10-24 Thread Jasper Smet
Although i know it also happens in windows, the one particular thing i am 'fiddling' with is that when i try the receiver with an nvidia or amd apu (ion, e-450 trough hdmi) with my pioneer receiver audio works fine with 44100hz at the 1080p@50/60 modes. Only with intel i need to force upstreaming t

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: set HDMI pixel clock in audio configuration

2013-10-17 Thread Daniel Vetter
On Thu, Oct 17, 2013 at 09:01:52AM -0300, Rodrigo Vivi wrote: > Reviewed-by: Rodrigo Vivi > > On Wed, Oct 16, 2013 at 6:34 AM, Jani Nikula wrote: > > The HDMI audio expects HDMI pixel clock to be set in the audio > > configuration. We've currently just set 0, using 25.2 / 1.001 kHz > > frequency

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: set HDMI pixel clock in audio configuration

2013-10-17 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Wed, Oct 16, 2013 at 6:34 AM, Jani Nikula wrote: > The HDMI audio expects HDMI pixel clock to be set in the audio > configuration. We've currently just set 0, using 25.2 / 1.001 kHz > frequency, which fails with some modes. > > v2: Now with a commit message. > > Refe