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
/
amdgpu_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
drm/amdgpu: stop data_exchange work thread before reset
Tiecheng Zhou
1
-0
/
+5
2020-09-25
drm/amdgpu: Implement new guest side VF2PF message transaction (v2)
Bokun Zhang
1
-1
/
+3
2020-09-25
drm/amdgpu: store noretry parameter per driver instance
Alex Deucher
1
-0
/
+2
2020-09-25
drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc.
Jiansong Chen
1
-8
/
+2
2020-09-17
drm/amdgpu: unmap register bar on device init failure
Alex Deucher
1
-2
/
+6
2020-09-17
drm/amdgpu: No sysfs, not an error condition
Luben Tuikov
1
-3
/
+1
2020-09-15
drm/amdgpu: Minor checkpatch fix
Andrey Grodzovsky
1
-2
/
+4
2020-09-15
drm/amdgpu: Disable DPC for XGMI for now.
Andrey Grodzovsky
1
-0
/
+5
2020-09-15
drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code.
Andrey Grodzovsky
1
-61
/
+12
2020-09-15
drm/amdgpu: Fix consecutive DPC recovery failures.
Andrey Grodzovsky
1
-3
/
+59
2020-09-15
drm/amdgpu: Fix SMU error failure
Andrey Grodzovsky
1
-2
/
+20
2020-09-15
drm/amdgpu: Block all job scheduling activity during DPC recovery
Andrey Grodzovsky
1
-4
/
+53
2020-09-15
drm/amdgpu: Avoid accessing HW when suspending SW state
Andrey Grodzovsky
1
-0
/
+38
2020-09-15
drm/amdgpu: Implement DPC recovery
Andrey Grodzovsky
1
-0
/
+161
2020-09-08
Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-103
/
+184
2020-09-03
drm/amdgpu: Remove superfluous NULL check
Luben Tuikov
1
-3
/
+0
2020-09-03
drm/amdgpu: block ring buffer access during GPU recovery
Dennis Li
1
-4
/
+13
2020-08-28
drm/amdgpu: fix compiler warnings
Nirmoy Das
1
-4
/
+4
2020-08-27
drm/amdgpu: simplify hw status clear/set logic
Jiawei
1
-7
/
+6
2020-08-26
drm/amdgpu: report DC not supported if virtual display is enabled (v2)
Alex Deucher
1
-1
/
+1
2020-08-26
drm/amdgpu: add a wrapper for atom asic_init
Alex Deucher
1
-3
/
+17
2020-08-26
drm/amdgpu: Embed drm_device into amdgpu_device (v3)
Luben Tuikov
1
-10
/
+5
2020-08-24
drm/amdgpu: Get DRM dev from adev by inline-f
Luben Tuikov
1
-13
/
+13
2020-08-24
drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)
Luben Tuikov
1
-10
/
+10
2020-08-24
drm/amdgpu: annotate a false positive recursive locking
Dennis Li
1
-3
/
+8
2020-08-24
drm/amdgpu: refine create and release logic of hive info
Dennis Li
1
-2
/
+5
2020-08-24
drm/amdgpu: refine message print for devices of hive
Dennis Li
1
-16
/
+16
2020-08-24
drm/amdgpu: fix the nullptr issue when reenter GPU recovery
Dennis Li
1
-2
/
+3
2020-08-24
drm/amdgpu: change reset lock from mutex to rw_semaphore
Dennis Li
1
-3
/
+3
2020-08-24
drm/amdgpu: refine codes to avoid reentering GPU recovery
Dennis Li
1
-18
/
+19
2020-08-18
drm/amdgpu: Fix repeatly flr issue
jqdeng
1
-0
/
+28
2020-08-14
drm/amdgpu: revert "fix system hang issue during GPU reset"
Christian König
1
-33
/
+24
2020-08-14
drm/amd/powerplay: optimize the interface for mgpu fan boost enablement
Evan Quan
1
-3
/
+1
2020-08-14
drm/amdgpu: annotate a false positive recursive locking
Dennis Li
1
-3
/
+7
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-117
/
+162
2020-08-06
drm/amdgpu: fix PSP autoload twice in FLR
Liu ChengZhe
1
-1
/
+3
2020-08-06
drm/amdgpu: fix spelling mistake "paramter" -> "parameter"
Colin Ian King
1
-1
/
+1
2020-08-06
drm/amdgfx/ttm: use wrapper to get ttm memory managers
Dave Airlie
1
-3
/
+2
2020-08-04
drm/amdgpu: move IP discovery data to mman
Alex Deucher
1
-2
/
+2
2020-08-04
drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)
Monk Liu
1
-0
/
+5
2020-08-04
drm/amdgpu: break GPU recovery once it's in bad state(v4)
Guchun Chen
1
-3
/
+17
2020-08-04
drm/amdgpu: break driver init process when it's bad GPU(v5)
Guchun Chen
1
-3
/
+9
2020-07-30
drm/amdgpu: fix PSP autoload twice in FLR
Liu ChengZhe
1
-1
/
+3
2020-07-28
drm/amdgpu: enable DC support for SI parts (v2)
Mauro Rossi
1
-0
/
+6
2020-07-27
drm/amdgpu: fix system hang issue during GPU reset
Dennis Li
1
-24
/
+29
2020-07-15
drm/amd/display: add DC support for navy flounder
Bhawanpreet Lakha
1
-0
/
+1
2020-07-15
drm/amdgpu: set asic family and ip blocks for navy_flounder
Jiansong Chen
1
-0
/
+1
2020-07-15
drm/amdgpu: add navy_flounder gpu info firmware
Jiansong Chen
1
-0
/
+4
2020-07-15
drm/amdgpu: add navy_flounder asic type
Jiansong Chen
1
-0
/
+1
2020-07-15
drm/amdgpu: RAS emergency restart logic refine
Wenhui Sheng
1
-11
/
+12
[prev]
[next]