mbox series

[0/3] Cleanup C20 pll state

Message ID 20231207221025.2032207-1-radhakrishna.sripada@intel.com (mailing list archive)
Headers show
Series Cleanup C20 pll state | expand

Message

Sripada, Radhakrishna Dec. 7, 2023, 10:10 p.m. UTC
C20 pll state has both link_bit_rate and clock fields to represent
the clocks. Both have the same values for DP 1.4 they difer for
DP2.0. Stick to the numbers that are compatible with other clock
numbers like the port_clock in crtc_state

Radhakrishna Sripada (3):
  drm/i915/mtl: Use port clock compatible numbers for C20 phy
  drm/i915/mtl: Remove misleading "clock" field from C20 pll_state
  drm/i915/mtl: Rename the link_bit_rate to clock in C20 pll_state

 drivers/gpu/drm/i915/display/intel_cx0_phy.c  | 79 ++++++++-----------
 .../drm/i915/display/intel_display_types.h    |  1 -
 2 files changed, 31 insertions(+), 49 deletions(-)