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_ring.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-07
drm/amdgpu: Add documentation to some parts of the AMDGPU ring and wb
Rodrigo Siqueira
1
-0
/
+74
2025-04-08
drm/amdgpu: add ring flag for no user submissions
Alex Deucher
1
-1
/
+1
2025-04-08
drm/amdgpu: remove is_mes_queue flag
Alex Deucher
1
-14
/
+0
2025-03-21
drm/amd/amdgpu: Increase max rings to enable SDMA page ring
Jesse.zhang@amd.com
1
-1
/
+1
2025-02-25
drm/amdgpu: increase AMDGPU_MAX_RINGS
Tao Zhou
1
-1
/
+1
2025-02-25
drm/amdgpu: Introduce cached_rptr and is_guilty callback in amdgpu_ring
Jesse.zhang@amd.com
1
-0
/
+3
2025-02-17
drm/amdgpu: add RAS CPER ring buffer
Tao Zhou
1
-0
/
+1
2025-02-12
drm/amdgpu: increase amdgpu max rings limit
Sathishkumar S
1
-1
/
+1
2024-12-18
drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_free
Pierre-Eric Pelloux-Prayer
1
-2
/
+1
2024-10-28
drm/amdgpu: drop volatile from ring buffer
Christian König
1
-7
/
+4
2024-10-08
drm/amdgpu: no need to log error in multi ring write
Sunil Khatri
1
-3
/
+0
2024-10-08
drm/amdgpu: move error log from ring write to commit
Sunil Khatri
1
-2
/
+0
2024-08-16
drm/amdgpu: Emit cleaner shader at end of IB submission
Alex Deucher
1
-0
/
+1
2024-08-16
drm/amdgpu: add new ring reset callback
Alex Deucher
1
-0
/
+2
2024-03-04
drm/amdgpu: workaround to avoid SET_Q_MODE packets v2
Christian König
1
-0
/
+3
2024-03-04
drm/amdgpu: cleanup conditional execution
Christian König
1
-4
/
+26
2024-01-31
drm/amdgpu: Fix the warning info in mode1 reset
Ma Jun
1
-1
/
+1
2023-08-31
drm/amdgpu: add UMSCH RING TYPE definition
Lang Yu
1
-1
/
+2
2023-08-31
drm/amdgpu: add VPE RING TYPE definition
Huang Rui
1
-0
/
+2
2023-08-09
drm/amdgpu: Clean up errors in amdgpu_ring.h
Ran Sun
1
-1
/
+1
2023-06-15
drm/amdgpu: add amdgpu_error_* debugfs file
Christian König
1
-0
/
+1
2023-06-09
drm/amdgpu: Modify indirect buffer packages for resubmission
Jiadong Zhu
1
-0
/
+9
2023-06-09
drm/amdgpu: add partition ID track in ring
James Zhu
1
-0
/
+1
2023-06-09
drm/amdgpu: increase AMDGPU_MAX_RINGS
Le Ma
1
-1
/
+1
2023-06-09
drm/amdgpu: increase AMDGPU_MAX_HWIP_RINGS
James Zhu
1
-1
/
+1
2023-06-09
drm/amdgpu: increase MAX setting to hold more jpeg instances
James Zhu
1
-1
/
+1
2023-06-09
drm/amdgpu: adjust some basic elements for multiple AID case
Le Ma
1
-2
/
+2
2023-04-24
drm/amdgpu: track MQD size for gfx and compute
Alex Deucher
1
-0
/
+1
2023-04-24
drm/amdgpu: add gfx shadow CS IOCTL support
Christian König
1
-0
/
+3
2023-04-18
drm/amdgpu: Add a max ibs per submission limit.
Bas Nieuwenhuizen
1
-0
/
+1
2023-04-14
drm/amdgpu: add some basic elements for multiple XCD case
Le Ma
1
-0
/
+1
2023-04-14
drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)
Le Ma
1
-1
/
+1
2023-03-14
Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-1
/
+2
2023-03-01
drm/amd: Convert amdgpu to use suballocation helper.
Maarten Lankhorst
1
-1
/
+2
2023-02-08
amd/amdgpu: remove test ib on hw ring
JesseZhang
1
-1
/
+1
2022-12-02
drm/amdgpu: MCBP based on DRM scheduler (v9)
Jiadong.Zhu
1
-0
/
+8
2022-12-02
drm/amdgpu: Modify unmap_queue format for gfx9 (v6)
Jiadong.Zhu
1
-0
/
+1
2022-12-02
drm/amdgpu: Add software ring callbacks for gfx9 (v8)
Jiadong.Zhu
1
-0
/
+1
2022-12-02
drm/amdgpu: Introduce gfx software ring (v9)
Jiadong.Zhu
1
-0
/
+4
2022-06-28
drm/amdgpu: Prevent race between late signaled fences and GPU reset.
Andrey Grodzovsky
1
-0
/
+1
2022-05-04
drm/amdgpu: define ring structure to access rptr/wptr/fence
Jack Xiao
1
-0
/
+6
2022-05-04
drm/amdgpu: add mes ctx data in amdgpu_ring
Jack Xiao
1
-0
/
+5
2022-05-04
drm/amdgpu: add the per-context meta data v3
Jack Xiao
1
-0
/
+9
2022-05-04
drm/amdgpu: add helper function to initialize mqd from ring v4
Jack Xiao
1
-0
/
+2
2022-03-31
drm/amdgpu: Sync up header and implementation to use the same parameter names
Ma Jun
1
-2
/
+2
2022-03-15
drm/amdgpu: only allow secure submission on rings which support that
Lang Yu
1
-0
/
+1
2022-03-04
drm/amdgpu: use job and ib structures directly in CS parsers
Christian König
1
-4
/
+19
2022-03-04
drm/amdgpu: header cleanup
Christian König
1
-5
/
+30
2022-02-09
drm/amdgpu: Move scheduler init to after XGMI is ready
Andrey Grodzovsky
1
-3
/
+3
2021-12-17
drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fence
Huang Rui
1
-3
/
+1
[next]