index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_mes.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-29
drm/amdgpu/mes: remove some unused functions
Alex Deucher
1
-63
/
+0
2025-05-29
drm/amdgpu/mes: add missing locking in helper functions
Alex Deucher
1
-0
/
+16
2025-04-30
drm/amdgpu/mes: use correct MES pipe for resets
Alex Deucher
1
-0
/
+1
2025-04-30
drm/amdgpu/mes: consolidate on a single mes reset callback
Alex Deucher
1
-2
/
+4
2025-04-30
drm/amdgpu/mes: remove more unused functions
Alex Deucher
1
-62
/
+0
2025-04-30
drm/amdgpu: refine MES register print for devices of hive
Yifan Zha
1
-9
/
+9
2025-04-11
drm/amdgpu: adjust enforce_isolation handling
Alex Deucher
1
-1
/
+1
2025-04-08
drm/amdgpu/mes: make more vmids available when disable_kq=1
Alex Deucher
1
-1
/
+1
2025-04-08
drm/amdgpu/mes: update hqd masks when disable_kq is set
Alex Deucher
1
-3
/
+3
2025-04-08
drm/amdgpu/mes: warn on unexpected pipe numbers
Alex Deucher
1
-4
/
+19
2025-04-08
drm/amdgpu/mes: centralize gfx_hqd mask management
Alex Deucher
1
-0
/
+21
2025-04-08
drm/amdgpu/mes: remove unused functions
Alex Deucher
1
-800
/
+0
2025-04-08
drm/amdgpu: Modify the MES process va end limit
Christian König
1
-2
/
+1
2025-04-08
drm/amdgpu: Remove the MES self test
Arunpravin Paneer Selvam
1
-169
/
+0
2025-04-08
drm/amdgpu: fix MES GFX mask
Arvind Yadav
1
-3
/
+0
2025-03-21
drm/amdgpu/mes: clean up SDMA HQD loop
Alex Deucher
1
-5
/
+3
2025-03-21
drm/amdgpu/mes: enable compute pipes across all MEC
Alex Deucher
1
-2
/
+1
2025-03-21
drm/amdgpu/mes: drop MES 10.x leftovers
Alex Deucher
1
-4
/
+1
2025-03-21
drm/amdgpu/mes: optimize compute loop handling
Alex Deucher
1
-1
/
+1
2025-03-21
drm/amdgpu: use GFP_NOWAIT for memory allocations
Christian König
1
-2
/
+2
2025-02-25
drm/amdgpu/mes: keep enforce isolation up to date
Alex Deucher
1
-1
/
+19
2024-12-10
drm/amd: Add the capability to mark certain firmware as "required"
Mario Limonciello
1
-1
/
+3
2024-11-12
drm/amd/amdgpu: limit single process inside MES
Shaoyun Liu
1
-0
/
+23
2024-11-11
drm/amd/amdgpu: Increase MES log buffer to dump mes scratch data
shaoyunl
1
-1
/
+1
2024-11-08
drm/amdgpu: fix return random value when multiple threads read registers via mes.
chongli2
1
-17
/
+13
2024-11-05
drm/amdgpu/mes: fetch fw version from firmware header
Alex Deucher
1
-0
/
+5
2024-10-15
drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
Srinivasan Shanmugam
1
-2
/
+3
2024-09-26
drm/amdgpu/mes11: update mes_reset_queue function to support sdma queue
Jiadong Zhu
1
-1
/
+1
2024-09-06
drm/amdgpu: fix queue reset issue by mmio
Jesse Zhang
1
-0
/
+1
2024-09-02
drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmio
Jiadong Zhu
1
-0
/
+20
2024-09-02
drm/amdgpu/mes: modify mes api for mmio queue reset
Jiadong Zhu
1
-1
/
+2
2024-08-20
drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11
Mukul Joshi
1
-34
/
+37
2024-08-16
drm/amdgpu/mes: add API for user queue reset
Alex Deucher
1
-0
/
+43
2024-08-13
drm/amdgpu/mes12: configure two pipes hardware resources
Jack Xiao
1
-30
/
+47
2024-08-13
drm/amdgpu/mes12: load unified mes fw on pipe0 and pipe1
Jack Xiao
1
-1
/
+1
2024-08-13
drm/amdgpu/mes: add multiple mes ring instances support
Jack Xiao
1
-1
/
+3
2024-08-13
drm/amdgpu/mes: add API for legacy queue reset
Alex Deucher
1
-0
/
+24
2024-08-13
drm/amd: Use a constant format string for amdgpu_ucode_request
Arnd Bergmann
1
-1
/
+1
2024-07-27
drm/amdgpu: increase mes log buffer size for gfx12
Michael Chen
1
-3
/
+3
2024-06-19
drm/amdgpu: remove amdgpu_mes_fence_wait_polling()
Alex Deucher
1
-12
/
+0
2024-06-19
Revert "drm/amdgpu: Add missing locking for MES API calls"
Mukul Joshi
1
-12
/
+0
2024-06-14
drm/amdgpu: refine mes firmware loading
Yang Wang
1
-4
/
+2
2024-06-14
drm/amdgpu: Add missing locking for MES API calls
Mukul Joshi
1
-0
/
+12
2024-05-02
drm/amdgpu/mes: add uni_mes fw loading support
Jack Xiao
1
-1
/
+4
2024-05-02
drm/amdgpu: enable mes v12 self test
Jack Xiao
1
-1
/
+1
2024-05-02
drm/amdgpu: init mes ucode name for gfx v12
Likun Gao
1
-1
/
+2
2024-04-26
drm/amdgpu/mes: add mes mapping legacy queue support
Jack Xiao
1
-0
/
+22
2024-04-26
drm/amdgpu/mes11: Use a separate fence per transaction
Alex Deucher
1
-0
/
+12
2024-04-26
drm/amdgpu/mes: fix use-after-free issue
Jack Xiao
1
-0
/
+1
2024-04-09
drm/amdgpu : Increase the mes log buffer size as per new MES FW version
shaoyunl
1
-3
/
+2
[next]