summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
AgeCommit message (Expand)AuthorLines
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
2022-03-04drm/amdgpu: initialize the vmid_wait with the stub fenceChristian König-0/+1
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky-2/+3
2021-09-14drm/amdgpu: cleanup debugfs for amdgpu ringsNirmoy Das-12/+6
2021-09-14drm/amdgpu: use IS_ERR for debugfs APIsNirmoy Das-2/+2
2021-04-20drm/amd/amdgpu/amdgpu_ring: Provide description for 'sched_score'Lee Jones-0/+1
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König-2/+4
2021-02-09drm/amdgpu: cleanup struct amdgpu_ringNirmoy Das-6/+2
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw'Lee Jones-1/+1
2020-11-13drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentationLee Jones-6/+6
2020-11-02drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma-1/+1
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov-1/+1
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov-1/+1