OSDN Git Service

drm/i915: Move the POWER_DOMAIN_AUX_IO_A definition to its logical place
authorImre Deak <imre.deak@intel.com>
Mon, 14 Nov 2022 12:22:45 +0000 (14:22 +0200)
committerImre Deak <imre.deak@intel.com>
Fri, 18 Nov 2022 15:28:24 +0000 (17:28 +0200)
commit5c30cfcd4020963502d318ab76599fbbbdf307a6
treee0b4c555b2a99805340750406147e4caf1995110
parent7ed310025e75826f74f6b3587047118e7176b409
drm/i915: Move the POWER_DOMAIN_AUX_IO_A definition to its logical place

Move the definition of the AUX_IO_A power domain, requiring only the
corresponding AUX_IO_A power well to be enabled, before all the
AUX_<port> power domains, which require both the AUX_IO_<port> and the
DC_OFF power wells to be enabled.

No functional change.

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-4-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_power.c
drivers/gpu/drm/i915/display/intel_display_power.h
drivers/gpu/drm/i915/display/intel_display_power_map.c