Hi Dave & Sima, Here goes another drm-intel-next-fixes PR towards 6.16-rc1.
Thunderbolt disconnect fix for MTL/ARL/LNL, DDI port clock fix for PTL+ and WQ allocation error check for display init code. Regards, Joonas PS. CI results were for one patch more, which I reverted during review of the automation picked patches, but results should still be valid. *** drm-intel-next-fixes-2025-05-22: - Fix for Thunderbolt sink disconnect on MTL/ARL/LNL - Fix for DDI port clock select mask on PTL+ - Add error checks for alloc_ordered_workqueue() and alloc_workqueue() in display The following changes since commit c4f8ac095fc91084108ec21117eb9c1fff64725d: Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-next (2025-05-21 05:49:31 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2025-05-22 for you to fetch changes up to f4c7baa0699b69edb6887a992283b389761e0e81: drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue() (2025-05-22 09:25:57 +0300) ---------------------------------------------------------------- - Fix for Thunderbolt sink disconnect on MTL/ARL/LNL - Fix for DDI port clock select mask on PTL+ - Add error checks for alloc_ordered_workqueue() and alloc_workqueue() in display ---------------------------------------------------------------- Haoxiang Li (1): drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue() Imre Deak (2): drm/i915/ptl: Use everywhere the correct DDI port clock select mask drm/i915/dp_mst: Work around Thunderbolt sink disconnect after SINK_COUNT_ESI read drivers/gpu/drm/i915/display/intel_cx0_phy.c | 27 ++++++++----------- drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h | 15 ++++++++--- .../gpu/drm/i915/display/intel_display_driver.c | 30 ++++++++++++++++++---- drivers/gpu/drm/i915/display/intel_dp.c | 17 ++++++++++++ 4 files changed, 63 insertions(+), 26 deletions(-)