Hi, Here's this week drm-misc-next-fixes PR Thanks! Maxime drm-misc-next-fixes-2023-12-21: More fixes for the new imagination drier, a DT node refcount fix for the new aux bridge driver and a missing header fix for the LUT management code. The following changes since commit b1a2aa9bcbb88a7dc1c4df98dbf4f4df9ca79c9f: drm: ci: Update xfails (2023-12-13 15:18:30 -0300) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-12-21 for you to fetch changes up to 933a2a376fb3f22ba4774f74233571504ac56b02: drm: using mul_u32_u32() requires linux/math64.h (2023-12-19 15:29:17 +0200) ---------------------------------------------------------------- More fixes for the new imagination drier, a DT node refcount fix for the new aux bridge driver and a missing header fix for the LUT management code. ---------------------------------------------------------------- Dmitry Baryshkov (1): drm/bridge: properly refcount DT nodes in aux bridge drivers Donald Robson (4): drm/imagination: Fixed infinite loop in pvr_vm_mips_map() drm/imagination: Fixed oops when misusing ioctl CREATE_HWRT_DATASET drm/imagination: Fix ERR_PTR test on pointer to pointer. drm/imagination: Fix error path in pvr_vm_create_context Stephen Rothwell (1): drm: using mul_u32_u32() requires linux/math64.h drivers/gpu/drm/bridge/aux-bridge.c | 3 ++- drivers/gpu/drm/bridge/aux-hpd-bridge.c | 4 ++-- drivers/gpu/drm/imagination/pvr_hwrt.c | 27 ++++++++++++++------------- drivers/gpu/drm/imagination/pvr_vm.c | 30 ++++++++++++++---------------- drivers/gpu/drm/imagination/pvr_vm_mips.c | 6 +++--- include/drm/drm_color_mgmt.h | 1 + 6 files changed, 36 insertions(+), 35 deletions(-)