summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-02-05drm/amdgpu: re-add the bad job to the pending list for ring resetsAlex Deucher-4/+0
2026-01-21drm/amdgpu: rename amdgpu_fence_driver_guilty_force_completion()Alex Deucher-2/+2
2026-01-05drm/amd: Drop amdgpu prefix from message printsMario Limonciello (AMD)-1/+1
2025-12-08drm/amdgpu: Expand kernel-doc in amdgpu_ringRodrigo Siqueira-3/+8
2025-11-26drm/amdgpu: Fix CPER ring debugfs read buffer overflow riskSrinivasan Shanmugam-0/+5
2025-11-04drm/amd/ras: Add CPER ring read for unirasXiang Liu-0/+59
2025-11-04drm/amdgpu: move reset debug disable handlingAlex Deucher-3/+0
2025-10-20drm/amdgpu: Use memset32 for IB paddingTvrtko Ursulin-2/+10
2025-10-13drm/amdgpu: set an error on all fences from a bad contextAlex Deucher-1/+1
2025-09-15drm/amdgpu: Fix allocating extra dwords for rings (v2)Timur Kristóf-1/+2
2025-09-09drm/amdgpu: fix a memory leak in fence cleanup when unloadingAlex Deucher-2/+0
2025-07-28drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_propAlex Deucher-0/+1
2025-07-17drm/amdgpu: move reset support type checks into the callerAlex Deucher-0/+31
2025-07-16drm/amdgpu: Increase reset counter only on successLijo Lazar-2/+7
2025-07-16drm/amdgpu: track ring state associated with a fenceAlex Deucher-0/+67
2025-04-08drm/amdgpu: remove is_mes_queue flagAlex Deucher-74/+38
2025-03-26drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König-50/+8
2025-03-05drm/amdgpu: Add support for CPERs on virtualizationTony Yi-3/+28
2025-02-25drm/amdgpu: Introduce cached_rptr and is_guilty callback in amdgpu_ringJesse.zhang@amd.com-0/+2
2025-02-17drm/amdgpu: add mutex lock for cper ringTao Zhou-5/+16
2025-02-17drm/amdgpu: read CPER ring via debugfsTao Zhou-11/+36
2025-02-17drm/amdgpu: add RAS CPER ring bufferTao Zhou-11/+18
2024-10-28drm/amdgpu: drop volatile from ring bufferChristian König-7/+3
2024-10-15drm/amdgpu: optimize insert_nop using multi dwordsSunil Khatri-3/+19
2024-10-08drm/amdgpu: move error log from ring write to commitSunil Khatri-0/+3
2024-08-13drm/amdgpu/mes: fix mes ring buffer overflowJack Xiao-0/+2
2024-08-06drm/amdpgu: Micro-optimise amdgpu_ring_commitTvrtko Ursulin-1/+1
2024-08-06drm/amdgpu: do not call insert_nop fn for zero countSunil Khatri-1/+3
2024-05-08drm/amdgpu: Fix out-of-bounds write warningMa Jun-1/+1
2024-04-30drm/amdgpu: fix overflowed array index read warningTim Huang-1/+2
2024-03-27drm/amdgpu: fix deadlock while reading mqd from debugfsJohannes Weiner-17/+29
2024-01-31drm/amdgpu: Fix the warning info in mode1 resetMa Jun-0/+12
2023-12-13drm/amdgpu: Enable tunneling on high-priority compute queuesFriedrich Vock-4/+6
2023-09-11drm/amdgpu: Create an option to disable soft recoveryAndré Almeida-1/+5
2023-06-15drm/amdgpu: mark soft recovered fences with -ENODATAChristian König-0/+7
2023-06-15drm/amdgpu: add amdgpu_error_* debugfs fileChristian König-0/+16
2023-06-09drm/amdgpu: Modify indirect buffer packages for resubmissionJiadong Zhu-0/+18
2023-06-09drm/amd/amdgpu: Fix warnings in amdgpu _object, _ring.cSrinivasan Shanmugam-5/+4
2023-04-24drm/amdgpu: add debugfs interface for reading MQDsAlex Deucher-0/+59
2023-04-24drm/amdgpu: fix memory leak in mes self testJack Xiao-0/+2
2023-04-18drm/amdgpu: Add a max ibs per submission limit.Bas Nieuwenhuizen-0/+29
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu-0/+12
2022-10-18Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao-3/+0
2022-08-16drm/amdgpu: add debugfs amdgpu_reset_levelVictor Zhao-0/+3
2022-06-08drm/amd/amdgpu: Fix alignment issueArunpravin Paneer Selvam-2/+2
2022-06-06drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam-6/+6
2022-05-04drm/amdgpu: initialize/finalize the ring for mes queueJack Xiao-41/+104
2022-05-04drm/amdgpu: add helper function to initialize mqd from ring v4Jack Xiao-0/+48