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
2017-12-18
drm/amdgpu: move atom functions from amdgpu_device.c
Alex Deucher
1
-231
/
+0
2017-12-15
drm/amdgpu: Simplify amdgpu_lockup_timeout usage.
Andrey Grodzovsky
1
-1
/
+6
2017-12-15
drm/amdgpu: Add gpu_recovery parameter
Andrey Grodzovsky
1
-1
/
+8
2017-12-13
drm/amdgpu: drop scratch regs save and restore from GPU reset handling
Alex Deucher
1
-2
/
+0
2017-12-13
drm/amdgpu: drop scratch regs save and restore from S3/S4 handling
Alex Deucher
1
-2
/
+0
2017-12-12
drm/amdgpu: no need to evict VRAM in device_fini
Monk Liu
1
-2
/
+1
2017-12-12
drm/amdgpu: add amdgpu_evict_vram debugfs file
Christian König
1
-1
/
+12
2017-12-12
drm/amdgpu: cleanup debugfs handling a bit
Christian König
1
-35
/
+11
2017-12-07
drm: move amd_gpu_scheduler into common location
Lucas Stach
1
-2
/
+2
2017-12-06
drm/amdgpu: allow specifying vm_block_size for multi level PDs v2
Christian König
1
-13
/
+1
2017-12-06
drm/amdgpu: move validation of the VM size into the VM code
Christian König
1
-15
/
+1
2017-12-06
drm/amdgpu: allow non pot VM size values
Christian König
1
-6
/
+0
2017-12-06
drm/ttm: use an operation context for ttm_bo_mem_space v2
Christian König
1
-2
/
+3
2017-12-06
drm/amdgpu: align GTT start to 4GB v2
Christian König
1
-1
/
+4
2017-12-06
drm/amdgpu: remove VRAM size reduction v2
Christian König
1
-29
/
+1
2017-12-06
drm/amdgpu: require a root bus window above 4GB for BAR resize
Christian König
1
-0
/
+18
2017-12-06
drm/amdgpu:show error message if fail on event4
Monk Liu
1
-1
/
+2
2017-12-06
drm/amdgpu:free CSA in unified place
Monk Liu
1
-0
/
+1
2017-12-06
drm/amdgpu:cleanup unused stack var
Monk Liu
1
-2
/
+1
2017-12-06
drm/amdgpu:fix NULL pointer access during drv remove
Monk Liu
1
-1
/
+0
2017-12-06
drm/amdgpu: revise retry init to fully cleanup driver
Pixel Ding
1
-0
/
+3
2017-12-04
drm/amdgpu:read VRAMLOST from gim
Monk Liu
1
-5
/
+4
2017-12-04
drm/amdgpu: bypass FB resizing for SRIOV VF
pding
1
-0
/
+4
2017-12-04
drm/amdgpu: release exclusive mode after hw_init
pding
1
-0
/
+4
2017-12-04
drm/amdkfd: initialise kfd inside amdgpu_device_init
pding
1
-0
/
+4
2017-12-04
drm/amdgpu: resize VRAM BAR for CPU access v6
Christian König
1
-0
/
+50
2017-12-04
drm/amdgpu: refine SR-IOV firmware VRAM reservation to protect data
Horace Chen
1
-1
/
+22
2017-12-04
drm/amdgpu: retry init if exclusive mode request is failed
pding
1
-1
/
+1
2017-12-04
drm/amdgpu: move GART recovery into GTT manager v2
Christian König
1
-5
/
+3
2017-12-04
drm/amdgpu:cleanup in_sriov_reset and lock_reset
Monk Liu
1
-4
/
+5
2017-12-04
drm/amdgpu:implement new GPU recover(v3)
Monk Liu
1
-170
/
+152
2017-12-04
drm/amdgpu: retry init if it fails due to exclusive mode timeout (v3)
pding
1
-0
/
+10
2017-12-04
drm/amdgpu: change redundant init logs to debug level
pding
1
-3
/
+1
2017-12-04
drm/amdgpu:cleanup job reset routine(v2)
Monk Liu
1
-2
/
+2
2017-12-04
drm/amdgpu:cleanup force_completion
Monk Liu
1
-3
/
+3
2017-11-28
Revert "drm/amdgpu: fix rmmod KCQ disable failed error"
Alex Deucher
1
-3
/
+0
2017-11-23
Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-20
/
+23
2017-11-21
drm/amdgpu: fix rmmod KCQ disable failed error
Wang Hongcheng
1
-0
/
+3
2017-11-17
Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-16
/
+89
2017-11-13
drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2)
Tom St Denis
1
-20
/
+20
2017-10-20
drm/amdgpu:fix wb_clear
Monk Liu
1
-2
/
+2
2017-10-20
drm/amdgpu:fix vf_error_put
Monk Liu
1
-10
/
+11
2017-10-20
drm/amdgpu/sriov:now must reinit psp
Monk Liu
1
-0
/
+1
2017-10-20
drm/amdgpu: merge bios post checking functions
pding
1
-23
/
+18
2017-10-19
drm/amdgpu: busywait KIQ register accessing (v4)
pding
1
-6
/
+2
2017-10-19
drm/amdgpu:don't check soft_reset for sriov
Monk Liu
1
-0
/
+3
2017-10-19
drm/amdgpu: fix regresstion on SR-IOV gpu reset failed
Rex Zhu
1
-8
/
+0
2017-10-19
drm/amdgpu: SR-IOV data exchange between PF&VF
Horace Chen
1
-0
/
+3
2017-10-19
drm/amdgpu: refine code delete duplicated error handling
Rex Zhu
1
-2
/
+2
2017-10-09
drm/amdgpu: implement ring set_priority for gfx_v8 compute v9
Andres Rodriguez
1
-0
/
+2
[next]