Merge tag 'drm-fixes-2024-02-03' of git://anongit.freedesktop.org/drm/drm
Pul drm fixes from Dave Airlie: "Regular weekly fixes, mostly amdgpu and xe. One nouveau fix is a better fix for the deadlock and also helps with a sync race we were seeing. dma-buf: - heaps CMA page accounting fix virtio-gpu: - fix segment size xe: - A crash fix - A fix for an assert due to missing mem_acces ref - Only allow a single user-fence per exec / bind. - Some sparse warning fixes - Two fixes for compilation failures on various odd combinations of gcc / arch pointed out on LKML. - Fix a fragile partial allocation pointed out on LKML. - A sysfs ABI documentation warning fix amdgpu: - Fix reboot issue seen on some 7000 series dGPUs - Fix client init order for KFD - Misc display fixes - USB-C fix - DCN 3.5 fixes - Fix issues with GPU scheduler and GPU reset - GPU firmware loading fix - Misc fixes - GC 11.5 fix - VCN 4.0.5 fix - IH overflow fix amdkfd: - SVM fixes - Trap handler fix - Fix device permission lookup - Properly reserve BO before validating it nouveau: - fence/irq lock deadlock fix (second attempt) - gsp command size fix * tag 'drm-fixes-2024-02-03' of git://anongit.freedesktop.org/drm/drm: (35 commits) nouveau: offload fence uevents work to workqueue nouveau/gsp: use correct size for registry rpc. drm/amdgpu/pm: Use inline function for IP version check drm/hwmon: Fix abi doc warnings drm/xe: Make all GuC ABI shift values unsigned drm/xe/vm: Subclass userptr vmas drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines drm/xe: Don't use __user error pointers drm/xe: Annotate mcr_[un]lock() drm/xe: Only allow 1 ufence per exec / bind IOCTL drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms drm/xe: Fix crash in trace_dma_fence_init() drm/amdgpu: Reset IH OVERFLOW_CLEAR bit drm/amdgpu: remove asymmetrical irq disabling in vcn 4.0.5 suspend drm/amdgpu: drm/amdgpu: remove golden setting for gfx 11.5.0 drm/amdkfd: reserve the BO before validating it drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()' drm/amd/display: Fix buffer overflow in 'get_host_router_total_dp_tunnel_bw()' drm/amd/display: Add NULL check for kzalloc in 'amdgpu_dm_atomic_commit_tail()' drm/amd: Don't init MEC2 firmware when it fails to load ...
Showing
- Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon 7 additions, 7 deletionsDocumentation/ABI/testing/sysfs-driver-intel-i915-hwmon
- Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon 7 additions, 7 deletionsDocumentation/ABI/testing/sysfs-driver-intel-xe-hwmon
- drivers/dma-buf/heaps/cma_heap.c 3 additions, 4 deletionsdrivers/dma-buf/heaps/cma_heap.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 21 additions, 11 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h 3 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 17 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c 4 additions, 4 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 13 additions, 23 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 4 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c 12 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
- drivers/gpu/drm/amd/amdgpu/cik_ih.c 6 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/cik_ih.c
- drivers/gpu/drm/amd/amdgpu/cz_ih.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/cz_ih.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 0 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c 0 additions, 22 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
Please register or sign in to comment