Merge tag 'drm-fixes-2024-04-26' of https://gitlab.freedesktop.org/drm/kernel
Pull drm fixes from Dave Airlie: "Regular weekly merge request, mostly amdgpu and misc bits in xe/etnaviv/gma500 and some core changes. Nothing too outlandish, seems to be about normal for this time of release. atomic-helpers: - Fix memory leak in drm_format_conv_state_copy() fbdev: - fbdefio: Fix address calculation amdgpu: - Suspend/resume fix - Don't expose gpu_od directory if it's empty - SDMA 4.4.2 fix - VPE fix - BO eviction fix - UMSCH fix - SMU 13.0.6 reset fixes - GPUVM flush accounting fix - SDMA 5.2 fix - Fix possible UAF in mes code amdkfd: - Eviction fence handling fix - Fix memory leak when GPU memory allocation fails - Fix dma-buf validation - Fix rescheduling of restore worker - SVM fix gma500: - Fix crash during boot etnaviv: - fix GC7000 TX clock gating - revert NPU UAPI changes xe: - Fix error paths on managed allocations - Fix PF/VF relay messages" * tag 'drm-fixes-2024-04-26' of https://gitlab.freedesktop.org/drm/kernel: (23 commits) Revert "drm/etnaviv: Expose a few more chipspecs to userspace" drm/etnaviv: fix tx clock gating on some GC7000 variants drm/xe/guc: Fix arguments passed to relay G2H handlers drm/xe: call free_gsc_pkt only once on action add failure drm/xe: Remove sysfs only once on action add failure fbdev: fix incorrect address computation in deferred IO drm/amdgpu/mes: fix use-after-free issue drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 drm/amdgpu: Fix the ring buffer size for queue VM flush drm/amdkfd: Add VRAM accounting for SVM migration drm/amd/pm: Restore config space after reset drm/amdgpu/umsch: don't execute umsch test when GPU is in reset/suspend drm/amdkfd: Fix rescheduling of restore worker drm/amdgpu: Update BO eviction priorities drm/amdgpu/vpe: fix vpe dpm setup failed drm/amdgpu: Assign correct bits for SDMA HDP flush drm/amdgpu/pm: Remove gpu_od if it's an empty directory drm/amdkfd: make sure VM is ready for updating operations drm/amdgpu: Fix leak when GPU memory allocation fails drm/amdkfd: Fix eviction fence handling ...
No related branches found
No related tags found
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 21 additions, 14 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_object.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c 3 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 1 addition, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c 1 addition, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 0 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c 15 additions, 11 deletionsdrivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
- drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c 7 additions, 7 deletionsdrivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
- drivers/gpu/drm/amd/amdkfd/kfd_migrate.c 15 additions, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_migrate.c
- drivers/gpu/drm/amd/amdkfd/kfd_process.c 8 additions, 7 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_process.c
- drivers/gpu/drm/amd/amdkfd/kfd_svm.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_svm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/pm/amdgpu_pm.c 7 additions, 0 deletionsdrivers/gpu/drm/amd/pm/amdgpu_pm.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c 25 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
- drivers/gpu/drm/drm_gem_atomic_helper.c 2 additions, 2 deletionsdrivers/gpu/drm/drm_gem_atomic_helper.c
- drivers/gpu/drm/etnaviv/etnaviv_gpu.c 2 additions, 22 deletionsdrivers/gpu/drm/etnaviv/etnaviv_gpu.c
- drivers/gpu/drm/etnaviv/etnaviv_gpu.h 0 additions, 12 deletionsdrivers/gpu/drm/etnaviv/etnaviv_gpu.h
Loading
Please register or sign in to comment