index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
sdma_v5_2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
drm/amdgpu: Clean the functions pointer set as NULL
Sunil Khatri
1
-1
/
+0
2024-10-07
drm/amdgpu: update the handle ptr in hw_fini
Sunil Khatri
1
-5
/
+3
2024-10-07
drm/amdgpu: update the handle ptr in hw_init
Sunil Khatri
1
-5
/
+3
2024-10-07
drm/amdgpu: update the handle ptr in resume
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in suspend
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in wait_for_idle
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in soft_reset
Sunil Khatri
1
-3
/
+8
2024-10-01
drm/amdgpu: update the handle ptr in sw_fini
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in sw_init
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in early_init
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu/sdma5.2: implement ring reset callback for sdma5.2
Jiadong Zhu
1
-0
/
+91
2024-10-01
drm/amdgpu: Flush tlb by VM_INVALIDATION packet in sdma_v5_2
YuanShang
1
-1
/
+22
2024-10-01
drm/amdgpu/sdma5.2: split out per instance resume function
Jiadong Zhu
1
-111
/
+136
2024-10-01
drm/amdgpu: update the handle ptr in print_ip_state
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in dump_ip_state
Sunil Khatri
1
-2
/
+2
2024-08-16
drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1
Alex Deucher
1
-8
/
+10
2024-08-13
drm/amd: Make amd_ip_funcs static for SDMA v5.2
Tobias Jakobi
1
-1
/
+1
2024-07-23
drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell
Alex Deucher
1
-0
/
+12
2024-07-23
drm/amdgpu: fix the extra space between two functions
Sunil Khatri
1
-0
/
+1
2024-07-23
drm/amdgpu: add print support for sdma_v_5_2 ip_dump
Sunil Khatri
1
-0
/
+21
2024-07-23
drm/amdgpu: Add sdma_v5_2 ip dump for devcoredump
Sunil Khatri
1
-0
/
+82
2024-04-26
drm/amdgpu: add check before free wb entry
Jesse Zhang
1
-1
/
+2
2024-04-26
drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
Alex Deucher
1
-11
/
+15
2024-04-26
drm/amdgpu: replace tmz flag into buffer flag
Frank Min
1
-3
/
+3
2024-03-04
drm/amdgpu: cleanup conditional execution
Christian König
1
-21
/
+8
2023-12-13
drm/amdgpu/sdma5.2: add begin/end_use ring callbacks
Alex Deucher
1
-0
/
+28
2023-10-31
Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-9
/
+1
2023-10-26
drm/amdgpu: move buffer funcs setting up a level
drm-misc-next-2023-10-27
Alex Deucher
1
-9
/
+1
2023-09-28
drm/amd: Move microcode init from sw_init to early_init for SDMA v5.2
Mario Limonciello
1
-4
/
+5
2023-09-28
drm/amd: Drop error message about failing to load SDMA firmware
Mario Limonciello
1
-3
/
+1
2023-09-20
drm/amdgpu: Use function for IP version check
Lijo Lazar
1
-4
/
+5
2023-08-07
drm/amdgpu: enable SDMA MGCG for SDMA 5.2.x
Prike Liang
1
-1
/
+26
2023-06-09
drm/amdgpu: switch to unified amdgpu_ring_test_helper
Guchun Chen
1
-6
/
+2
2023-06-09
drm/amdgpu/sdma: set sched.ready status after ring/IB test in sdma
Guchun Chen
1
-2
/
+2
2023-06-09
drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)
Hawking Zhang
1
-1
/
+1
2023-04-14
drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)
Le Ma
1
-1
/
+1
2023-01-09
drm/amd: Convert SDMA to use `amdgpu_ucode_ip_version_decode`
Mario Limonciello
1
-54
/
+1
2022-12-20
Revert "drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix"
Alex Deucher
1
-8
/
+0
2022-10-10
drm/amdgpu: fix SDMA suspend/resume on SR-IOV
Alex Deucher
1
-10
/
+6
2022-10-10
drm/amdgpu: switch sdma buffer function tear down to a helper
Alex Deucher
1
-9
/
+1
2022-10-10
drm/amdgpu: Fix SDMA engine resume issue under SRIOV
Bokun Zhang
1
-3
/
+10
2022-09-29
drm/amdgpu/sdma5: use common function to init sdma fw
Likun Gao
1
-67
/
+2
2022-08-29
drm/amdgpu: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-06-07
Revert "drm/amdgpu: Ensure the DMA engine is deactivated during set ups"
Guchun Chen
1
-64
/
+45
2022-05-16
drm/amdgpu: Ensure the DMA engine is deactivated during set ups
Haohui Mai
1
-45
/
+64
2022-05-04
drm/amdgpu/sdma5.2: add mes support for sdma ib test
Jack Xiao
1
-14
/
+36
2022-05-04
drm/amdgpu/sdma5.2: add mes support for sdma ring test
Jack Xiao
1
-11
/
+26
2022-05-04
drm/amdgpu/sdma5.2: add mes queue fence handling
Jack Xiao
1
-0
/
+18
2022-05-04
drm/amdgpu/sdma5.2: associate mes queue id with fence
Jack Xiao
1
-2
/
+4
2022-05-04
drm/amdgpu/sdma5.2: initialize sdma mqd
Jack Xiao
1
-0
/
+44
[next]