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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-21
Merge airlied/drm-next into drm-misc-next
Sean Paul
372
-22481
/
+51692
2018-03-17
amdgpu/dm: Default PRE_VEGA ASIC support to 'y'
Harry Wentland
1
-1
/
+1
2018-03-17
drm/amd/pp: Remove the cgs wrapper for notify smu version on APU
Rex Zhu
3
-12
/
+5
2018-03-17
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
1
-0
/
+3
2018-03-17
drm/amd/display: Refine disable VGA
Clark Zheng
2
-6
/
+22
2018-03-15
drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernel
Andrey Grodzovsky
1
-2
/
+6
2018-03-15
drm/amd/pp: Rename file name cz_* to smu8_*
Rex Zhu
6
-4
/
+4
2018-03-15
drm/amd/pp: Replace function/struct name cz_* with smu8_*
Rex Zhu
5
-807
/
+806
2018-03-15
drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.c
Rex Zhu
2
-60
/
+60
2018-03-15
drm/amd/pp: Mv cz uvd/vce pg/dpm functions to cz_hwmgr.c
Rex Zhu
5
-209
/
+140
2018-03-15
drm/amd/pp: Remove dead header file pp_asicblocks.h
Rex Zhu
2
-48
/
+0
2018-03-15
drm/amd/pp: Delete dead code on cz_clockpowergating.c
Rex Zhu
2
-81
/
+0
2018-03-15
drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.c
Rex Zhu
2
-4
/
+7
2018-03-15
drm/amdgpu: Remove wrapper layer of smu ip functions
Rex Zhu
19
-804
/
+336
2018-03-15
drm/amdgpu: Don't compared ip_block_type with ip_block_index
Rex Zhu
1
-1
/
+1
2018-03-15
drm/amdgpu: Plus NULL function pointer check
Rex Zhu
1
-3
/
+6
2018-03-15
drm/amd/pp: Move helper functions to smu_help.c
Rex Zhu
5
-663
/
+723
2018-03-15
drm/amd/pp: Replace rv_* with smu10_*
Rex Zhu
9
-371
/
+371
2018-03-15
drm/amd/pp: Fix function parameter not correct
Rex Zhu
1
-2
/
+2
2018-03-15
drm/amd/pp: Add rv_copy_table_from/to_smc to smu backend function table
Rex Zhu
4
-36
/
+44
2018-03-15
drm/amd/pp: Add new smu backend function smc_table_manager
Rex Zhu
3
-0
/
+11
2018-03-15
drm/amd/pp: Mark internal functions as static in rv_smumgr.c
Rex Zhu
1
-3
/
+3
2018-03-15
drm/amd/pp: Add rv_read_arg_from_smc to smu backend function table
Rex Zhu
3
-14
/
+11
2018-03-15
drm/amd/pp: Remove meanless return value check in RV
Rex Zhu
2
-117
/
+53
2018-03-15
drm/amd/pp: Delete is_smc_ram_running function on RV
Rex Zhu
2
-28
/
+0
2018-03-15
drm/amd/pp: Clean up header file include
Rex Zhu
3
-7
/
+3
2018-03-15
drm/amd/pp: Fix memory leak in error path in smumgr
Rex Zhu
6
-23
/
+43
2018-03-15
drm/amd/pp: Simplified the avfs btc state on smu7
Rex Zhu
7
-150
/
+51
2018-03-15
drm/amd/powerplay: Fix KASAN user after free on driver unload.
Andrey Grodzovsky
2
-48
/
+23
2018-03-15
drm/amdgpu/sdma4: Remove unused header file from sdma_v4_0.c
Feifei Xu
1
-2
/
+0
2018-03-15
drm/amdgpu/sdma4: use num_instances for clock/powergating config
Alex Deucher
1
-4
/
+4
2018-03-15
drm/amdgpu: remove trailing whitespace from soc15ip.h
Alex Deucher
1
-143
/
+143
2018-03-15
drm/amdgpu/powerplay/vega10: fix memory leak in error path
Alex Deucher
1
-2
/
+4
2018-03-15
drm/amdgpu/dce: Don't turn off DP sink when disconnected
Michel Dänzer
1
-19
/
+12
2018-03-15
drm/amd/pp: remove redundant pointer internal_buf
Colin Ian King
1
-2
/
+0
2018-03-15
drm/amdgpu: move getting pcie info to common code
Alex Deucher
5
-9
/
+5
2018-03-15
drm/amdgpu/soc15: always load the psp module
Alex Deucher
1
-2
/
+1
2018-03-15
drm/amdgpu: use adev->firmware to determine whether to load the PSP module
Alex Deucher
1
-1
/
+1
2018-03-15
drm/amdgpu: move firmware loading type setup to common code
Alex Deucher
4
-7
/
+2
2018-03-15
drm/amdgpu/psp: add a few more fw load type checks
Alex Deucher
1
-0
/
+9
2018-03-15
drm/amd/display: Check msg->size before starting aux transfer
Shirish S
1
-0
/
+3
2018-03-15
drm/amd/display: clean up dcn pplib notification call
Dmytro Laktyushkin
4
-46
/
+15
2018-03-15
drm/amd/display: Fixed dim around 1sec when resume from S3 (v2)
Yongqiang Sun
3
-1
/
+11
2018-03-14
drm/amd/display: Use actual TG instance instead of pipe instance
Jerry (Fangzhi) Zuo
2
-6
/
+6
2018-03-14
drm/amd/display: Check for HW blocks in HWSS, rather than DC core for cursor
Harry Wentland
2
-5
/
+7
2018-03-14
drm/amdgpu: Move IH clientid defs to separate file
Oak Zeng
12
-67
/
+98
2018-03-14
drm/amd/display: update dce_calcs to latest version
Dmytro Laktyushkin
2
-56
/
+110
2018-03-14
drm/amd/display: Set disp clk in a safe way to avoid over high dpp clk. (v2)
Yongqiang Sun
3
-23
/
+139
2018-03-14
drm/amd/display: add support for regkey "LCDFreeSyncDefault"
Samson Tam
1
-0
/
+26
2018-03-14
drm/amd/display: Correct the plane enumeration order (v2)
Shirish S
1
-24
/
+53
[next]