diff options
| author | Dave Airlie <[email protected]> | 2025-09-11 23:24:50 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2025-09-11 23:24:57 +0000 |
| commit | 1d00adb873a0ee9139c35d40b7b55fe8d940f376 (patch) | |
| tree | 7a935acd91cde1724768fd4cb0d850074a83719f /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | |
| parent | Merge tag 'drm-intel-fixes-2025-09-10' of https://gitlab.freedesktop.org/drm/... (diff) | |
| parent | drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at any time (diff) | |
| download | kernel-1d00adb873a0ee9139c35d40b7b55fe8d940f376.tar.gz kernel-1d00adb873a0ee9139c35d40b7b55fe8d940f376.zip | |
Merge tag 'amd-drm-fixes-6.17-2025-09-10' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-6.17-2025-09-10:
amdgpu:
- PSP 11.x fix
- DPCD quirk handing fix
- DCN 3.5 PG fix
- Audio suspend fix
- OEM i2c clean up fix
- Module unload memory leak fix
- DC delay fix
- ISP firmware fix
- VCN fixes
amdkfd:
- P2P topology fix
- APU mem limit calculation fix
Signed-off-by: Dave Airlie <[email protected]>
From: Alex Deucher <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c index 6379bb25bf5c..486c3646710c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c @@ -421,8 +421,6 @@ void amdgpu_ring_fini(struct amdgpu_ring *ring) dma_fence_put(ring->vmid_wait); ring->vmid_wait = NULL; ring->me = 0; - - ring->adev->rings[ring->idx] = NULL; } /** |
