]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit040151803634ad3fd18583b67678e9a31282822c
tree3f0f0996fd80f7dfeb39b1e1685ddd636b26691e
parent3ab9d4230cb74fac720730fd7bee03bdce254723
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