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
/
powerplay
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-05
drm/amd/pp: fix typecast error in powerplay.
Rex Zhu
1
-2
/
+2
2017-11-02
drm/amd/powerplay: fix uninitialized variable
Rex Zhu
1
-3
/
+3
2017-07-05
drm/amd/powerplay: refine vce dpm update code on Cz.
Rex Zhu
1
-8
/
+16
2017-07-05
drm/amd/powerplay: fix vce cg logic error on CZ/St.
Rex Zhu
1
-2
/
+2
2017-01-09
drm/amd/powerplay: bypass fan table setup if no fan connected
Hawking Zhang
4
-0
/
+24
2016-11-29
drm/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgr
Rex Zhu
1
-1
/
+4
2016-11-16
drm/amd/powerplay: avoid out of bounds access on array ps.
Rex Zhu
1
-6
/
+6
2016-11-15
drm/amdgpu/powerplay: drop a redundant NULL check
Alex Deucher
1
-2
/
+0
2016-11-10
drm/amd/powerplay: implement get_clock_by_type for iceland.
Rex Zhu
1
-18
/
+33
2016-11-10
drm/amd/powerplay/smu7: fix checks in smu7_get_evv_voltages (v2)
Alex Deucher
1
-7
/
+10
2016-11-10
drm/amd/powerplay: update phm_get_voltage_evv_on_sclk for iceland
Alex Deucher
1
-1
/
+3
2016-11-10
drm/amd/powerplay: propagate errors in phm_get_voltage_evv_on_sclk
Alex Deucher
1
-1
/
+1
2016-11-08
drm/amd/powerplay: return false instead of -EINVAL
Andrew Shadura
1
-1
/
+1
2016-11-08
drm/amdgpu/powerplay/smu7: fix unintialized data usage
Arnd Bergmann
1
-0
/
+2
2016-10-31
drm/amd/powerplay: don't succeed in getters if fan is missing
Grazvydas Ignotas
1
-3
/
+3
2016-10-27
drm/amd/powerplay: fix bug get wrong evv voltage of Polaris.
Rex Zhu
2
-2
/
+3
2016-10-21
drm/amd/powerplay: don't give up if DPM is already running
Grazvydas Ignotas
1
-2
/
+2
2016-10-21
drm/amd/powerplay: fix static checker warning in process_pptables_v1_0.c
Rex Zhu
1
-3
/
+6
2016-10-21
drm/amdgpu/powerplay/smu7: fix static checker warning
Alex Deucher
1
-5
/
+8
2016-10-14
drm/amd/powerplay: fix bug stop dpm can't work on Vi.
Rex Zhu
2
-15
/
+25
2016-10-14
drm/amd/powerplay: notify smu no display by default.
Rex Zhu
1
-1
/
+1
2016-10-14
drm/amdgpu/powerplay: implement thermal sensor for CZ/ST
Alex Deucher
1
-0
/
+18
2016-10-14
drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.c
Rex Zhu
1
-2
/
+4
2016-10-14
drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.c
Rex Zhu
1
-2
/
+4
2016-10-14
drm/amd/powerplay: fix static checker warnings in iceland_smc.c
Rex Zhu
1
-1
/
+1
2016-10-04
drm/amdgpu: remove DRM_AMD_POWERPLAY
Alex Deucher
1
-6
/
+0
2016-09-30
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
6
-21
/
+20
2016-09-28
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
67
-32705
/
+17564
2016-09-23
drm/amdgpu: Constify tables
Nils Wallménius
6
-21
/
+20
2016-09-22
drm/amd/powerplay: export function to help to set cg by smu.
Rex Zhu
2
-74
/
+5
2016-09-22
drm/amd/powerplay: Replace per-asic print_performance with generic
Tom St Denis
5
-133
/
+14
2016-09-22
drm/amdgpu:add fw version entry to info
Frank Min
1
-0
/
+0
2016-09-19
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
29
-353
/
+642
2016-09-19
drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)
Tom St Denis
5
-0
/
+165
2016-09-19
drm/amd/powerplay: delete useless files.
Rex Zhu
36
-31672
/
+0
2016-09-19
drm/amd/powerplay: use smu7 hwmgr to manager iceland
Rex Zhu
2
-10
/
+27
2016-09-19
drm/amd/powerplay: implement fw related smu interface for iceland.
Rex Zhu
6
-17
/
+2673
2016-09-19
drm/amd/powerplay: use smu7 common functions and data on icelannd.
Rex Zhu
5
-609
/
+82
2016-09-19
drm/amd/powerplay: use smu7 common functions and data on Fiji.
Rex Zhu
3
-635
/
+68
2016-09-19
drm/amd/powerplay: use smu7 common functions and data on Polars10.
Rex Zhu
4
-715
/
+84
2016-09-19
drm/amd/powerplay: use smu7 common functions and data on Tonga.
Rex Zhu
3
-774
/
+117
2016-09-19
drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7.
Rex Zhu
4
-1
/
+678
2016-09-19
drm/amd/powerplay: use smu7_hwmgr to manager tonga.
Rex Zhu
2
-6
/
+30
2016-09-19
drm/amd/powerplay: implement fw image related smum interface for tonga.
Rex Zhu
6
-3
/
+3329
2016-09-19
drm/amd/powerplay: use smu7 hwmgr to manager fiji
Rex Zhu
2
-4
/
+27
2016-09-19
drm/amd/powerplay: implement fw image related smu interface for Fiji.
Rex Zhu
5
-8
/
+2472
2016-09-19
drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11
Rex Zhu
3
-4
/
+37
2016-09-19
drm/amd/powerplay: implement fw image related smum interface for Polaris.
Rex Zhu
5
-8
/
+2367
2016-09-19
drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.
Rex Zhu
12
-10
/
+7195
2016-09-19
drm/amd/powerplay: add common interface in smumgr to help to visit fw image.
Rex Zhu
2
-1
/
+169
[next]