drm/i915/mtl+: Don't enable the AUX_IO power for non-eDP port main links
authorImre Deak <imre.deak@intel.com>
Mon, 14 Nov 2022 12:22:51 +0000 (14:22 +0200)
committerImre Deak <imre.deak@intel.com>
Fri, 18 Nov 2022 15:29:19 +0000 (17:29 +0200)
commit1acefaca782a32731fdd03d004e492a3fd2857c7
treece18e7c049177b697f790765b87352b38e616ffd
parent637c7aa261acd820252b1fb99c03e41e86c68fb5
drm/i915/mtl+: Don't enable the AUX_IO power for non-eDP port main links

MTL+ requires the AUX_IO power for the main link only on eDP, so don't
enable it in other cases.

v2:
- Rebased on checking intel_encoder_can_psr() instead of crtc->has_psr.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221114122251.21327-10-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c