diff options
author | Imre Deak <imre.deak@intel.com> | 2022-04-15 00:06:54 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2022-04-20 20:42:12 +0300 |
commit | c97bbab02ad7d174b50541864bfa45cf1e4ee14f (patch) | |
tree | c224f921f8c18a43573ad8ffa32ab6c7f484d3a8 /drivers/gpu/drm/i915/display/i9xx_plane.c | |
parent | 979e1b32e0e202197f182ec0abfadecbdd53b1ec (diff) |
drm/i915: Remove the aliasing of power domain enum values
Aliasing the intel_display_power_domain enum values was required because
of the u64 power domain mask size limit. This makes the dmesg/debugfs
printouts of the domain names somewhat unclear, for instance domain
names for port D are shown on D12+ platforms where the corresponding
port is called TC1. Make this clearer by removing the aliasing which is
possible after a previous patch converting the mask to a bitmap.
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-15-imre.deak@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/i9xx_plane.c')
0 files changed, 0 insertions, 0 deletions