OSDN Git Service

drm/i915: Remove the XELPD specific AUX and DDI power domains
authorImre Deak <imre.deak@intel.com>
Thu, 14 Apr 2022 21:06:57 +0000 (00:06 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 20 Apr 2022 17:42:13 +0000 (20:42 +0300)
commit799da9837d1e9c514da0e67c1f1d23f7e49f45c4
tree3f0f0996fd80f7dfeb39b1e1685ddd636b26691e
parent2431f38c17a6976e2826b1af552dc0ad0a417a3c
drm/i915: Remove the XELPD specific AUX and DDI power domains

The spec calls the XELPD_D/E ports just D/E, the platform prefix in the
domain names was only needed by the port->domain mapping relying on
matching enum values for the whole port/domain range (and the
corresponding aliasing between the platform specific domain enums).
Since a previous patch we can define the port->domain mapping explicitly
so do this by reusing the already existing D/E power domain names.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220414210657.1785773-18-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