index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
mes_v11_0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
drm/amdgpu: cleanup MES11 command submission
Christian König
1
-28
/
+48
2024-04-26
drm/amdgpu/mes11: Use a separate fence per transaction
Alex Deucher
1
-4
/
+17
2024-04-26
drm/amdgpu: add protype for print ip state
Sunil Khatri
1
-0
/
+1
2024-04-26
drm/amdgpu: add prototype for ip dump
Sunil Khatri
1
-0
/
+1
2024-04-23
drm/amdgpu/mes11: print MES opcodes rather than numbers
Alex Deucher
1
-4
/
+74
2024-04-16
drm/amdgpu: increase mes submission timeout
Jonathan Kim
1
-1
/
+1
2024-04-09
drm/amd/amdgpu: support MES command SET_HW_RESOURCE1 in sriov
chongli2
1
-0
/
+43
2024-04-09
drm/amdgpu : Add mes_log_enable to control mes log feature
shaoyunl
1
-2
/
+5
2024-02-26
drm/amdgpu: reserve more memory for MES runtime DRAM
Tim Huang
1
-3
/
+10
2024-02-22
drm/amdgpu: add mes firmware support for GC 11.5.1
Yifan Zhang
1
-0
/
+2
2023-12-07
drm/amdgpu: Enable event log on MES 11
shaoyunl
1
-0
/
+2
2023-10-19
drm/amdgpu/mes11: remove aggregated doorbell code
Alex Deucher
1
-56
/
+0
2023-10-13
drm/amdgpu: Improve MES responsiveness during oversubscription
Jay Cornwall
1
-0
/
+1
2023-09-20
drm/amdgpu: Use function for IP version check
Lijo Lazar
1
-1
/
+1
2023-08-30
drm/amdgpu: add mes firmware support for gc_11_5_0
Aaron Liu
1
-0
/
+3
2023-08-09
drm/amdgpu: Clean up errors in mes_v11_0.c
Ran Sun
1
-2
/
+1
2023-07-27
drm/amdgpu: remove repeat code for mes_add_queue_pkt
Bob Zhou
1
-4
/
+0
2023-07-25
drm/amdgpu: Add -ENOMEM error handling when there is no memory
Srinivasan Shanmugam
1
-1
/
+3
2023-07-25
drm/amdkfd: enable cooperative groups for gfx11
Jonathan Kim
1
-0
/
+2
2023-06-09
drm/amdkfd: fix and enable debugging for gfx11
Jonathan Kim
1
-0
/
+1
2023-06-09
drm/amdkfd: apply trap workaround for gfx11
Jonathan Kim
1
-5
/
+2
2023-06-09
drm/amdgpu: expose debug api for mes
Jonathan Kim
1
-0
/
+12
2023-06-09
drm/amdgpu: switch to unified amdgpu_ring_test_helper
Guchun Chen
1
-6
/
+1
2023-06-09
drm/amdgpu: fix S3 issue if MQD in VRAM
Jack Xiao
1
-0
/
+3
2023-06-09
drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)
Hawking Zhang
1
-1
/
+1
2023-06-09
drm/amdgpu: put MQDs in VRAM
Alex Deucher
1
-0
/
+1
2023-04-18
drm/amdgpu: convert gfx.kiq to array type (v3)
Le Ma
1
-13
/
+13
2023-04-14
drm/amdgpu: reserve the old gc_11_0_*_mes.bin
Li Ma
1
-0
/
+5
2023-04-11
drm/amdgpu: Add MES KIQ clear to tell RLC that KIQ is dequeued
Yifan Zha
1
-2
/
+12
2023-04-11
drm/amdgpu: Add MES KIQ dequeue in MES hw fini
Yifan Zha
1
-6
/
+11
2023-04-11
drm/amd/amdgpu: introduce gc_*_mes_2.bin v2
Jack Xiao
1
-5
/
+5
2023-02-15
drm/amd/amdgpu: fix warning during suspend
Jack Xiao
1
-1
/
+1
2023-01-24
drm/amdgpu: declare firmware for new MES 11.0.4
Li Ma
1
-0
/
+2
2023-01-24
drm/amdgpu: remove unconditional trap enable on add gfx11 queues
Jonathan Kim
1
-1
/
+0
2023-01-09
drm/amd: Remove superfluous assignment for `adev->mes.adev`
Mario Limonciello
1
-1
/
+0
2023-01-09
drm/amd: Use `amdgpu_ucode_*` helpers for MES
Mario Limonciello
1
-9
/
+1
2023-01-09
drm/amd: Load MES microcode during early_init
Mario Limonciello
1
-71
/
+17
2023-01-03
drm/amdgpu: use VRAM|GTT for a bunch of kernel allocations
Christian König
1
-2
/
+6
2022-12-20
drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0
Tim Huang
1
-1
/
+2
2022-12-01
drm/amdgpu/mes11: enable reg active poll
Jack Xiao
1
-0
/
+1
2022-11-15
drm/amdgpu: Stop clearing kiq position during unload
YuBiao Wang
1
-1
/
+3
2022-11-04
drm/amdgpu: extend halt_if_hws_hang to MES
Graham Sider
1
-0
/
+4
2022-10-27
drm/amdgpu: remove deprecated MES version vars
Graham Sider
1
-4
/
+0
2022-10-21
drm/amdgpu: Adjust MES polling timeout for sriov
Yiqing Yao
1
-1
/
+8
2022-10-18
drm/amdgpu: dequeue mes scheduler during fini
YuBiao Wang
1
-3
/
+39
2022-10-17
drm/amdgpu: skip mes self test for gc 11.0.3
Likun Gao
1
-1
/
+2
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+11
2022-09-29
drm/amdgpu: pass queue size and is_aql_queue to MES
Graham Sider
1
-0
/
+4
2022-09-29
drm/amdgpu: Enable SA software trap.
David Belanger
1
-1
/
+5
2022-09-27
drm/amdgpu: pass queue size and is_aql_queue to MES
Graham Sider
1
-0
/
+4
[next]