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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-14
drm/amdgpu: call atomfirmware get_clock_info for atomfirmware systems
Alex Deucher
1
-1
/
+9
2017-07-14
drm/amdgpu: add get_clock_info for atomfirmware
Alex Deucher
2
-0
/
+94
2017-07-14
drm/amdgpu: Send no-retry XNACK for all fault types
Jay Cornwall
2
-0
/
+6
2017-07-14
drm/amdgpu: Correctly establish the suspend/resume hook for amdkfd
Yong Zhao
2
-8
/
+8
2017-07-14
drm/amdgpu: Make SDMA phase quantum configurable
Felix Kuehling
5
-3
/
+100
2017-07-14
drm/amdgpu: Enable SDMA context switching for CIK
Felix Kuehling
1
-0
/
+30
2017-07-14
drm/amdgpu: Enable SDMA_CNTL.ATC_L1_ENABLE for SDMA on CZ
shaoyunl
1
-2
/
+8
2017-07-14
drm/amdgpu: Try evicting from CPU visible to invisible VRAM first
Michel Dänzer
1
-0
/
+28
2017-07-14
drm/amdgpu: Don't force BOs into visible VRAM for page faults
John Brooks
1
-7
/
+10
2017-07-14
drm/amdgpu: Set/clear CPU_ACCESS flag on page fault and move to VRAM
John Brooks
2
-10
/
+19
2017-07-14
drm/amdgpu: Throttle visible VRAM moves separately
John Brooks
3
-23
/
+87
2017-07-14
drm/amdgpu: Add vis_vramlimit module parameter
John Brooks
3
-0
/
+13
2017-07-14
drm/amdgpu: change gartsize default to 256MB
Christian König
4
-19
/
+10
2017-07-14
drm/amdgpu: add new gttsize module parameter v2
Christian König
4
-3
/
+21
2017-07-14
drm/amdgpu: limit the GTT manager address space
Christian König
1
-2
/
+4
2017-07-14
drm/amdgpu: consistent name all GART related parts
Christian König
11
-72
/
+72
2017-07-14
drm/amdgpu: remove gtt_base_align handling
Christian König
6
-8
/
+3
2017-07-14
drm/amdgpu: move GART struct and function into amdgpu_gart.h v2
Christian König
3
-47
/
+79
2017-07-14
drm/amdgpu: check scratch registers to see if we need post (v2)
Alex Deucher
1
-1
/
+6
2017-07-14
drm/amdgpu/soc15: init nbio registers for vega10
Alex Deucher
1
-0
/
+3
2017-07-14
drm/amdgpu: add nbio 6.1 register init function
Alex Deucher
2
-0
/
+14
2017-07-14
drm/amd/powerplay: added didt support for vega10
Evan Quan
7
-0
/
+1381
2017-07-14
drm/amd/powerplay: added grbm_idx_mutex lock/unlock to cgs v2
Evan Quan
2
-0
/
+17
2017-07-14
drm/amd/powerplay: added support for new se_cac_idx APIs to cgs
Evan Quan
2
-0
/
+5
2017-07-14
drm/amd/powerplay: added soc15 support for new se_cac_idx APIs
Evan Quan
1
-0
/
+24
2017-07-14
drm/amd/powerplay: added new se_cac_idx r/w APIs v2
Evan Quan
2
-0
/
+7
2017-07-14
drm/amd/powerplay: added index gc cac read/write apis for vega10
Evan Quan
1
-0
/
+24
2017-07-14
drm/amdgpu: use TTM values instead of MC values for the info queries
Christian König
1
-4
/
+6
2017-07-14
drm/amdgpu: remove maximum BO size limitation v2
Christian König
1
-12
/
+0
2017-07-14
drm/amdgpu: stop mapping BOs to GTT
Christian König
1
-17
/
+2
2017-07-14
drm/amdgpu: use the GTT windows for BO moves v2
Christian König
2
-19
/
+108
2017-07-14
drm/amdgpu: add amdgpu_gart_map function v2
Christian König
2
-14
/
+51
2017-07-14
drm/amdgpu: reserve the first 2x512 pages of GART
Christian König
2
-1
/
+7
2017-07-14
drm/amdgpu: make arrays pctl0_data and pctl1_data static
Colin Ian King
1
-2
/
+2
2017-07-14
drm/amdgpu/gmc9: get vram width from atom for Raven
Alex Deucher
1
-36
/
+40
2017-07-14
drm/amdgpu/atomfirmware: implement vram_width for APUs
Alex Deucher
2
-0
/
+34
2017-07-14
drm/amdgpu/atom: fix atom_fw check
Alex Deucher
1
-14
/
+1
2017-07-14
drm/amdgpu: Free resources of bo_list when idr_alloc fails
Alex Xie
1
-1
/
+1
2017-07-14
drm/amd/powerplay: add avfs check for old asics on Vi.
Rex Zhu
1
-0
/
+9
2017-07-14
drm/amd/powerplay: move VI common AVFS code to smu7_smumgr.c
Rex Zhu
10
-87
/
+75
2017-07-14
drm/amd/powerplay: refine avfs enable code on fiji.
Rex Zhu
3
-107
/
+28
2017-07-14
drm/amd/powerplay: fix avfs state update error on polaris.
Rex Zhu
1
-2
/
+3
2017-07-14
drm/amd/powerplay: fixed wrong data type declaration for ppfeaturemask
Evan Quan
1
-1
/
+1
2017-07-14
drm/amdgpu: set firmware loading type as direct by default for raven
Huang Rui
1
-5
/
+1
2017-07-14
drm/amdgpu: make psp cmd buffer as a reserve memory
Huang Rui
2
-20
/
+23
2017-07-14
drm/amdgpu: fix missed asd bo free when hw_fini
Huang Rui
1
-0
/
+2
2017-07-14
drm/amdgpu: remove superfluous check
Huang Rui
2
-14
/
+9
2017-07-14
drm/amdgpu: NO KIQ usage on nbio hdp flush routine
Shaoyun Liu
2
-2
/
+2
2017-07-14
drm/amdgpu: Add WREG32_SOC15_NO_KIQ macro define
Shaoyun Liu
1
-0
/
+7
2017-07-14
drm/amdgpu:fix world switch hang
Monk Liu
3
-5
/
+9
[prev]
[next]