mbox series

[v4,0/2] drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value

Message ID 20241217201301.3593054-1-dnyaneshwar.bhadane@intel.com (mailing list archive)
Headers show
Series drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value | expand

Message

Bhadane, Dnyaneshwar Dec. 17, 2024, 8:12 p.m. UTC
In the C20 algorithm for HDMI TMDS, certain fields have been
updated as per the specs for Xe2LPG, Xe2HPD and MTL/ARL platforms
and subplatforms.This series update fields that need to be set
based on the platforms/subplatforms types. Also added definition
for MTL-u subplatforms.

Dnyaneshwar Bhadane (2):
  drm/i915/display: Add MTL subplatforms definition
  drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value

 drivers/gpu/drm/i915/display/intel_cx0_phy.c  | 48 +++++++++++++++----
 .../gpu/drm/i915/display/intel_cx0_phy_regs.h |  6 +++
 .../drm/i915/display/intel_display_device.c   | 13 +++++
 .../drm/i915/display/intel_display_device.h   | 12 +++++
 include/drm/intel/pciids.h                    |  7 ++-
 5 files changed, 76 insertions(+), 10 deletions(-)