drm/i915: Rename ICL_PORT_TX_DW6 bits
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 8 Mar 2024 07:24:00 +0000 (09:24 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 20 Mar 2024 13:26:42 +0000 (15:26 +0200)
commit8353939042e8f8de8c0f98937f42c04eba7c06cd
tree02b01e0df77685de27f4780b89d67b76b6c49066
parent183e2568b84d7bd5ee391762043c4c53c27e53ed
drm/i915: Rename ICL_PORT_TX_DW6 bits

Our definitions for bit 7 and bit 0 of ICL_PORT_TX_DW6 are
swapped. Functionally it doesn't matter as we always set both
bits, but let's rename the bits to match bspec 100%.

And while at it, add the definition for bits 1-6 as well, just
to have it all fully documented.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240308072400.28918-1-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_combo_phy_regs.h
drivers/gpu/drm/i915/display/intel_display_power_well.c