Hi Dave & Daniel - Missed fixes last week, so here we are early this week. drm-intel-fixes-2023-03-15: drm/i915 fixes for v6.3-rc3: - Fix hwmon PL1 power limit enabling - Fix audio ELD handling for DP MST - Fix PSR io and wake line calculations - Fix DG2 HDMI modes with 267.30 and 319.89 MHz pixel clocks - Fix SSEU subslice out-of-bounds access - Fix misuse of non-idle barriers as fence trackers BR, Jani. The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2023-03-15 for you to fetch changes up to e0e6b416b25ee14716f3549e0cbec1011b193809: drm/i915/active: Fix misuse of non-idle barriers as fence trackers (2023-03-13 11:38:05 +0200) ---------------------------------------------------------------- drm/i915 fixes for v6.3-rc3: - Fix hwmon PL1 power limit enabling - Fix audio ELD handling for DP MST - Fix PSR io and wake line calculations - Fix DG2 HDMI modes with 267.30 and 319.89 MHz pixel clocks - Fix SSEU subslice out-of-bounds access - Fix misuse of non-idle barriers as fence trackers ---------------------------------------------------------------- Andrea Righi (1): drm/i915/sseu: fix max_subslices array-index-out-of-bounds access Ankit Nautiyal (1): drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz Ashutosh Dixit (1): drm/i915/hwmon: Enable PL1 power limit Janusz Krzysztofik (1): drm/i915/active: Fix misuse of non-idle barriers as fence trackers Jouni Högander (1): drm/i915/psr: Use calculated io and fast wake lines Ville Syrjälä (1): drm/i915: Fix audio ELD handling for DP MST drivers/gpu/drm/i915/display/intel_display_types.h | 2 + drivers/gpu/drm/i915/display/intel_dp_mst.c | 25 ++++--- drivers/gpu/drm/i915/display/intel_psr.c | 78 +++++++++++++++++----- drivers/gpu/drm/i915/display/intel_snps_phy.c | 62 +++++++++++++++++ drivers/gpu/drm/i915/gt/intel_sseu.h | 2 +- drivers/gpu/drm/i915/i915_active.c | 25 ++++--- drivers/gpu/drm/i915/i915_hwmon.c | 5 ++ 7 files changed, 161 insertions(+), 38 deletions(-) -- Jani Nikula, Intel Open Source Graphics Center