]> Git Repo - linux.git/commit
drm/i915: start adding dp mst audio
authorLibin Yang <[email protected]>
Tue, 20 Sep 2016 01:24:41 +0000 (18:24 -0700)
committerRodrigo Vivi <[email protected]>
Wed, 21 Sep 2016 16:32:25 +0000 (09:32 -0700)
commit3708d5e082c39913b26bd06845ffe80a0b689e2a
treeb93a6b530af47b0fdb5abb9ec0b1c326dafba8fd
parentf1a3acea26f89de17399726e1451fc7bb5376573
drm/i915: start adding dp mst audio

(This patch is developed by Dave Airlie <[email protected]> originally)

This patch adds support for DP MST audio in i915.

Enable audio codec when DP MST is enabled if has_audio flag is set.
Disable audio codec when DP MST is disabled if has_audio flag is set.

Another separated patches to support DP MST audio will be implemented
in audio driver.

v2:
Rebased.

Signed-off-by: Libin Yang <[email protected]>
Signed-off-by: Dhinakaran Pandiyan <[email protected]>
Reviewed-by: Lyude <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_dp_mst.c
drivers/gpu/drm/i915/intel_drv.h
This page took 0.054005 seconds and 4 git commands to generate.