[PATCH v3] pass ELD to HDMI/DP audio driver

Keith Packard keithp at keithp.com
Thu Aug 4 11:03:41 PDT 2011


On Thu, 4 Aug 2011 17:40:24 +0800, Wu Fengguang <fengguang.wu at intel.com> wrote:

> Right. I actually have this chunk. dmesg shows that in intel_hdmi_detect(),  
> the drm_encoder object is there, however encoder->crtc is NULL at the
> time.

Correct. encoder->crtc is set only when the output is active.

> You may wonder why the mode parameter is needed in intel_write_eld().
> This is because the ELD field aud_synch_delay (ie. A/V sync delay) may
> have different values in progressive/interleaved display modes.

Ok, so you can't write ELD data until the display is active, which
happens at mode_set time.

Do you need to provide ELD when the display is inactive? Is this only to
enable audio output when the display is not on? In that case, we will
need to essentially turn enough of the output on to allow for audio
data, picking a mode which provide sufficient bandwidth.

> I tested Ivybridge yesterday and ironlake_write_eld seems to not work
> properly for Ivybridge. Need to double check its spec.

That's unfortunate...

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110804/71df7b00/attachment.pgp>


More information about the dri-devel mailing list