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-02-09
drm/amdgpu: Rework reset domain to be refcounted.
Andrey Grodzovsky
9
-34
/
+140
2022-02-09
drm/amdgpu: Drop concurrent GPU reset protection for device
Andrey Grodzovsky
1
-82
/
+7
2022-02-09
drm/amdgpu: Drop hive->in_reset
Andrey Grodzovsky
3
-20
/
+1
2022-02-09
drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.
Andrey Grodzovsky
3
-9
/
+18
2022-02-09
drm/amdgpu: Serialize non TDR gpu recovery with TDRs
Andrey Grodzovsky
3
-2
/
+35
2022-02-09
drm/amdgpu: Move scheduler init to after XGMI is ready
Andrey Grodzovsky
4
-43
/
+56
2022-02-09
drm/amdgpu: Introduce reset domain
Andrey Grodzovsky
4
-1
/
+35
2022-02-08
drm/amdgpu: use dma_fence_chain_contained
Christian König
1
-3
/
+2
2022-02-07
drm/amdgpu: drop experimental flag on aldebaran
Alex Deucher
1
-4
/
+4
2022-02-07
drm/amdgpu: reserve the pd while cleaning up PRTs
Christian König
1
-2
/
+4
2022-02-07
drm/amdgpu: move lockdep assert to the right place.
Christian König
1
-2
/
+2
2022-02-07
drm/amdgpu: check the GART table before invalidating TLB
Aaron Liu
1
-0
/
+3
2022-02-07
drm/amdgpu: add utcl2_harvest to gc 10.3.1
Aaron Liu
1
-1
/
+6
2022-02-07
drm/amdgpu: fix list add issue in vram reserve
Tao Zhou
1
-1
/
+1
2022-02-07
Revert "drm/amdgpu: Add judgement to avoid infinite loop"
yipechai
1
-4
/
+0
2022-02-07
drm/amdgpu: Fixed the defect of soft lock caused by infinite loop
yipechai
2
-7
/
+31
2022-02-07
drm/amdgpu: Set FRU bus for Aldebaran and Vega 20
Luben Tuikov
1
-1
/
+2
2022-02-07
drm/amdgpu: Fix recursive locking warning
Rajneesh Bhardwaj
1
-1
/
+2
2022-02-07
drm/amdgpu: Prevent random memory access in FRU code
Luben Tuikov
1
-10
/
+12
2022-02-07
drm/amdgpu: Don't offset by 2 in FRU EEPROM
Luben Tuikov
1
-9
/
+4
2022-02-07
drm/amdgpu: Nerf "buff" to "buf"
Luben Tuikov
1
-14
/
+14
2022-02-07
drm/amdkfd: CRIU Implement KFD resume ioctl
Rajneesh Bhardwaj
2
-4
/
+55
2022-02-07
drm/amdkfd: CRIU Implement KFD checkpoint ioctl
Rajneesh Bhardwaj
4
-0
/
+34
2022-02-07
drm/amdgpu: Print once if RAS unsupported
Luben Tuikov
1
-8
/
+8
2022-02-07
drm/amdgpu: rename amdgpu_vm_bo_rmv to _del
Christian König
6
-9
/
+9
2022-02-07
drm/amdgpu: add some lockdep checks to the VM code
Christian König
1
-0
/
+6
2022-02-07
drm: Convert open-coded yes/no strings to yesno()
Lucas De Marchi
1
-1
/
+3
2022-02-07
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
79
-809
/
+1339
2022-02-02
drm/amdgpu: fix logic inversion in check
Christian König
1
-1
/
+1
2022-02-02
drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
Mario Limonciello
1
-2
/
+1
2022-02-02
drm/amdgpu: fix a potential GPU hang on cyan skillfish
Lang Yu
1
-0
/
+3
2022-02-02
drm/amd: Only run s3 or s0ix if system is configured properly
Mario Limonciello
1
-0
/
+8
2022-02-02
drm/amd: add support to check whether the system is set to s3
Mario Limonciello
2
-0
/
+15
2022-02-02
drm/amdgpu: limit the number of dst address in trace
Somalapuram Amaranath
2
-4
/
+3
2022-02-02
drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
Mario Limonciello
1
-2
/
+1
2022-02-02
drm/amdgpu: restructure amdgpu_fill_buffer v2
Christian König
1
-82
/
+105
2022-02-02
drm/amdgpu: rework GART copy window handling
Christian König
1
-25
/
+24
2022-02-02
drm/amdgpu: lower BUG_ON into WARN_ON for AMDGPU_PL_PREEMPT
Christian König
1
-1
/
+3
2022-02-02
drm/amdgpu: fix logic inversion in check
Christian König
1
-1
/
+1
2022-02-02
drm/amdgpu: drop flood print in rlcg reg access function
Guchun Chen
1
-3
/
+0
2022-02-02
drm/amdgpu: Fix uninitialized variable use warning
Lijo Lazar
1
-0
/
+1
2022-02-02
drm/amdgpu: Add judgement to avoid infinite loop
yipechai
1
-0
/
+4
2022-02-02
drm/amdgpu: remove duplicate include in 'amdgpu_device.c'
Changcheng Deng
1
-1
/
+0
2022-02-02
drm/amdgpu: fix a potential GPU hang on cyan skillfish
Lang Yu
1
-0
/
+3
2022-02-02
drm/amd: Only run s3 or s0ix if system is configured properly
Mario Limonciello
1
-0
/
+8
2022-02-02
drm/amd: add support to check whether the system is set to s3
Mario Limonciello
2
-0
/
+15
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
11
-26
/
+26
2022-01-31
drm/amd: Warn users about potential s0ix problems
Mario Limonciello
2
-7
/
+25
2022-01-31
drm/amd: Warn users about potential s0ix problems
Mario Limonciello
2
-7
/
+25
2022-01-31
drm: introduce fb_modifiers_not_supported flag in mode_config
Tomohito Esaki
5
-3
/
+10
[prev]
[next]