drm/i915/dp: fix DP audio for PORT_A on gen12+
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Mon, 25 Nov 2019 12:53:12 +0000 (14:53 +0200)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 27 Nov 2019 00:12:44 +0000 (16:12 -0800)
commit071309814d68ad7ce01bbbd99c0116e59f13c239
treecd2a4497e8ddadc8156f6390538a16334d308dfd
parent9b93daa93ebe85bd7f355f4f043f3e52e67c86cf
drm/i915/dp: fix DP audio for PORT_A on gen12+

Starting with gen12, PORT_A can be connected to a transcoder
with audio support. Modify the existing logic that disabled
audio on PORT_A unconditionally.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191125125313.17584-1-kai.vehmanen@linux.intel.com
drivers/gpu/drm/i915/display/intel_dp.c