Hi Dave & Sima, Here goes the drm-intel-next-fixes PR for this week.
Just one MST fix and one PSR fix this round. The CI results for drm-intel-next-fixes are bit all over the place after -rc1, before further rc backmerges. Regards, Joonas *** drm-intel-next-fixes-2025-05-15: - Stop writing ALPM registers when PSR is enabled - Use the correct connector while computing the link BPP limit on MST The following changes since commit 1faeeb315fdbd005bbc1bc74214e39087971dda9: Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-05-12 07:14:34 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2025-05-15 for you to fetch changes up to eff82fb0d266eeaea26f99780c5d8987974df2e9: drm/i915/alpm: Stop writing ALPM registers when PSR is enabled (2025-05-14 15:22:23 +0300) ---------------------------------------------------------------- - Stop writing ALPM registers when PSR is enabled - Use the correct connector while computing the link BPP limit on MST ---------------------------------------------------------------- Imre Deak (1): drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST Jouni Högander (2): drm/i915/alpm: Make intel_alpm_enable_sink available for PSR drm/i915/alpm: Stop writing ALPM registers when PSR is enabled drivers/gpu/drm/i915/display/intel_alpm.c | 8 ++++---- drivers/gpu/drm/i915/display/intel_alpm.h | 2 ++ drivers/gpu/drm/i915/display/intel_dp.c | 7 ++++--- drivers/gpu/drm/i915/display/intel_dp.h | 1 + drivers/gpu/drm/i915/display/intel_dp_mst.c | 5 +++-- drivers/gpu/drm/i915/display/intel_psr.c | 13 ++++++++++--- 6 files changed, 24 insertions(+), 12 deletions(-)