drm/i915: Pimp AUX CH names
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 28 Oct 2020 21:33:09 +0000 (23:33 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 30 Oct 2020 12:47:46 +0000 (14:47 +0200)
commit570fe6ef6a2882f63319513baac05eeba93bb0dc
tree1e72f797971f82fbce6ac758130902bc1afeca22
parentdf034b973da068664f8f94aa01b11e59a9608d65
drm/i915: Pimp AUX CH names

Let's make the AUX CH names match the spec (AUX A-F for pre-tgl,
AUX A-C or AUX USBC1-6 for tgl+). And while at it let's include
the full encoder name in the AUX CH name as well (as opposed to
just using port_name() which wouldn't give us the right thing on
tgl+).

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201028213323.5423-6-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_dp.c