]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 11 Dec 2015 18:28:27 +0000 (19:28 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 11 Dec 2015 18:28:27 +0000 (19:28 +0100)
commit618100f8a84b8a97f7c1a0e03acf0d466102f40f
treeac2d163c55da7c9704402581553cad68e3671a51
parent9e7d18c08a4ec3b76b6a0994e93258decb250fbe
parent0bdf5a05647a66dcc6394986e061daeac9b1cf96
Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued

Add get_eld audio component for i915/HD-audio

Currently, the HDMI/DP audio status and ELD are notified and obtained
via the hardware-level communication over HD-audio unsolicited event
and verbs although the graphics driver holds the exactly same
information.  As we already have a notification via audio component,
this is another step forward; namely, the audio driver may fetch
directly the audio status and ELD via the new component op.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/intel_audio.c
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_runtime_pm.c
drivers/gpu/drm/i915/intel_sprite.c