aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar2025-06-301-10/+12
* drm/amdgpu/mes: remove some unused functionsAlex Deucher2025-05-291-63/+0
* drm/amdgpu/mes: add missing locking in helper functionsAlex Deucher2025-05-291-0/+16
* drm/amdgpu/mes: use correct MES pipe for resetsAlex Deucher2025-04-301-0/+1
* drm/amdgpu/mes: consolidate on a single mes reset callbackAlex Deucher2025-04-301-2/+4
* drm/amdgpu/mes: remove more unused functionsAlex Deucher2025-04-301-62/+0
* drm/amdgpu: refine MES register print for devices of hiveYifan Zha2025-04-301-9/+9
* drm/amdgpu: adjust enforce_isolation handlingAlex Deucher2025-04-111-1/+1
* drm/amdgpu/mes: make more vmids available when disable_kq=1Alex Deucher2025-04-081-1/+1
* drm/amdgpu/mes: update hqd masks when disable_kq is setAlex Deucher2025-04-081-3/+3
* drm/amdgpu/mes: warn on unexpected pipe numbersAlex Deucher2025-04-081-4/+19
* drm/amdgpu/mes: centralize gfx_hqd mask managementAlex Deucher2025-04-081-0/+21
* drm/amdgpu/mes: remove unused functionsAlex Deucher2025-04-081-800/+0
* drm/amdgpu: Modify the MES process va end limitChristian König2025-04-081-2/+1
* drm/amdgpu: Remove the MES self testArunpravin Paneer Selvam2025-04-081-169/+0
* drm/amdgpu: fix MES GFX maskArvind Yadav2025-04-081-3/+0
* drm/amdgpu/mes: clean up SDMA HQD loopAlex Deucher2025-03-211-5/+3
* drm/amdgpu/mes: enable compute pipes across all MECAlex Deucher2025-03-211-2/+1
* drm/amdgpu/mes: drop MES 10.x leftoversAlex Deucher2025-03-211-4/+1
* drm/amdgpu/mes: optimize compute loop handlingAlex Deucher2025-03-211-1/+1
* drm/amdgpu: use GFP_NOWAIT for memory allocationsChristian König2025-03-211-2/+2
* drm/amdgpu/mes: keep enforce isolation up to dateAlex Deucher2025-02-251-1/+19
* drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello2024-12-101-1/+3
* drm/amd/amdgpu: limit single process inside MESShaoyun Liu2024-11-121-0/+23
* drm/amd/amdgpu: Increase MES log buffer to dump mes scratch datashaoyunl2024-11-111-1/+1
* drm/amdgpu: fix return random value when multiple threads read registers via ...chongli22024-11-081-17/+13
* drm/amdgpu/mes: fetch fw version from firmware headerAlex Deucher2024-11-051-0/+5
* drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringSrinivasan Shanmugam2024-10-151-2/+3
* drm/amdgpu/mes11: update mes_reset_queue function to support sdma queueJiadong Zhu2024-09-261-1/+1
* drm/amdgpu: fix queue reset issue by mmioJesse Zhang2024-09-061-0/+1
* drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmioJiadong Zhu2024-09-021-0/+20
* drm/amdgpu/mes: modify mes api for mmio queue resetJiadong Zhu2024-09-021-1/+2
* drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11Mukul Joshi2024-08-211-34/+37
* drm/amdgpu/mes: add API for user queue resetAlex Deucher2024-08-161-0/+43
* drm/amdgpu/mes12: configure two pipes hardware resourcesJack Xiao2024-08-131-30/+47
* drm/amdgpu/mes12: load unified mes fw on pipe0 and pipe1Jack Xiao2024-08-131-1/+1
* drm/amdgpu/mes: add multiple mes ring instances supportJack Xiao2024-08-131-1/+3
* drm/amdgpu/mes: add API for legacy queue resetAlex Deucher2024-08-131-0/+24
* drm/amd: Use a constant format string for amdgpu_ucode_requestArnd Bergmann2024-08-131-1/+1
* drm/amdgpu: increase mes log buffer size for gfx12Michael Chen2024-07-271-3/+3
* drm/amdgpu: remove amdgpu_mes_fence_wait_polling()Alex Deucher2024-06-191-12/+0
* Revert "drm/amdgpu: Add missing locking for MES API calls"Mukul Joshi2024-06-191-12/+0
* drm/amdgpu: refine mes firmware loadingYang Wang2024-06-141-4/+2
* drm/amdgpu: Add missing locking for MES API callsMukul Joshi2024-06-141-0/+12
* drm/amdgpu/mes: add uni_mes fw loading supportJack Xiao2024-05-021-1/+4
* drm/amdgpu: enable mes v12 self testJack Xiao2024-05-021-1/+1
* drm/amdgpu: init mes ucode name for gfx v12Likun Gao2024-05-021-1/+2
* drm/amdgpu/mes: add mes mapping legacy queue supportJack Xiao2024-04-261-0/+22
* drm/amdgpu/mes11: Use a separate fence per transactionAlex Deucher2024-04-261-0/+12
* drm/amdgpu/mes: fix use-after-free issueJack Xiao2024-04-261-0/+1