summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-28drm/amdgpu: normalize error return of RAS command wrapper functionsCe Sun1-2/+2
2026-07-08drm/amdgpu: move struct amdgpu_wb and helpers into separate filesShahyan Soltani1-9/+9
2026-07-01drm/amdgpu: Fix typos in comments for IP block soft resetTimur Kristóf1-4/+4
2026-07-01drm/amdgpu: Simplify filtering rings during IP block soft resetTimur Kristóf1-18/+35
2026-07-01drm/amdgpu: Add IP block soft reset as a GPU recovery methodTimur Kristóf1-0/+171
2026-06-03drm/amd/ras: chunk UNIRAS CPER debugfs readsXiang Liu1-16/+33
2026-06-03drm/amd/ras: make UNIRAS CPER debugfs header legacy-compatibleXiang Liu1-18/+55
2026-05-11drm/amd/ras: Fix CPER ring debugfs read overflowXiang Liu1-8/+21
2026-03-09Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd...Dave Airlie1-37/+9
2026-02-23drm/amdgpu: rework ring reset backup and reemit v9Alex Deucher1-37/+9
2026-02-23dma-buf: abstract fence locking v2Christian König1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-05drm/amdgpu: re-add the bad job to the pending list for ring resetsAlex Deucher1-4/+0
2026-01-21drm/amdgpu: rename amdgpu_fence_driver_guilty_force_completion()Alex Deucher1-2/+2
2026-01-05drm/amd: Drop amdgpu prefix from message printsMario Limonciello (AMD)1-1/+1
2025-12-08drm/amdgpu: Expand kernel-doc in amdgpu_ringRodrigo Siqueira1-3/+8
2025-11-26drm/amdgpu: Fix CPER ring debugfs read buffer overflow riskSrinivasan Shanmugam1-0/+5
2025-11-04drm/amd/ras: Add CPER ring read for unirasXiang Liu1-0/+59
2025-11-04drm/amdgpu: move reset debug disable handlingAlex Deucher1-3/+0
2025-10-20drm/amdgpu: Use memset32 for IB paddingTvrtko Ursulin1-2/+10
2025-10-13drm/amdgpu: set an error on all fences from a bad contextAlex Deucher1-1/+1
2025-09-15drm/amdgpu: Fix allocating extra dwords for rings (v2)Timur Kristóf1-1/+2
2025-09-09drm/amdgpu: fix a memory leak in fence cleanup when unloadingAlex Deucher1-2/+0
2025-07-28drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_propAlex Deucher1-0/+1
2025-07-17drm/amdgpu: move reset support type checks into the callerAlex Deucher1-0/+31
2025-07-16drm/amdgpu: Increase reset counter only on successLijo Lazar1-2/+7
2025-07-16drm/amdgpu: track ring state associated with a fenceAlex Deucher1-0/+67
2025-04-08drm/amdgpu: remove is_mes_queue flagAlex Deucher1-74/+38
2025-03-26drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König1-50/+8
2025-03-05drm/amdgpu: Add support for CPERs on virtualizationTony Yi1-3/+28
2025-02-25drm/amdgpu: Introduce cached_rptr and is_guilty callback in amdgpu_ringJesse.zhang@amd.com1-0/+2
2025-02-17drm/amdgpu: add mutex lock for cper ringTao Zhou1-5/+16
2025-02-17drm/amdgpu: read CPER ring via debugfsTao Zhou1-11/+36
2025-02-17drm/amdgpu: add RAS CPER ring bufferTao Zhou1-11/+18
2024-10-28drm/amdgpu: drop volatile from ring bufferChristian König1-7/+3
2024-10-15drm/amdgpu: optimize insert_nop using multi dwordsSunil Khatri1-3/+19
2024-10-08drm/amdgpu: move error log from ring write to commitSunil Khatri1-0/+3
2024-08-13drm/amdgpu/mes: fix mes ring buffer overflowJack Xiao1-0/+2
2024-08-06drm/amdpgu: Micro-optimise amdgpu_ring_commitTvrtko Ursulin1-1/+1
2024-08-06drm/amdgpu: do not call insert_nop fn for zero countSunil Khatri1-1/+3
2024-05-08drm/amdgpu: Fix out-of-bounds write warningMa Jun1-1/+1
2024-04-30drm/amdgpu: fix overflowed array index read warningTim Huang1-1/+2
2024-03-27drm/amdgpu: fix deadlock while reading mqd from debugfsJohannes Weiner1-17/+29
2024-01-31drm/amdgpu: Fix the warning info in mode1 resetMa Jun1-0/+12
2023-12-13drm/amdgpu: Enable tunneling on high-priority compute queuesFriedrich Vock1-4/+6
2023-09-11drm/amdgpu: Create an option to disable soft recoveryAndré Almeida1-1/+5
2023-06-15drm/amdgpu: mark soft recovered fences with -ENODATAChristian König1-0/+7
2023-06-15drm/amdgpu: add amdgpu_error_* debugfs fileChristian König1-0/+16
2023-06-09drm/amdgpu: Modify indirect buffer packages for resubmissionJiadong Zhu1-0/+18