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(-) -- 2.34.1