From: Anssi Hannula Date: Thu, 24 Oct 2013 18:10:36 +0000 (+0300) Subject: ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecs X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89250f84644676c1ed6a09acef1033e14596a402;p=pandora-kernel.git ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecs ATI/AMD HDMI/DP codecs do not include standard HDA ELD (EDID-like data) support. In place of providing access to an ELD buffer, various vendor-specific verbs are provided to provide the relevant information. Revision ID 3 and later (0x100300 as reported by procfs codec#X) have support for providing more information than the previous revisions (but only if supported by the display driver). Generate ELD from the information provided by the vendor-specific verbs on ATI/AMD codecs. The specification is available at: http://www.x.org/docs/AMD/AMD_HDA_verbs_v2.pdf v2: moved code to hda_eld.c and cleaned it up v3: adapted to hdmi_ops infrastructure Signed-off-by: Anssi Hannula Tested-by: Peter Frühberger # v2 Tested-by: Olivier Langlois # v2 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed