Hi! Here's this week drm-misc-next-fixes PR Maxime drm-misc-next-fixes-2024-01-04: One fix for drm/plane to avoid a use-after-free and some additional warnings to prevent more of these occurences, a lock inversion dependency fix and an indentation fix for drm/rockchip, and some doc warning fixes for imagination and gpuvm. The following changes since commit 933a2a376fb3f22ba4774f74233571504ac56b02: drm: using mul_u32_u32() requires linux/math64.h (2023-12-19 15:29:17 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2024-01-04 for you to fetch changes up to eee706839333ec0643f1b4898a37588025bf4cb5: drm/imagination: pvr_device.h: fix all kernel-doc warnings (2024-01-02 11:50:05 +0100) ---------------------------------------------------------------- One fix for drm/plane to avoid a use-after-free and some additional warnings to prevent more of these occurences, a lock inversion dependency fix and an indentation fix for drm/rockchip, and some doc warning fixes for imagination and gpuvm. ---------------------------------------------------------------- Andy Yan (1): drm/rockchip: vop2: Avoid use regmap_reinit_cache at runtime Jiapeng Chong (1): drm/rockchip: vop2: clean up some inconsistent indenting Randy Dunlap (2): drm/gpuvm: fix all kernel-doc warnings in include/drm/drm_gpuvm.h drm/imagination: pvr_device.h: fix all kernel-doc warnings Ville Syrjälä (2): drm: Don't unref the same fb many times by mistake due to deadlock handling drm: Warn when freeing a framebuffer that's still on a list drivers/gpu/drm/drm_framebuffer.c | 5 +- drivers/gpu/drm/drm_plane.c | 1 + drivers/gpu/drm/imagination/pvr_device.h | 46 ++++++++-------- drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 12 ++--- include/drm/drm_gpuvm.h | 80 ++++++++++++++++------------ 5 files changed, 79 insertions(+), 65 deletions(-)