Hi Sima, Dave, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2026-09-10: A fair amount of fixes this week as well: - create blend mode property for more driver planes - Kconfig cleanups across the board - sched: null pointer dereference fix in kunit tests - ethosu misc fixes about error handling and corner cases handling - ivpu fixes about buffer and metadata validation - rockchip: fixes around buffer overflow and kconfig - tc358768: fix bus flags and error handling The following changes since commit df2908090cda368b01ff43709f51890076c56157: Linux 7.3-rc2 (2026-09-06 15:07:20 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2026-09-10 for you to fetch changes up to 4600b4d1a9ee730d03ddac5ce409cd2730ce8c0c: drm/bridge: ti-sn65dsi83: Fix error handling in sn65dsi83_reset_work() (2026-09-09 17:07:54 +0200) ---------------------------------------------------------------- A fair amount of fixes this week as well: - create blend mode property for more driver planes - Kconfig cleanups across the board - sched: null pointer dereference fix in kunit tests - ethosu misc fixes about error handling and corner cases handling - ivpu fixes about buffer and metadata validation - rockchip: fixes around buffer overflow and kconfig - tc358768: fix bus flags and error handling ---------------------------------------------------------------- Dawid Osuchowski (1): accel/ivpu: Limit firmware log name prints to field size Esben Haabendal (1): drm/bridge: ti-sn65dsi83: Fix error handling in sn65dsi83_reset_work() Igor Paunovic (2): drm/rockchip: dw_dp: Select DRM_BRIDGE_CONNECTOR drm/rockchip: rk3066_hdmi: Add missing Kconfig selects Karl Mehltretter (2): drm/adp: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER drm/logicvc: Drop the select of the nonexistent CONFIG_DRM_KMS_DMA_HELPER Leonardo Costa (1): drm/bridge: tc358768: Enforce input bus flags via atomic_check Magdalena Schulfer (2): accel/ivpu: Validate full buffer range in ivpu_to_cpu_addr accel/ivpu: Validate firmware log buffer metadata Qinyun Tan (4): drm/ast: create blend mode property on cursor plane drm/qxl: create blend mode property on primary and cursor planes drm/virtio: create blend mode property on cursor plane drm/vboxvideo: create blend mode property on planes Rob Herring (Arm) (5): accel: ethosu: Fix ethosu_job_open() return value accel: ethosu: Drop IRQF_SHARED flag accel: ethosu: Ensure cmd stream ends with a stop op accel: ethosu: Ensure SRAM size is 0 on mapping failure accel: ethosu: Ensure SRAM region size matches job Shixiong Ou (1): drm/sched: Create a fake device for KUnit tests Sunil Khatri (1): drm/drm_exec: fix up contended obj when num_objects is 0 Thomas Zimmermann (1): Merge drm/drm-fixes into drm-misc-fixes Yudi Yang (1): drm/rockchip: analogix_dp: fix unchecked bound endpoint name length drivers/accel/ethosu/ethosu_device.h | 1 + drivers/accel/ethosu/ethosu_drv.c | 3 +- drivers/accel/ethosu/ethosu_gem.c | 9 +++ drivers/accel/ethosu/ethosu_job.c | 16 ++--- drivers/accel/ivpu/ivpu_fw_log.c | 87 ++++++++++++++---------- drivers/accel/ivpu/ivpu_gem.h | 14 +++- drivers/accel/ivpu/ivpu_ipc.c | 7 +- drivers/gpu/drm/adp/Kconfig | 1 - drivers/gpu/drm/ast/ast_cursor.c | 3 + drivers/gpu/drm/bridge/tc358768.c | 15 ++-- drivers/gpu/drm/bridge/ti-sn65dsi83.c | 6 +- drivers/gpu/drm/drm_exec.c | 13 ++++ drivers/gpu/drm/logicvc/Kconfig | 1 - drivers/gpu/drm/qxl/qxl_display.c | 4 ++ drivers/gpu/drm/rockchip/Kconfig | 3 + drivers/gpu/drm/rockchip/analogix_dp-rockchip.c | 7 +- drivers/gpu/drm/scheduler/tests/mock_scheduler.c | 11 +++ drivers/gpu/drm/vboxvideo/vbox_mode.c | 4 ++ drivers/gpu/drm/virtio/virtgpu_plane.c | 4 ++ 19 files changed, 145 insertions(+), 64 deletions(-)