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
/
amdgpu_smu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
drm/amd/powerplay: drop unnecessary get_pptable_power_limit wrappers
Evan Quan
1
-10
/
+0
2020-07-01
drm/amd/powerplay: correct the APIs' naming
Evan Quan
1
-4
/
+9
2020-07-01
drm/amd/powerplay: drop unnecessary wrappers
Evan Quan
1
-20
/
+4
2020-07-01
drm/amd/powerplay: drop dead vce powergate code
Evan Quan
1
-4
/
+2
2020-07-01
drm/amd/powerplay: add error messages on some critical paths
Evan Quan
1
-31
/
+87
2020-07-01
drm/amd/powerplay: forbid to use pr_err/warn/info/debug
Evan Quan
1
-0
/
+10
2020-07-01
drm/amd/powerplay: use MGPU friendly err/warn/info/dbg messages
Evan Quan
1
-35
/
+35
2020-07-01
drm/amd/powerplay: use work queue to perform throttling logging
Evan Quan
1
-0
/
+11
2020-07-01
drm/amd/powerplay: skip BACO feature on DPMs disablement
Evan Quan
1
-41
/
+31
2020-07-01
drm/amd/powerplay: add firmware cleanup on sw_fini
Evan Quan
1
-0
/
+2
2020-07-01
drm/amd/powerplay: move amdgpu_irq_src to the smu structure allocation
Evan Quan
1
-3
/
+0
2020-07-01
drm/amd/powerplay: maximize code sharing between .hw_fini and .suspend
Evan Quan
1
-21
/
+23
2020-07-01
drm/amd/powerplay: better namings
Evan Quan
1
-7
/
+5
2020-07-01
drm/amd/powerplay: sort those operations performed in hw setup
Evan Quan
1
-30
/
+31
2020-07-01
drm/amd/powerplay: maximize code sharing between .hw_init and .resume
Evan Quan
1
-24
/
+18
2020-07-01
drm/amd/powerplay: move those operations not needed for resume out
Evan Quan
1
-20
/
+20
2020-07-01
drm/amd/powerplay: postpone operations not required for hw setup to late_init
Evan Quan
1
-29
/
+28
2020-07-01
drm/amd/powerplay: clean up the overdrive settings
Evan Quan
1
-1
/
+1
2020-07-01
drm/amd/powerplay: clean up the APIs for pptable setup
Evan Quan
1
-17
/
+0
2020-07-01
drm/amd/powerplay: clean up the APIs for bootup clocks
Evan Quan
1
-4
/
+0
2020-07-01
drm/amd/powerplay: centralize all buffer allocation in sw_init phase
Evan Quan
1
-176
/
+166
2020-07-01
drm/amd/powerplay: implement a common API for dpms disablement
Evan Quan
1
-101
/
+77
2020-07-01
drm/amd/powerplay: drop unused APIs and unnecessary checks
Evan Quan
1
-58
/
+16
2020-07-01
drm/amd/powerplay: eliminate asic type check
Evan Quan
1
-35
/
+20
2020-07-01
drm/amd/powerplay: use existed smu_dpm_set* interfaces to implement powergate...
Huang Rui
1
-0
/
+16
2020-07-01
drm/amd/powerplay: let PMFW to handle the features disablement on BACO in V2
Evan Quan
1
-6
/
+18
2020-06-03
drm/amdgpu/powerplay: add initial swSMU support for sienna_cichlid (v2)
Likun Gao
1
-2
/
+8
2020-06-02
drm/amdgpu: Add unique_id and serial_number for Arcturus v3
Kent Russell
1
-0
/
+2
2020-05-29
drm/amd/powerplay: give better names for the thermal IRQ related APIs
Evan Quan
1
-4
/
+4
2020-05-29
drm/amd/powerplay: stop thermal IRQs on suspend
Evan Quan
1
-0
/
+6
2020-05-28
drm/amd/powerplay: add check before i2c_add_adapter
Wenhui Sheng
1
-16
/
+8
2020-05-28
drm/amd/powerplay: remove SRIOV check in SMU11 (v2)
Wenhui Sheng
1
-83
/
+72
2020-05-28
drm/amd/powerplay: check whether SMU IP is enabled before access
Evan Quan
1
-153
/
+113
2020-05-28
drm/amd/powerplay: skip smu_i2c_eeprom_init/fini under sriov mode
Hua Zhang
1
-10
/
+14
2020-05-28
drm/amd/powerplay: remove the support of vega20 from swsmu
Kevin Wang
1
-8
/
+2
2020-05-28
drm/amd/powerplay: remove the support of xgmi pstate on vega20 from swsmu
Kevin Wang
1
-11
/
+0
2020-05-15
drm/amdgpu: Add cmd to control XGMI link sleep
John Clements
1
-0
/
+22
2020-05-08
drm/amdgpu: enable hibernate support on Navi1X
Evan Quan
1
-1
/
+1
2020-05-06
drm/amd/powerplay: perform PG ungate prior to CG ungate
Evan Quan
1
-3
/
+3
2020-04-24
drm/amdgpu: enable one vf mode for nv12
Monk Liu
1
-7
/
+5
2020-04-24
drm/amdgpu: clear the messed up checking logic
Monk Liu
1
-8
/
+3
2020-04-24
drm/amdgpu: sriov is forbidden to call disable DPM
Monk Liu
1
-0
/
+3
2020-04-23
drm/amd/powerplay: limit smu support to Arcturus for onevf
Jiansong Chen
1
-1
/
+4
2020-04-23
drm/amdgpu: cache smu fw version info
John Clements
1
-0
/
+15
2020-04-23
drm/amd/powerplay: properly set the dpm_enabled state
Evan Quan
1
-32
/
+214
2020-04-23
drm/amd/powerplay: correct i2c eeprom init/fini sequence
Evan Quan
1
-10
/
+12
2020-03-26
drm/amdgpu/swSMU: handle manual AC/DC notifications
Alex Deucher
1
-0
/
+23
2020-03-26
drm/amdgpu/swSMU: set AC/DC mode based on the current system state (v2)
Alex Deucher
1
-6
/
+6
2020-03-26
drm/amdgpu/swSMU: correct the bootup power source for Navi1X (v2)
Evan Quan
1
-0
/
+15
2020-03-19
amd/powerplay: arcturus baco reset disable all features
John Clements
1
-8
/
+13
[prev]
[next]