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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-10
drm/amd/powerplay: Use engine clock limit calculated by dal
Vitaly Prosyak
1
-3
/
+3
2016-02-10
drm/amd/powerplay: Make declarations of functions exposed to DAL type-safe.
David Rokhvarg
2
-14
/
+16
2016-02-10
drm/amd/powerplay: implement functions in carrizo for DAL.
Rex Zhu
1
-11
/
+115
2016-02-10
drm/amd/powerplay: export interface to DAL.
Rex Zhu
5
-21
/
+251
2016-02-10
drm/amd/powerplay: change struct name.
Rex Zhu
6
-8
/
+8
2016-02-10
drm/amd: Adding IVSRC register headers
Harry Wentland
1
-0
/
+102
2016-02-10
drm/amdgpu: Move MMIO flip out of spinlocked region
Vitaly Prosyak
1
-3
/
+3
2016-02-10
drm/amdgpu: Don't crash system if we can't get crtc
Harry Wentland
1
-0
/
+6
2016-02-11
drm/msm: add max-freq gpu param to uapi
Rob Clark
1
-0
/
+3
2016-02-10
drm/amdgpu: move sync into job object
Christian König
13
-38
/
+46
2016-02-10
drm/amdgpu: send VCE IB tests directly to the ring again
Christian König
2
-8
/
+22
2016-02-10
drm/amdgpu: send UVD IB tests directly to the ring again
Christian König
5
-15
/
+25
2016-02-10
drm/amdgpu: rename amdgpu_sched.c to amdgpu_job.c
Christian König
2
-5
/
+5
2016-02-10
drm/amdgpu: cleanup in kernel job submission
Christian König
7
-204
/
+111
2016-02-10
drm/amdgpu: send SDMA/GFX IB tests directly to the ring again
Christian König
5
-18
/
+6
2016-02-10
drm/amdgpu: directly return fence from ib_schedule
Christian König
3
-8
/
+12
2016-02-10
drm/amdgpu: move ring from IBs into job
Christian König
14
-44
/
+45
2016-02-10
drm/amdgpu: make pad_ib a ring function v3
Christian König
14
-18
/
+41
2016-02-10
drm/amdgpu: cleanup user fence handling in the CS
Christian König
2
-17
/
+13
2016-02-10
drm/amdgpu: add proper job alloc/free functions
Christian König
6
-55
/
+69
2016-02-10
drm/amdgpu: fix num_ibs check
Christian König
1
-11
/
+5
2016-02-10
drm/amdgpu: remove AMDGPU_NUM_SYNCS
Christian König
2
-4
/
+1
2016-02-10
drm/amdgpu: remove adev and fence from amdgpu_sync_free
Christian König
3
-8
/
+3
2016-02-10
drm/amdgpu: check userptrs mm earlier
Christian König
7
-15
/
+27
2016-02-10
drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.
Matthew Dawson
9
-23
/
+89
2016-02-10
drm/amdgpu/gfx: minor code cleanup
Alex Deucher
2
-28
/
+2
2016-02-10
drm/amdgpu: separate pushing CS to scheduler
Christian König
1
-46
/
+50
2016-02-10
drm/amdgpu: add amdgpu_set_ib_value helper (v2)
Christian König
3
-8
/
+15
2016-02-10
drm/amdgpu: fix size estimation for clear IB
Christian König
1
-2
/
+2
2016-02-10
drm/amdgpu/smu: skip SMC ucode loading on SR-IOV capable boards (v2)
Alex Deucher
3
-0
/
+18
2016-02-10
drm/amdgpu/gmc8: skip MC ucode loading on SR-IOV capable boards
Alex Deucher
1
-0
/
+6
2016-02-10
drm/amdgpu: always repost cards that support SR-IOV
Alex Deucher
1
-1
/
+2
2016-02-10
drm/amdgpu: track whether the asic supports SR-IOV
Alex Deucher
2
-0
/
+11
2016-02-10
drm/amdgpu: add check for atombios GPU virtualization table
Alex Deucher
2
-0
/
+15
2016-02-10
drm/amdgpu: remove unused function
Alex Deucher
2
-26
/
+0
2016-02-10
drm/amd: add pm domain for ACP IP sub blocks
Maruthi Srinivas Bayyavarapu
3
-1
/
+207
2016-02-10
drm/amd: add ACP driver support
Maruthi Bayyavarapu
11
-1
/
+480
2016-02-10
drm/amdgpu: remove power of two limit for vramlimit
Christian König
1
-6
/
+0
2016-02-10
drm/amdgpu: optimize amdgpu_vm_update_ptes a bit
Christian König
1
-20
/
+20
2016-02-10
drm/amdgpu: cleanup comments in VM code
Christian König
1
-21
/
+11
2016-02-10
drm/amdgpu: optimize VM fencing
Christian König
1
-28
/
+22
2016-02-10
drm/amdgpu: split VM mappings into smaller operations (v3)
Christian König
1
-27
/
+77
2016-02-10
drm/amdgpu: use BOs GART instance for mapping addresses v4
Christian König
1
-46
/
+68
2016-02-10
drm/amdgpu: move more logic into amdgpu_vm_map_gart v3
Christian König
5
-42
/
+33
2016-02-10
drm/amdgpu: remove nonsense IB size checks
Christian König
1
-8
/
+0
2016-02-10
drm/amdgpu: use WARN_ON_ONCE instead of BUG_ON in the SA
Christian König
1
-2
/
+5
2016-02-10
drm/amdgpu: drop a dummy wakeup scheduler
Monk Liu
1
-1
/
+9
2016-02-10
drm/amd: add dce8 enum register header
Alex Deucher
1
-0
/
+1117
2016-02-10
drm/amd/powerplay: add some hwmgr functions for sysfs interface on Tonga
Eric Huang
1
-0
/
+123
2016-02-10
drm/amd/powerplay: add some hwmgr functions for sysfs interface on Carrizo
Eric Huang
1
-0
/
+51
[prev]
[next]