index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
sdma_v5_0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-15
drm/amdgpu: only allow secure submission on rings which support that
Lang Yu
1
-0
/
+1
2022-03-02
drm/amdgpu/sdma5: drop unused cyan skillfish firmware
Alex Deucher
1
-7
/
+1
2022-02-16
drm/amdgpu: make cyan skillfish support code more consistent
Alex Deucher
1
-2
/
+1
2022-02-11
drm/amdgpu: add support for GC 10.1.4
Lang Yu
1
-1
/
+2
2021-12-13
drm/amd: fix improper docstring syntax
Isabella Basso
1
-2
/
+0
2021-10-04
drm/amdgpu: convert IP version array to include instances
Alex Deucher
1
-4
/
+4
2021-10-04
drm/amdgpu/sdma: remove manual instance setting
Alex Deucher
1
-2
/
+0
2021-10-04
drm/amdgpu/sdma5.0: convert to IP version checking
Alex Deucher
1
-15
/
+15
2021-07-23
drm/amdgpu: add sdma v5 golden settings for cyan_skillfish
Tao Zhou
1
-0
/
+36
2021-07-23
drm/amdgpu: add sdma fw loading support for cyan_skillfish
Tao Zhou
1
-0
/
+12
2021-07-23
drm/amdgpu: increase size for sdma fw name string
Tao Zhou
1
-1
/
+1
2021-05-21
drm/amdgpu: Fix inconsistent indenting
Jiapeng Chong
1
-7
/
+6
2021-05-21
drm/amd/amdgpu/sdma_v5_0: Fix typo in function name
Lee Jones
1
-1
/
+1
2021-05-21
drm/amdgpu: Modify GC register access from MMIO to RLCG in file sdma_v5*
Peng Ju Zhou
1
-36
/
+42
2021-05-19
drm/amdgpu: update sdma golden setting for Navi12
Guchun Chen
1
-0
/
+4
2021-05-10
drm/amdgpu: drop the GCR packet from the emit_ib frame for sdma5.0
Alex Deucher
1
-12
/
+0
2021-05-10
drm/amdgpu: Add graphics cache rinse packet for sdma 5.0
Alex Deucher
1
-0
/
+28
2021-04-09
drm/amdgpu: add the sched_score to amdgpu_ring_init
Christian König
1
-5
/
+3
2021-01-05
drm/amdgpu: remove redundant logic related HDP
Likun Gao
1
-1
/
+0
2020-12-01
drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function params
Lee Jones
1
-6
/
+13
2020-12-01
drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12
Stanley.Yang
1
-1
/
+1
2020-09-25
drm/amd: Skip not used microcode loading in SRIOV
Jingwen Chen
1
-0
/
+3
2020-09-15
drm/amd/amdgpu: fix comparison pointer to bool warning in sdma_v5_0.c
Zheng Bin
1
-1
/
+1
2020-07-14
drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()
Xiaojie Yuan
1
-18
/
+8
2020-07-10
drm/amdgpu: remove unnecessary logic of ASIC check
Likun Gao
1
-7
/
+1
2020-07-01
drm/amdgpu: call release_firmware() without a NULL check
Nirmoy Das
1
-2
/
+2
2020-07-01
drm/amdgpu: add fw release for sdma v5_0
Wenhui Sheng
1
-1
/
+5
2020-06-03
drm/amdgpu: add sdma ip block for sienna_cichlid (v5)
Likun Gao
1
-0
/
+1
2020-04-28
drm/amdgpu: enable TMZ bit in sdma copy pkt for sdma v5
Aaron Liu
1
-1
/
+2
2020-04-28
drm/amdgpu: expand sdma copy_buffer interface with tmz parameter
Aaron Liu
1
-1
/
+2
2020-04-28
drm/amdgpu: invalidate L2 before SDMA IBs (v2)
Marek Olšák
1
-1
/
+13
2020-04-22
drm/amdgpu: Adjust the SDMA doorbell info printing
Yong Zhao
1
-1
/
+1
2020-04-09
drm/amdgpu: rework sched_list generation
Nirmoy Das
1
-1
/
+2
2020-04-01
drm/amdgpu: skip access sdma_v5_0 registers under SRIOV (v2)
Yintian Tao
1
-36
/
+76
2020-04-01
drm/amdgpu: stop disable the scheduler during HW fini
Christian König
1
-3
/
+0
2020-04-01
drm/amdgpu: implement more ib pools (v2)
xinhui pan
1
-1
/
+2
2020-02-26
drm/amdgpu: use amdgpu_ring_test_helper when possible
Nirmoy Das
1
-4
/
+2
2020-01-22
drm/amdgpu: remove unnecessary conversion to bool
Nirmoy Das
1
-2
/
+2
2019-12-23
drm/amdgpu: simplify padding calculations (v2)
Luben Tuikov
1
-5
/
+12
2019-12-18
drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds list
Nirmoy Das
1
-5
/
+3
2019-12-18
drm/amdgpu/sdma5: make ring tests less chatty
Alex Deucher
1
-15
/
+5
2019-11-14
Merge v5.4-rc7 into drm-next
Dave Airlie
1
-1
/
+12
2019-11-06
drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10
changzhu
1
-1
/
+12
2019-10-26
Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...
Dave Airlie
1
-4
/
+4
2019-10-11
drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync
Xiaojie Yuan
1
-1
/
+1
2019-09-13
drm/amdgpu: switch to new amdgpu_nbio structure
Hawking Zhang
1
-4
/
+4
2019-08-22
drm/amdgpu/sdma5: fix number of sdma5 trap irq types for navi1x
Xiaojie Yuan
1
-1
/
+2
2019-08-12
drm/amdgpu/sdma5: set sdma clock gating for navi12
Xiaojie Yuan
1
-0
/
+1
2019-08-02
drm/amdgpu/sdma5: add golden settings for navi12 (v2)
Xiaojie Yuan
1
-0
/
+2
2019-08-02
drm/amdgpu/sdma5: add placeholder for navi12 golden settings
Xiaojie Yuan
1
-0
/
+11
[next]