Hi Dave & Sima -
drm/i915 display fixes for v7.3-rc2. Half of these were already in Rodrigo's fixes pull request for v7.2 final [1], but that one was somehow missed. Now rebased on v7.3-rc1. BR, Jani. [1] https://lore.kernel.org/r/[email protected] drm-intel-fixes-2026-09-03: drm/i915 fixes for v7.3-rc2: - Drop an accidentally duplicated panel fitter call in DP MST - Fix DDI clock programming for Cx0 and LT PHY - Fix PTL CDCLK handling at probe, causing a glitch - Fix dg2_power_well_count() return type - Fix a NULL pointer deref at forced probe - Fix selective fetch disable BR, Jani. The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935: Linux 7.3-rc1 (2026-08-30 13:34:40 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2026-09-03 for you to fetch changes up to 3785d40831ba5601296283e0197e10e089392757: drm/i915: Guard against NULL driver_data in i915_pci_probe() (2026-08-31 12:56:49 +0300) ---------------------------------------------------------------- drm/i915 fixes for v7.3-rc2: - Drop an accidentally duplicated panel fitter call in DP MST - Fix DDI clock programming for Cx0 and LT PHY - Fix PTL CDCLK handling at probe, causing a glitch - Fix dg2_power_well_count() return type - Fix a NULL pointer deref at forced probe - Fix selective fetch disable ---------------------------------------------------------------- Chaitanya Kumar Borah (1): drm/i915/dp_mst: Remove duplicate intel_pfit_compute_config() call Deepanshu Kartikey (1): drm/i915: Guard against NULL driver_data in i915_pci_probe() Nemesa Garg (1): drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable Suraj Kandpal (3): drm/i915/ddi: add helper to compute DDI clock frequency drm/i915/cx0: program DDI_CLK_VALFREQ with DDI clock frequency drm/i915/lt_phy: program DDI_CLK_VALFREQ with DDI clock frequency Ville Syrjälä (2): drm/i915/cdclk: Avoid spurious cdclk sanitization on PTL+ drm/i915/cdclk: Fix dg2_power_well_count() return type drivers/gpu/drm/i915/display/intel_cdclk.c | 10 ++++++---- drivers/gpu/drm/i915/display/intel_cursor.c | 15 ++++++++++----- drivers/gpu/drm/i915/display/intel_cx0_phy.c | 5 +++-- drivers/gpu/drm/i915/display/intel_ddi.c | 11 +++++++++++ drivers/gpu/drm/i915/display/intel_ddi.h | 1 + drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 ---- drivers/gpu/drm/i915/display/intel_lt_phy.c | 6 ++++-- drivers/gpu/drm/i915/display/skl_universal_plane.c | 15 ++++++++++----- drivers/gpu/drm/i915/i915_pci.c | 3 +++ 9 files changed, 48 insertions(+), 22 deletions(-) -- Jani Nikula, Intel
