mbox series

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

Message ID 20241213143408.3051070-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. 13, 2024, 2:34 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 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  | 49 ++++++++++++++++---
 .../gpu/drm/i915/display/intel_cx0_phy_regs.h |  6 +++
 .../drm/i915/display/intel_display_device.c   | 21 ++++++++
 .../drm/i915/display/intel_display_device.h   | 13 +++++
 include/drm/intel/pciids.h                    |  5 +-
 5 files changed, 85 insertions(+), 9 deletions(-)