drm/i915: Streamline eDP handling in icl_combo_phy_aux_power_well_enable()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 29 Feb 2024 20:03:57 +0000 (22:03 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Mar 2024 18:01:31 +0000 (20:01 +0200)
commit6d7241b0e9d74bf7e5881ded24f698ddcb7b2667
tree52d5189384fca928ea0eb09585c141ccc0084220
parent59b806d06f36410791b9dbfe11a602a680a2e5d2
drm/i915: Streamline eDP handling in icl_combo_phy_aux_power_well_enable()

Drop the pointless phy/port detour from the eDP handling
in icl_combo_phy_aux_power_well_enable(). We can just directly
consult the dig_port and determine whether it's eDP or not.

This also removes the assumption that port==phy, although that is
always trued on ICL, so it wasn't really doing any harm.

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