mbox series

[0/2] drm/i915/display: Move some LNL registers

Message ID 20240126224638.4132016-1-lucas.demarchi@intel.com (mailing list archive)
Headers show
Series drm/i915/display: Move some LNL registers | expand

Message

Lucas De Marchi Jan. 26, 2024, 10:46 p.m. UTC
2 patches removed from the earlier batch of updates in LNL due to
using saved_port_bits which is not entirely correct.

This time, instead of the 2 preparatory refactor patches, just make sure
to set the the bits in later writes to DDI_BUF_CTL(). Notes that it's
not needed to set clear the bit in intel_dp->DP when disabling since the
enable part starts from scratch in intel_ddi_init_dp_buf_reg().

Lucas De Marchi (2):
  drm/i915/xe2lpd: Move D2D enable/disable
  drm/i915/xe2lpd: Move registers to PICA

 drivers/gpu/drm/i915/display/intel_cx0_phy.c  | 87 ++++++++++---------
 .../gpu/drm/i915/display/intel_cx0_phy_regs.h | 63 ++++++++++++--
 drivers/gpu/drm/i915/display/intel_ddi.c      | 60 +++++++++----
 drivers/gpu/drm/i915/display/intel_tc.c       | 16 ++--
 drivers/gpu/drm/i915/i915_reg.h               |  2 +
 5 files changed, 155 insertions(+), 73 deletions(-)