]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/dp: there is no audio on port A
authorJani Nikula <jani.nikula@intel.com>
Tue, 5 May 2015 13:32:12 +0000 (16:32 +0300)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 9 Jun 2015 17:43:34 +0000 (13:43 -0400)
commit8df0e1f7a38bcd279761005d3459410736e978de
tree1fb66bf077e0e50035417f5f8305b61c2dde2ff3
parente209efaabd8097ade1d046a7f087fc0dc93f54f6
drm/i915/dp: there is no audio on port A

[ Upstream commit 9fcb1704d1d51b12e2f03c78bca013d0cbbb7c98 ]

The eDP port A register on PCH split platforms has a slightly different
register layout from the other ports, with bit 6 being either alternate
scrambler reset or reserved, depending on the generation. Our
misinterpretation of the bit as audio has lead to warning.

Fix this by not enabling audio on port A, since none of our platforms
support audio on port A anyway.

v2: DDI doesn't have audio on port A either (Sivakumar Thulasimani)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89958
Reported-and-tested-by: Chris Bainbridge <chris.bainbridge@gmail.com>
Cc: stable@vger.kernel.org
Reviewed-by: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/gpu/drm/i915/intel_dp.c