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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
drm/amd/display: Add optimized_required flag
Harry Wentland
2
-0
/
+4
2017-12-14
drm/amd/display: Use same wait mpcc idle function.
Yongqiang Sun
1
-15
/
+12
2017-12-14
drm/amd/display: MPC updates
Eric Bernstein
2
-5
/
+8
2017-12-14
drm/amd/display: Fixed read wrong reg to get bot_sel.
Yongqiang Sun
1
-1
/
+1
2017-12-14
drm/amd/display: Fix potential mem leak in DC construct
Harry Wentland
1
-16
/
+18
2017-12-14
drm/amd/display: Remove redundant checks in set_default_colors
Harry Wentland
1
-10
/
+2
2017-12-14
drm/amd/display: Remove plane_res.mi check in dce110_apply_ctx_for_surface
Harry Wentland
1
-7
/
+6
2017-12-14
drm/amd/display: Remove PSR functions in Linux
Harry Wentland
1
-138
/
+0
2017-12-14
drm/amd/display: Integrating MPC pseudocode
Eric Bernstein
7
-356
/
+594
2017-12-14
drm/amd/display: dal 3.1.21
Tony Cheng
1
-1
/
+1
2017-12-14
drm/amd/display: try to find matching audio inst for enc inst first
Charlene Liu
1
-3
/
+1
2017-12-14
drm/amd/display: fix seq issue: turn on clock before programming afmt.
Charlene Liu
1
-1
/
+3
2017-12-14
drm/amd/display: Remove unnecessary wait mpcc idle.
Yongqiang Sun
1
-6
/
+0
2017-12-14
drm/amd/pp: reset dpm level when adjust power state
Rex Zhu
1
-1
/
+1
2017-12-14
drm/ttm: init locked again to prevent incorrect unlock
Roger He
1
-0
/
+1
2017-12-13
drm/amd/pp: implement dpm_get_sclk/mclk for RV
Rex Zhu
1
-2
/
+23
2017-12-13
drm/amdgpu: fix huge page setting for ATS case
Chunming Zhou
1
-1
/
+1
2017-12-13
drm/amdgpu: drop amdgpu_atombios_scratch_regs_save/restore
Alex Deucher
2
-24
/
+0
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-13
drm/amdgpu: remove some old gc 9.x registers
Alex Deucher
5
-84
/
+4
2017-12-13
drm/amdgpu: drop soc15_init_golden_registers
Alex Deucher
1
-31
/
+0
2017-12-13
drm/amdgpu: drop the bios scratch reg callbacks from nbio
Alex Deucher
3
-31
/
+0
2017-12-13
drm/amdgpu: convert nbio to use callbacks (v2)
Alex Deucher
11
-183
/
+209
2017-12-12
drm/amdgpu: make function names consistent in nbio files
Alex Deucher
2
-16
/
+16
2017-12-12
drm/amdgpu: correct vce fw data and stack size
Frank Min
1
-1
/
+1
2017-12-12
drm/amdgpu: fix MAP_QUEUES paramter
Monk Liu
1
-1
/
+1
2017-12-12
drm/amdgpu: no need with INT for fence polling
Monk Liu
1
-1
/
+1
2017-12-12
drm/amdgpu: no need to evict VRAM in device_fini
Monk Liu
1
-2
/
+1
2017-12-12
drm/ttm: max_cpages is in unit of native page
Monk Liu
1
-1
/
+1
2017-12-12
drm/ttm: fix incorrect calculate on shrink_pages
Monk Liu
1
-0
/
+1
2017-12-12
drm/amdgpu: allow get_vm_pde to change flags as well
Christian König
11
-38
/
+54
2017-12-12
drm/amdgpu: batch PDE updates again
Christian König
1
-109
/
+94
2017-12-12
drm/amdgpu: remove keeping the addr of the VM PDs
Christian König
2
-10
/
+5
2017-12-12
drm/amdgpu: remove last_entry_used from the VM code
Christian König
2
-24
/
+29
2017-12-12
drm/amdgpu: avoid the modulo in amdgpu_vm_get_entry
Christian König
1
-3
/
+3
2017-12-12
drm/amdgpu: use polling mem to set SDMA3 wptr for VF
Pixel Ding
2
-8
/
+20
2017-12-12
drm/amdgpu: update one PDE at a time v2
Christian König
1
-46
/
+34
2017-12-12
drm/amdgpu: stop joining PDEs
Christian König
1
-34
/
+7
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
3
-43
/
+11
2017-12-08
drm/admgpu: Reduce the usage of soc15ip.h
Shaoyun Liu
16
-17
/
+0
2017-12-08
drm/amdgpu: Change SOC15_REG_OFFSET to use dynamic register offset
Shaoyun Liu
8
-18
/
+46
2017-12-08
drm/amdgpu: Avoid use SOC15_REG_OFFSET in static const array
Shaoyun Liu
13
-283
/
+354
2017-12-08
drm/amdgpu: Use dynamic IP offset for register access on SOC15
Shaoyun Liu
2
-95
/
+65
2017-12-08
drm/amdgpu: Dynamic initialize IP base offset
Shaoyun Liu
5
-1
/
+96
2017-12-07
drm/scheduler: add license to the Makefile
Alex Deucher
1
-0
/
+22
2017-12-07
drm/sched: move fence slab handling to module init/exit
Lucas Stach
3
-15
/
+8
2017-12-07
drm: move amd_gpu_scheduler into common location
Lucas Stach
35
-517
/
+530
2017-12-07
drm/amdgpu: add license to files where it was missing
Alex Deucher
15
-8
/
+254
[prev]
[next]