Hi Dave, Sima, this is the weekly PR from drm-misc-fixes.
Best regards Thomas drm-misc-fixes-2025-10-16: Short summary of fixes pull: ast: - Fix display output after reboot bridge: - lt9211: Fix version check core: - draw: Avoid color truncation - gpuvm: Avoid kernel-doc warning - sched: Avoid double free panthor: - Fix MCU suspend qaic: - Init bootlog in correct order - Treat remaining == 0 as error in find_and_map_user_pages() - Lock access to DBC request queue rockchip: - vop2: Fix destination size in atomic check The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2025-10-16 for you to fetch changes up to 5801e65206b065b0b2af032f7f1eef222aa2fd83: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies (2025-10-16 14:26:05 +0200) ---------------------------------------------------------------- Short summary of fixes pull: ast: - Fix display output after reboot bridge: - lt9211: Fix version check core: - draw: Avoid color truncation - gpuvm: Avoid kernel-doc warning - sched: Avoid double free panthor: - Fix MCU suspend qaic: - Init bootlog in correct order - Treat remaining == 0 as error in find_and_map_user_pages() - Lock access to DBC request queue rockchip: - vop2: Fix destination size in atomic check ---------------------------------------------------------------- Alok Tiwari (1): drm/rockchip: vop2: use correct destination rectangle height check Ankan Biswas (1): drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.map Francesco Valla (1): drm/draw: fix color truncation in drm_draw_fill24 Jeff Hugo (1): accel/qaic: Fix bootlog initialization ordering Ketil Johnsen (1): drm/panthor: Ensure MCU is disabled on suspend Marek Vasut (1): drm/bridge: lt9211: Drop check for last nibble of version register Pranjal Ramajor Asha Kanojiya (1): accel/qaic: Synchronize access to DBC request queue head & tail pointer Thomas Zimmermann (2): Merge drm/drm-fixes into drm-misc-fixes drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync off Tvrtko Ursulin (1): drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies Youssef Samir (1): accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages() drivers/accel/qaic/qaic.h | 2 ++ drivers/accel/qaic/qaic_control.c | 2 +- drivers/accel/qaic/qaic_data.c | 12 ++++++++++-- drivers/accel/qaic/qaic_debugfs.c | 5 +++-- drivers/accel/qaic/qaic_drv.c | 3 +++ drivers/gpu/drm/ast/ast_mode.c | 18 ++++++++++-------- drivers/gpu/drm/ast/ast_reg.h | 1 + drivers/gpu/drm/bridge/lontium-lt9211.c | 3 +-- drivers/gpu/drm/drm_draw.c | 2 +- drivers/gpu/drm/drm_draw_internal.h | 2 +- drivers/gpu/drm/panthor/panthor_fw.c | 1 + drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 2 +- drivers/gpu/drm/scheduler/sched_main.c | 13 +++++++------ include/drm/drm_gpuvm.h | 2 +- 14 files changed, 43 insertions(+), 25 deletions(-) -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg)
