index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_gfx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
drm/amdgpu: fix a build warning by a typo in amdgpu_gfx.c
Guchun Chen
1
-2
/
+2
2023-04-24
drm/amdgpu: track MQD size for gfx and compute
Alex Deucher
1
-0
/
+2
2023-04-21
drm/amdgpu: allocate doorbell index for multi-die case
Le Ma
1
-0
/
+5
2023-04-20
drm/amdgpu: add master/slave check in init phase
Le Ma
1
-23
/
+36
2023-04-18
drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)
Le Ma
1
-33
/
+42
2023-04-18
drm/amdgpu: move queue_bitmap to an independent structure (v3)
Le Ma
1
-16
/
+25
2023-04-18
drm/amdgpu: convert gfx.kiq to array type (v3)
Le Ma
1
-17
/
+17
2023-04-14
drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)
Le Ma
1
-0
/
+1
2023-03-13
drm/amdgpu: Correct gfx ras_late_init callback
Hawking Zhang
1
-1
/
+1
2023-01-18
drm/amdgpu: allow multipipe policy on ASICs with one MEC
Lang Yu
1
-0
/
+3
2023-01-17
drm/amdgpu: Perform gpu reset after gfx finishes processing ras poison consumption on gfx_v11_0_3
YiPeng Chai
1
-0
/
+9
2023-01-17
drm/amdgpu: Add gfx ras function on gfx v11_0_3
YiPeng Chai
1
-0
/
+35
2023-01-03
drm/amdgpu: use VRAM|GTT for a bunch of kernel allocations
Christian König
1
-2
/
+5
2022-11-09
drm/amdgpu: complete gfxoff allow signal during suspend without delay
Harsh Jain
1
-3
/
+7
2022-09-29
drm/amdgpu: fix compiler warning for amdgpu_gfx_cp_init_microcode
Likun Gao
1
-1
/
+1
2022-09-29
drm/amdgpu: add function to init CP microcode
Likun Gao
1
-0
/
+140
2022-08-16
drm/amd: Add detailed GFXOFF stats to debugfs
André Almeida
1
-0
/
+39
2022-08-16
drm/amdgpu: reduce reset time
Victor Zhao
1
-1
/
+1
2022-06-30
drm/amdgpu: enable mes to access registers v2
Jack Xiao
1
-0
/
+8
2022-06-08
drm/amd/amdgpu: Fix alignment issue
Arunpravin Paneer Selvam
1
-1
/
+1
2022-06-06
drm/amd/amdgpu: Enable high priority gfx queue
Arunpravin Paneer Selvam
1
-11
/
+44
2022-06-01
drm/amdgpu: Resolve RAS GFX error count issue after cold boot on Arcturus
Candice Li
1
-3
/
+6
2022-05-06
drm/amdgpu: nuke dynamic gfx scratch reg allocation
Christian König
1
-36
/
+0
2022-05-04
drm/amdgpu: add mes unmap legacy queue routine
Jack Xiao
1
-3
/
+5
2022-05-04
drm/amdgpu: kiq takes charge of all queues
Jack Xiao
1
-0
/
+3
2022-03-25
drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()
Dan Carpenter
1
-1
/
+1
2022-03-02
drm/amdgpu: Remove redundant calls of amdgpu_ras_block_late_fini in gfx ras block
yipechai
1
-7
/
+0
2022-03-02
drm/amdgpu: Optimize xxx_ras_fini function of each ras block
yipechai
1
-2
/
+2
2022-03-02
drm/amdgpu: Modify .ras_fini function pointer parameter
yipechai
1
-1
/
+1
2022-02-17
drm/amdgpu: Optimize xxx_ras_late_init function of each ras block
yipechai
1
-3
/
+3
2022-02-17
drm/amdgpu: Modify .ras_late_init function pointer parameter
yipechai
1
-1
/
+1
2022-02-14
drm/amdgpu: Optimize amdgpu_gfx_ras_late_init/amdgpu_gfx_ras_fini function code
yipechai
1
-37
/
+5
2022-01-14
drm/amdgpu: Modify gfx block to fit for the unified ras block data and ops
yipechai
1
-4
/
+4
2022-01-14
drm/amd/pm: do not expose implementation details to other blocks out of power
Evan Quan
1
-17
/
+1
2021-10-05
drm/amdgpu: During s0ix don't wait to signal GFXOFF
Lijo Lazar
1
-2
/
+12
2021-08-20
drm/amdgpu: Cancel delayed work when GFXOFF is disabled
Michel Dänzer
1
-11
/
+25
2021-08-16
drm/amd/amdgpu: remove unnecessary RAS context field
Candice Li
1
-1
/
+0
2021-05-19
drm/amdgpu: Conditionally reset RAS counters on boot
John Clements
1
-6
/
+1
2021-04-09
drm/amdgpu: split gfx callbacks into ras and non-ras ones
Hawking Zhang
1
-2
/
+3
2021-04-09
drm/amd/pm: unify the interface for gfx state setting
Evan Quan
1
-10
/
+6
2021-04-09
drm/amdgpu: add the sched_score to amdgpu_ring_init
Christian König
1
-3
/
+2
2021-04-09
drm/amdgpu: wrap kiq ring ops with kiq spinlock
Nirmoy Das
1
-4
/
+11
2021-04-09
drm/amdgpu: add codes to capture invalid hardware access when recovery
Dennis Li
1
-2
/
+2
2021-03-23
drm/amdgpu: harvest edc status when connected to host via xGMI
Dennis Li
1
-1
/
+8
2021-02-09
drm/amdgpu: enable only one high prio compute queue
Nirmoy Das
1
-7
/
+8
2020-11-13
drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2)
Prike Liang
1
-9
/
+9
2020-11-13
drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2)
Prike Liang
1
-0
/
+20
2020-11-13
drm/amdgpu: fix compute queue priority if num_kcq is less than 4
Nirmoy Das
1
-3
/
+7
2020-10-16
drm/amdgpu: move amdgpu_num_kcq handling to a helper
Alex Deucher
1
-0
/
+11
2020-09-15
drm/amdgpu: Avoid accessing HW when suspending SW state
Andrey Grodzovsky
1
-0
/
+6
[prev]
[next]