Hi Linus, Regular weekly fixes pull, I'll be travelling for a few days but I don't think it should interfere with anything apart from my responsiveness if things go wrong :-P. Bunch of fixes, xe, amdgpu, nouveau and tegra all have a few. Then drm/bridge including some drivers/soc fallout fixes. The biggest thing in here is a new unit test for some buddy allocator fixes, otherwise a misc fbcon, ttm unit test and one msm revert. Seems to pretty normal for this stage. Regards, Dave. drm-fixes-2024-03-01: drm fixes for 6.8-rc7 buddy: - two allocation fixes + unit test fbcon: - font restore syzkaller fix ttm: - kunit test fix bridge: - fix aux-hpd leaks - fix aux-hpd registration - fix use after free in soc/qcom - fix boot on soc/qcom xe: - A couple of tracepoint updates from Priyanka and Lucas. - Make sure BINDs are completed before accepting UNBINDs on LR vms. - Don't arbitrarily restrict max number of batched binds. - Add uapi for dumpable bos (agreed on IRC). - Remove unused uapi flags and a leftover comment. - A couple of fixes related to the execlist backend. msm: - DP: Revert a change which was causing a HDP regression amdgpu: - Fix potential buffer overflow - Fix power min cap - Suspend/resume fix - SI PM fix - eDP fix nouveau: - fix a misreported VRAM sizing - fix a regression in suspend/resume due to freeing tegra: - host1x reset fix - only remove existing driver if display is possible The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b: Linux 6.8-rc6 (2024-02-25 15:46:06 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-03-01 for you to fetch changes up to f6ecfdad359a01c7fd8a3bcfde3ef0acdf107e6e: drm/nouveau: keep DMA buffers required for suspend/resume (2024-03-01 15:27:04 +1000) ---------------------------------------------------------------- drm fixes for 6.8-rc7 buddy: - two allocation fixes + unit test fbcon: - font restore syzkaller fix ttm: - kunit test fix bridge: - fix aux-hpd leaks - fix aux-hpd registration - fix use after free in soc/qcom - fix boot on soc/qcom xe: - A couple of tracepoint updates from Priyanka and Lucas. - Make sure BINDs are completed before accepting UNBINDs on LR vms. - Don't arbitrarily restrict max number of batched binds. - Add uapi for dumpable bos (agreed on IRC). - Remove unused uapi flags and a leftover comment. - A couple of fixes related to the execlist backend. msm: - DP: Revert a change which was causing a HDP regression amdgpu: - Fix potential buffer overflow - Fix power min cap - Suspend/resume fix - SI PM fix - eDP fix nouveau: - fix a misreported VRAM sizing - fix a regression in suspend/resume due to freeing tegra: - host1x reset fix - only remove existing driver if display is possible ---------------------------------------------------------------- Alex Deucher (1): Revert "drm/amd/pm: resolve reboot exception for si oland" Arnd Bergmann (1): drm/xe/mmio: fix build warning for BAR resize on 32-bit Christian König (1): drm/ttm/tests: depend on UML || COMPILE_TEST Dave Airlie (5): Merge tag 'drm-misc-fixes-2024-02-29' of https://anongit.freedesktop.org/git/drm/drm-misc into drm-fixes Merge tag 'drm-xe-fixes-2024-02-29' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes Merge tag 'drm-msm-fixes-2024-02-28' of https://gitlab.freedesktop.org/drm/msm into drm-fixes Merge tag 'amd-drm-fixes-6.8-2024-02-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes nouveau: report byte usage in VRAM usage. Dmitry Baryshkov (1): Revert "drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes" Francois Dugast (1): drm/xe/uapi: Remove unused flags Jiri Slaby (SUSE) (1): fbcon: always restore the old font data in fbcon_do_set_font() Johan Hovold (3): drm/bridge: aux-hpd: fix OF node leaks drm/bridge: aux-hpd: separate allocation and registration soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free José Roberto de Souza (1): drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left over Lucas De Marchi (1): drm/xe: Use pointers in trace events Ma Jun (1): drm/amdgpu/pm: Fix the power1_min_cap value Maarten Lankhorst (1): drm/xe: Add uapi for dumpable bos Matthew Auld (3): drm/buddy: fix range bias drm/buddy: check range allocation matches alignment drm/tests/drm_buddy: add alloc_range_bias test Matthew Brost (3): drm/xe: Fix execlist splat drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer drm/xe: Use vmalloc for array of bind allocation in bind IOCTL Maxime Ripard (1): Merge drm/drm-fixes into drm-misc-fixes Mika Kuoppala (2): drm/xe: Expose user fence from xe_sync_entry drm/xe: Deny unbinds if uapi ufence pending Mikko Perttunen (1): gpu: host1x: Skip reset assert on Tegra186 Paulo Zanoni (1): drm/xe: get rid of MAX_BINDS Prike Liang (1): drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series Priyanka Dandamudi (2): drm/xe/xe_bo_move: Enhance xe_bo_move trace drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move trace Rob Clark (1): soc: qcom: pmic_glink: Fix boot when QRTR=m Ryan Lin (1): drm/amd/display: Add monitor patch for specific eDP Sid Pranjale (1): drm/nouveau: keep DMA buffers required for suspend/resume Srinivasan Shanmugam (1): drm/amd/display: Prevent potential buffer overflow in map_hw_resources Thierry Reding (1): drm/tegra: Remove existing framebuffer only if we support display drivers/gpu/drm/Kconfig | 5 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 45 +++-- .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 6 +- drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.c | 5 + drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 29 +++ drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 9 +- drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 9 +- .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 9 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 9 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 9 +- drivers/gpu/drm/bridge/aux-hpd-bridge.c | 70 +++++-- drivers/gpu/drm/drm_buddy.c | 16 +- drivers/gpu/drm/msm/dp/dp_display.c | 20 +- drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 4 +- drivers/gpu/drm/tegra/drm.c | 23 ++- drivers/gpu/drm/tests/drm_buddy_test.c | 218 +++++++++++++++++++++ drivers/gpu/drm/xe/xe_bo.c | 11 +- drivers/gpu/drm/xe/xe_bo.h | 1 + drivers/gpu/drm/xe/xe_drm_client.c | 12 +- drivers/gpu/drm/xe/xe_exec_queue.c | 88 +-------- drivers/gpu/drm/xe/xe_exec_queue_types.h | 10 - drivers/gpu/drm/xe/xe_execlist.c | 2 +- drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 12 ++ drivers/gpu/drm/xe/xe_lrc.c | 10 +- drivers/gpu/drm/xe/xe_mmio.c | 2 +- drivers/gpu/drm/xe/xe_sync.c | 58 +++++- drivers/gpu/drm/xe/xe_sync.h | 4 + drivers/gpu/drm/xe/xe_sync_types.h | 2 +- drivers/gpu/drm/xe/xe_trace.h | 59 ++++-- drivers/gpu/drm/xe/xe_vm.c | 80 +++++--- drivers/gpu/drm/xe/xe_vm_types.h | 11 +- drivers/gpu/host1x/dev.c | 15 +- drivers/gpu/host1x/dev.h | 6 + drivers/soc/qcom/pmic_glink.c | 21 +- drivers/soc/qcom/pmic_glink_altmode.c | 16 +- drivers/video/fbdev/core/fbcon.c | 8 +- include/drm/bridge/aux-bridge.h | 15 ++ include/uapi/drm/xe_drm.h | 21 +- 39 files changed, 659 insertions(+), 293 deletions(-)