index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ring.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: Prevent race between late signaled fences and GPU reset.
Andrey Grodzovsky
2022-06-28
1
-0
/
+1
*
drm/amdgpu: define ring structure to access rptr/wptr/fence
Jack Xiao
2022-05-04
1
-0
/
+6
*
drm/amdgpu: add mes ctx data in amdgpu_ring
Jack Xiao
2022-05-04
1
-0
/
+5
*
drm/amdgpu: add the per-context meta data v3
Jack Xiao
2022-05-04
1
-0
/
+9
*
drm/amdgpu: add helper function to initialize mqd from ring v4
Jack Xiao
2022-05-04
1
-0
/
+2
*
drm/amdgpu: Sync up header and implementation to use the same parameter names
Ma Jun
2022-03-31
1
-2
/
+2
*
drm/amdgpu: only allow secure submission on rings which support that
Lang Yu
2022-03-15
1
-0
/
+1
*
drm/amdgpu: use job and ib structures directly in CS parsers
Christian König
2022-03-04
1
-4
/
+19
*
drm/amdgpu: header cleanup
Christian König
2022-03-04
1
-5
/
+30
*
drm/amdgpu: Move scheduler init to after XGMI is ready
Andrey Grodzovsky
2022-02-09
1
-3
/
+3
*
drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fence
Huang Rui
2021-12-17
1
-3
/
+1
*
drm/amdgpu: cleanup debugfs for amdgpu rings
Nirmoy Das
2021-09-14
1
-8
/
+2
*
drm/amdgpu: detach ring priority from gfx priority
Nirmoy Das
2021-09-01
1
-2
/
+7
*
drm/amd/amdgpu embed hw_fence into amdgpu_job
Jack Zhang
2021-08-16
1
-1
/
+4
*
drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)
Guchun Chen
2021-08-05
1
-2
/
+2
*
drm/amdgpu: adjust fence driver enable sequence
Likun Gao
2021-07-28
1
-4
/
+3
*
drm/amdgpu: Split amdgpu_device_fini into early and late
Andrey Grodzovsky
2021-05-19
1
-1
/
+2
*
drm/amdgpu: add the sched_score to amdgpu_ring_init
Christian König
2021-04-09
1
-2
/
+4
*
drm/amdgpu: add wave limit functionality for gfx8,9
Nirmoy Das
2021-02-09
1
-0
/
+1
*
drm/amdgpu: cleanup struct amdgpu_ring
Nirmoy Das
2021-02-09
1
-5
/
+1
*
drm/scheduler: Scheduler priority fixes (v2)
Luben Tuikov
2020-08-18
1
-1
/
+1
*
drm/amdgpu: add the ring type definition of MES
Jack Xiao
2020-07-01
1
-1
/
+2
*
drm/amdgpu: Add new ring callback to insert memory sync
Andrey Grodzovsky
2020-05-18
1
-0
/
+1
*
drm/amdgpu: cleanup IB pool handling a bit
Christian König
2020-04-28
1
-0
/
+13
*
drm/amdgpu: Fix per-IB secure flag GFX hang
Huang Rui
2020-04-28
1
-2
/
+3
*
drm/amdgpu: Move to a per-IB secure flag (TMZ)
Luben Tuikov
2020-04-28
1
-5
/
+4
*
drm/amdgpu: expand the context control interface with trust flag
Huang Rui
2020-04-28
1
-2
/
+3
*
drm/amdgpu: expand the emit tmz interface with trusted flag
Huang Rui
2020-04-28
1
-2
/
+2
*
drm/amdgpu: protect ring overrun
Yintian Tao
2020-04-24
1
-1
/
+2
*
drm/amdgpu: request reg_val_offs each kiq read reg
Yintian Tao
2020-04-23
1
-2
/
+3
*
drm/amdgpu/ring: add no_scheduler flag
Alex Deucher
2020-04-13
1
-0
/
+1
*
drm/amdgpu: rework sched_list generation
Nirmoy Das
2020-04-09
1
-3
/
+11
*
drm/amdgpu: sync ring type and drm hw_ip type
Nirmoy Das
2020-04-09
1
-10
/
+10
*
drm/amdgpu: remove unused functions
Nirmoy Das
2020-03-09
1
-7
/
+0
*
drm/amdgpu: set compute queue priority at mqd_init
Nirmoy Das
2020-03-09
1
-0
/
+1
*
drm/amdgpu/ring: move debugfs init into core amdgpu debugfs
Alex Deucher
2020-02-26
1
-0
/
+4
*
drm/amdgpu/: increase AMDGPU_MAX_RINGS to add 2nd vcn instance
James Zhu
2019-07-18
1
-1
/
+1
*
drm/amdgpu: add gfx v10 implementation (v10)
Hawking Zhang
2019-06-21
1
-2
/
+2
*
drm/amdgpu: Add new ring interface preempt_ib
Rex Zhu
2019-06-21
1
-0
/
+2
*
drm/amdgpu: add the trailing fence per ring
Jack Xiao
2019-06-21
1
-0
/
+4
*
drm/amdgpu: Add helper function amdgpu_ring_set_preempt_cond_exec
Rex Zhu
2019-06-21
1
-0
/
+6
*
drm/amdgpu: add no_user_fence flag to ring funcs
Leo Liu
2019-05-24
1
-0
/
+1
*
drm/amdgpu: add flags to emit_ib interface v2
Jack Xiao
2019-01-25
1
-2
/
+2
*
drm/amdgpu: increase the MAX ring number
Evan Quan
2018-12-14
1
-1
/
+1
*
drm/amdgpu: Modify the argument of emit_ib interface
Rex Zhu
2018-11-05
1
-2
/
+3
*
drm/amdgpu: Retire amdgpu_ring.ready flag v4
Andrey Grodzovsky
2018-11-05
1
-1
/
+2
*
drm/amdgpu: Move fence SW fallback warning v3
Andrey Grodzovsky
2018-09-26
1
-1
/
+1
*
Revert "drm/amdgpu: remove fence fallback"
Andrey Grodzovsky
2018-09-26
1
-0
/
+1
*
drm/amdgpu: remove fence fallback
Christian König
2018-09-19
1
-1
/
+0
*
drm/amdgpu: add ring soft recovery v4
Christian König
2018-08-27
1
-0
/
+4
[next]