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
2017-08-31
drm/amdgpu: cleanup the VM code a bit more
Christian König
1
-15
/
+5
2017-08-31
drm/amdgpu: rework page directory filling v2
Christian König
2
-29
/
+63
2017-08-29
drm/amd: Remove null check before kfree
Himanshu Jha
1
-4
/
+2
2017-08-29
drm/amdgpu: track evicted page tables v2
Christian König
5
-141
/
+119
2017-08-29
drm/amdgpu: fix comment on amdgpu_bo_va
Christian König
1
-1
/
+3
2017-08-29
drm/amdgpu: add bo_va cleared flag again v2
Christian König
3
-25
/
+16
2017-08-29
drm/amdgpu: rework moved handling in the VM v2
Christian König
2
-3
/
+13
2017-08-29
drm/amd/amdgpu: Add write() method to VRAM debugfs entry (v2)
Tom St Denis
1
-1
/
+41
2017-08-29
drm/amdgpu/gfx9: adjust mqd allocation size
Alex Deucher
1
-7
/
+18
2017-08-29
drm/amdgpu/gfx8: apply dynamic cu mask to APUs as well
Alex Deucher
1
-6
/
+4
2017-08-29
drm/amdgpu: cleanup GWS, GDS and OA allocation
Christian König
1
-8
/
+7
2017-08-29
drm/amdgpu: fix and cleanup VM ready check
Christian König
3
-31
/
+35
2017-08-29
drm/amdgpu: fix amdgpu_vm_bo_map trace point
Christian König
1
-0
/
+2
2017-08-29
drm/amdgpu: Move VBIOS version to sysfs
Kent Russell
1
-31
/
+23
2017-08-29
drm/amdgpu: Add debugfs file for VBIOS and version
Kent Russell
3
-1
/
+67
2017-08-29
drm/amd/amdgpu: Use new TTM populate/map helper function
Tom St Denis
1
-31
/
+2
2017-08-29
drm/amd/amdgpu: Remove AMDGPU tracepoint and use new TTM tracepoint (v2)
Tom St Denis
2
-74
/
+3
2017-08-29
drm/amdgpu: support polaris10/11/12 new cp firmwares
Evan Quan
1
-10
/
+55
2017-08-29
drm/amdgpu: remove duplicate return statement
Colin Ian King
1
-1
/
+0
2017-08-29
drm/amdgpu: check memory allocation failure
Christophe JAILLET
1
-0
/
+3
2017-08-29
drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)
Roger He
2
-6
/
+4
2017-08-29
drm/amdgpu: inline amdgpu_ttm_do_bind again
Christian König
1
-27
/
+18
2017-08-29
drm/amdgpu: fix amdgpu_ttm_bind
Christian König
3
-19
/
+30
2017-08-29
drm/amdgpu: remove the GART copy hack
Christian König
1
-17
/
+5
2017-08-29
drm/amdgpu: set sched_hw_submission higher for KIQ (v3)
Alex Deucher
1
-4
/
+12
2017-08-29
drm/amdgpu: move default gart size setting into gmc modules
Alex Deucher
6
-57
/
+74
2017-08-29
drm/amdgpu: refine default gart size
Alex Deucher
2
-7
/
+33
2017-08-29
drm/amdgpu: fix and cleanup shadow handling
Christian König
3
-37
/
+23
2017-08-29
drm/amdgpu: add automatic per asic settings for gart_size
Alex Deucher
4
-6
/
+20
2017-08-29
drm/amdgpu/gfx8: fix spelling typo in mqd allocation
Alex Deucher
1
-6
/
+6
2017-08-29
drm/amdgpu/virtual_dce: Virtual display doesn't support disable vblank immedi...
Emily Deng
1
-2
/
+3
2017-08-29
drm/amdgpu: Fix huge page updates with CPU
Felix Kuehling
1
-1
/
+15
2017-08-29
drm/syncobj: Rename fence_get to find_fence
Jason Ekstrand
1
-1
/
+1
2017-08-24
drm/amdgpu: remove duplicate return statement
Colin Ian King
1
-1
/
+0
2017-08-24
drm/amdgpu: check memory allocation failure
Christophe JAILLET
1
-0
/
+3
2017-08-24
drm/amd/amdgpu: fix BANK_SELECT on Vega10 (v2)
Roger He
2
-6
/
+4
2017-08-24
drm/amdgpu: inline amdgpu_ttm_do_bind again
Christian König
1
-27
/
+18
2017-08-24
drm/amdgpu: fix amdgpu_ttm_bind
Christian König
3
-19
/
+30
2017-08-24
drm/amdgpu: remove the GART copy hack
Christian König
1
-17
/
+5
2017-08-24
drm/amdgpu: set sched_hw_submission higher for KIQ (v3)
Alex Deucher
1
-4
/
+12
2017-08-24
drm/amdgpu: move default gart size setting into gmc modules
Alex Deucher
6
-57
/
+74
2017-08-24
drm/amdgpu: refine default gart size
Alex Deucher
2
-7
/
+33
2017-08-24
drm/amdgpu: fix and cleanup shadow handling
Christian König
3
-37
/
+23
2017-08-24
drm/amdgpu: add automatic per asic settings for gart_size
Alex Deucher
4
-6
/
+20
2017-08-24
drm/amdgpu/gfx8: fix spelling typo in mqd allocation
Alex Deucher
1
-6
/
+6
2017-08-23
drm/amdgpu/virtual_dce: Virtual display doesn't support disable vblank immedi...
Emily Deng
1
-2
/
+3
2017-08-23
drm/amdgpu: Fix huge page updates with CPU
Felix Kuehling
1
-1
/
+15
2017-08-21
Merge tag 'drm-amdkfd-next-2017-08-18' of git://people.freedesktop.org/~gabba...
Dave Airlie
7
-62
/
+382
2017-08-18
drm/amdgpu: fix vega10 graphic hang issue in S3 test
Ken Wang
2
-2
/
+9
2017-08-17
drm/amdgpu: bump version for support of UVD MJPEG decode
Leo Liu
1
-1
/
+2
[prev]
[next]