Hi Dave, Simona, Filled with pepernoten, still had to send a drm-misc-fixes pull request. May contain DP-MST fixes with traces of v3d. :-) Cheers, ~Maarten drm-misc-fixes-2024-12-05: drm-misc-fixes v6.13-rc2: - v3d performance counter fix. - A lot of DP-MST related fixes. The following changes since commit 86e8f94789dd6f3e705bfa821e1e416f97a2f863: drm/sti: Add __iomem for mixer_dbg_mxn's parameter (2024-11-26 14:02:25 +0100) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-12-05 for you to fetch changes up to c98b10496b2f3c4f576af3482c71aadcfcbf765e: drm/v3d: Enable Performance Counters before clearing them (2024-12-05 14:27:57 -0300) ---------------------------------------------------------------- drm-misc-fixes v6.13-rc2: - v3d performance counter fix. - A lot of DP-MST related fixes. ---------------------------------------------------------------- Imre Deak (7): drm/dp_mst: Fix resetting msg rx state after topology removal drm/dp_mst: Verify request type in the corresponding down message reply drm/dp_mst: Simplify error path in drm_dp_mst_handle_down_rep() drm/dp_mst: Fix down request message timeout handling drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req() drm/dp_mst: Reset message rx state after OOM in drm_dp_mst_handle_up_req() drm/dp_mst: Use reset_msg_rx_state() instead of open coding it Maíra Canal (1): drm/v3d: Enable Performance Counters before clearing them drivers/gpu/drm/display/drm_dp_mst_topology.c | 104 +++++++++++++++++++++----- drivers/gpu/drm/v3d/v3d_perfmon.c | 2 +- include/drm/display/drm_dp_mst_helper.h | 7 ++ 3 files changed, 92 insertions(+), 21 deletions(-)