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)
committerJani Nikula <jani.nikula@intel.com>
Wed, 6 May 2015 09:17:31 +0000 (12:17 +0300)
commit9fcb1704d1d51b12e2f03c78bca013d0cbbb7c98
treeb21a594cb93cbb71547ee6a5e037943e4f0ace17
parent3916e3fd81021fb795bfbdb17f375b6b3685bced
drm/i915/dp: there is no audio on port A

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>
drivers/gpu/drm/i915/intel_dp.c