index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
drm/amdgpu: add hdp version 6 functions
Likun Gao
4
-2
/
+134
2022-05-04
drm/amdgpu: Free user pages if kvmalloc_array fails
Philip Yang
1
-1
/
+2
2022-05-04
drm/amdgpu: simplify the return expression of navi10_ih_hw_init()
Minghao Chi
1
-6
/
+1
2022-05-04
drm/amdgpu: simplify the return expression of iceland_ih_hw_init
Minghao Chi
1
-6
/
+1
2022-05-04
drm/amdgpu/discovery: add IH v6
Likun Gao
1
-0
/
+4
2022-05-04
drm/amdgpu: add ih v6_0 ip block v2
Stanley.Yang
3
-1
/
+775
2022-05-04
drm/amdgpu/discovery: add NBIO 4.3 Support
Likun Gao
1
-0
/
+5
2022-05-04
drm/amdgpu: add nbio v4_3_0 ip block v2
Stanley.Yang
4
-1
/
+403
2022-05-04
drm/amdgpu/discovery: add soc21 common Support
Likun Gao
1
-0
/
+4
2022-05-04
drm/amdgpu: fix drm-next merge fallout
Christian König
1
-1
/
+5
2022-05-03
Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
4
-6
/
+28
2022-04-29
Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
4
-19
/
+22
2022-04-29
Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...
Dave Airlie
2
-35
/
+80
2022-04-28
drm/amdgpu: Free user pages if amdgpu_cs_parser_bos failed
Philip Yang
1
-3
/
+15
2022-04-28
drm/amdgpu: Fix build warning for TA debugfs interface
Candice Li
2
-27
/
+14
2022-04-28
drm/amdgpu: add soc21 common ip block v2
Stanley.Yang
3
-1
/
+651
2022-04-28
drm/amdgpu: add new write field for soc21
Stanley.Yang
1
-0
/
+8
2022-04-28
drm/amdgpu: add nbio callback to query rom offset
Hawking Zhang
2
-2
/
+12
2022-04-28
drm/amdgpu: update query ref clk from bios
Hawking Zhang
1
-10
/
+20
2022-04-28
drm/amdgpu: update gc info from bios table
Hawking Zhang
1
-36
/
+53
2022-04-28
drm/amdgpu: support query vram_info v3_0
Hawking Zhang
1
-80
/
+110
2022-04-28
drm/amdgpu: switch to atomfirmware_asic_init
Hawking Zhang
1
-1
/
+4
2022-04-28
drm/amdgpu: add helper to execute atomfirmware asic_init
Hawking Zhang
2
-0
/
+65
2022-04-28
drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.c
Alex Deucher
4
-38
/
+14
2022-04-28
drm/amdgpu/discovery: add a function to parse the vcn info table
Alex Deucher
3
-0
/
+55
2022-04-28
drm/amdgpu/discovery: add additional validation
Alex Deucher
1
-26
/
+126
2022-04-28
drm/amdgpu/discovery: add a function to get the mall_size
Alex Deucher
2
-0
/
+47
2022-04-28
drm/amdgpu/discovery: handle UMC harvesting in IP discovery
Alex Deucher
1
-2
/
+12
2022-04-28
drm/amdgpu/discovery: store the number of UMC IPs on the asic
Alex Deucher
2
-0
/
+11
2022-04-28
drm/amdgpu: store the mall size in the gmc structure
Alex Deucher
2
-0
/
+21
2022-04-28
drm/amdgpu/discovery: fix byteswapping in gc info parsing
Alex Deucher
1
-3
/
+3
2022-04-28
drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)
Guchun Chen
1
-0
/
+14
2022-04-28
drm/amdgpu/discovery: populate additional GC info
Alex Deucher
2
-0
/
+28
2022-04-28
drm/amdgpu: add function to decode ip version
Likun Gao
3
-0
/
+38
2022-04-28
drm/amdgpu: increase HWIP MAX INSTANCE
Likun Gao
1
-1
/
+1
2022-04-28
drm/amdgpu: do not use passthrough mode in Xen dom0
Marek Marczykowski-Górecki
1
-1
/
+3
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-22' of https://gitlab.freedesktop.org/ag...
Dave Airlie
9
-96
/
+532
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/ag...
Dave Airlie
83
-1319
/
+1552
2022-04-27
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
Prike Liang
1
-0
/
+10
2022-04-27
drm/amdgpu: don't runtime suspend if there are displays attached (v3)
Alex Deucher
1
-35
/
+70
2022-04-26
drm/amdgpu: debugfs: fix NULL dereference in ta_if_invoke_debugfs_write()
Dan Carpenter
1
-1
/
+1
2022-04-26
drm/amdgpu: debugfs: fix error codes in write functions
Dan Carpenter
1
-6
/
+14
2022-04-26
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
Prike Liang
1
-0
/
+10
2022-04-26
drm/amdgpu: Fix out-of-bound access for gfx_v10_0_ring_test_ib()
Haohui Mai
1
-2
/
+1
2022-04-26
drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...
Haohui Mai
4
-11
/
+10
2022-04-26
drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbells
Haohui Mai
3
-10
/
+10
2022-04-25
drm/amdgpu: Remove useless kfree
Haowen Bai
1
-1
/
+0
2022-04-25
drm: Rename dp/ to display/
Thomas Zimmermann
3
-4
/
+5
2022-04-23
Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-6
/
+18
2022-04-22
drm/amdgpu: Ta fw needs to be loaded for SRIOV aldebaran
David Yu
1
-0
/
+1
[prev]
[next]