index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-16
drm/amdgpu: Add gpu_recovery parameter
Andrey Grodzovsky
1
-1
/
+8
2017-12-14
drm/amdgpu: drop scratch regs save and restore from GPU reset handling
Alex Deucher
1
-2
/
+0
2017-12-14
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-05
drm/amdgpu:read VRAMLOST from gim
Monk Liu
1
-5
/
+4
2017-12-05
drm/amdgpu: bypass FB resizing for SRIOV VF
pding
1
-0
/
+4
2017-12-05
drm/amdgpu: release exclusive mode after hw_init
pding
1
-0
/
+4
2017-12-05
drm/amdkfd: initialise kfd inside amdgpu_device_init
pding
1
-0
/
+4
2017-12-05
drm/amdgpu: resize VRAM BAR for CPU access v6
Christian König
1
-0
/
+50
2017-12-05
drm/amdgpu: refine SR-IOV firmware VRAM reservation to protect data
Horace Chen
1
-1
/
+22
2017-12-05
drm/amdgpu: retry init if exclusive mode request is failed
pding
1
-1
/
+1
2017-12-05
drm/amdgpu: move GART recovery into GTT manager v2
Christian König
1
-5
/
+3
2017-12-05
drm/amdgpu:cleanup in_sriov_reset and lock_reset
Monk Liu
1
-4
/
+5
2017-12-05
drm/amdgpu:implement new GPU recover(v3)
Monk Liu
1
-170
/
+152
2017-12-05
drm/amdgpu: retry init if it fails due to exclusive mode timeout (v3)
pding
1
-0
/
+10
2017-12-05
drm/amdgpu: change redundant init logs to debug level
pding
1
-3
/
+1
2017-12-05
drm/amdgpu:cleanup job reset routine(v2)
Monk Liu
1
-2
/
+2
2017-12-05
drm/amdgpu:cleanup force_completion
Monk Liu
1
-3
/
+3
2017-11-29
Revert "drm/amdgpu: fix rmmod KCQ disable failed error"
Alex Deucher
1
-3
/
+0
2017-11-24
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-18
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
2017-10-09
drm/amdgpu: Reserve shared memory on VRAM for SR-IOV
Horace Chen
1
-0
/
+76
2017-10-09
Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...
Dave Airlie
1
-16
/
+89
[prev]
[next]