Hi Dave & Sima, Here goes the final drm-intel-next-fixes PR towards 6.16-rc1.
One fix for PSR ALPM reg definitions and three integer under/overflow fixes. Regards, Joonas *** drm-intel-next-fixes-2025-06-05: - Fix PSR register definitions for ALPM - Fix u32 overflow in SNPS PHY HDMI PLL setup - Fix GuC pending message underflow when submit fails - Fix GuC wakeref underflow race during reset The following changes since commit ed5915cfce2abb9a553c3737badebd4a11d6c9c7: Revert "drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1" (2025-05-27 16:40:55 +0300) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2025-06-05 for you to fetch changes up to 791d76005de0ab556b590473eb4cbfede727fce0: drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setup (2025-06-04 17:30:53 +0300) ---------------------------------------------------------------- - Fix PSR register definitions for ALPM - Fix u32 overflow in SNPS PHY HDMI PLL setup - Fix GuC pending message underflow when submit fails - Fix GuC wakeref underflow race during reset ---------------------------------------------------------------- Dibin Moolakadan Subrahmanian (1): drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setup Jesus Narvaez (2): drm/i915/guc: Check if expecting reply before decrementing outstanding_submission_g2h drm/i915/guc: Handle race condition where wakeref count drops below 0 Jouni Högander (1): drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP drivers/gpu/drm/i915/display/intel_psr_regs.h | 4 ++-- drivers/gpu/drm/i915/display/intel_snps_hdmi_pll.c | 16 ++++++++-------- drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 19 +++++++++++++++---- 3 files changed, 25 insertions(+), 14 deletions(-)