index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
powerplay
/
amd_powerplay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-19
drm/amd/powerplay: fix semicolon code style issue
Yang Wei
1
-4
/
+4
2019-03-19
drm/amd/powerplay: add limit of pp_feature for smu (v3)
Likun Gao
1
-1
/
+1
2019-01-25
drm/amd/powerplay: support enabled ppfeatures retrieving and setting V3
Evan Quan
1
-0
/
+42
2019-01-25
drm/amdgpu: expose BACO interfaces to upper level from PP
Jim Qu
1
-0
/
+54
2018-12-07
drm/amd/powerplay: rv dal-pplib interface refactor powerplay part
hersen wu
1
-3
/
+79
2018-11-19
drm/amd/powerplay: Ratelimit all "was not implemented" messages
Joerg Roedel
1
-26
/
+26
2018-11-01
drm/amd/powerplay: no MGPU fan boost enablement on DPM disabled
Evan Quan
1
-3
/
+3
2018-10-22
drm/amd/pp: enable power limit increase in OD mode
Joseph Greathouse
1
-2
/
+14
2018-10-22
drm/amd/powerplay: error out when force clock level under auto dpm mode V2
Evan Quan
1
-4
/
+7
2018-10-12
drm/amd/powerplay: hint when power profile setting is not supported
Evan Quan
1
-2
/
+7
2018-10-10
drm/amdgpu: Remove amdgpu_ucode_fini_bo
Rex Zhu
1
-3
/
+0
2018-10-09
drm/amd/pp: Implement load_firmware interface
Rex Zhu
1
-0
/
+15
2018-10-09
drm/amd/pp: Allocate ucode bo in request_smu_load_fw
Rex Zhu
1
-3
/
+0
2018-10-09
drm/amd/pp: Fix memory leak on CI/AI
Rex Zhu
1
-4
/
+4
2018-10-09
drm/amdgpu: Add fan RPM setting via sysfs
Rex Zhu
1
-0
/
+19
2018-10-09
drm/amd/pp: Implement AMDGPU_PP_SENSOR_MIN/MAX_FAN_RPM
Rex Zhu
1
-0
/
+6
2018-10-09
drm/amd/pp: Expose the smu support for SDMA PG cntl
Rex Zhu
1
-0
/
+18
2018-10-09
drm/amd/powerplay: helper interfaces for MGPU fan boost feature
Evan Quan
1
-0
/
+19
2018-08-27
drm/amd/pp: Add ACP PG support in SMU
Rex Zhu
1
-0
/
+18
2018-07-20
drm/amd/pp: Set Max clock level to display by default
Rex Zhu
1
-2
/
+7
2018-07-10
drm/amd/pp: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2018-07-05
drm/amd/pp: Export notify_smu_enable_pwe to display
Rex Zhu
1
-0
/
+20
2018-07-05
drm/amd/pp: Refine the interface exported to display
Rex Zhu
1
-3
/
+3
2018-07-05
drm/amdgpu: Add gfx_off support in smu through pp_set_powergating_by_smu
Rex Zhu
1
-16
/
+0
2018-07-05
drm/amd/pp: Add gfx pg support in smu through set_powergating_by_smu
Rex Zhu
1
-8
/
+17
2018-07-05
drm/amd/pp: Unify powergate_uvd/vce/mmhub to set_powergating_by_smu
Rex Zhu
1
-3
/
+26
2018-07-05
drm/amd/pp: Rename enable_per_cu_power_gating to powergate_gfx
Rex Zhu
1
-3
/
+3
2018-07-05
drm/amdgpu: Rename set_mmhub_powergating_by_smu to powergate_mmhub
Rex Zhu
1
-4
/
+4
2018-06-13
drm/amd/powerplay: remove uncessary extra gfxoff control call
Evan Quan
1
-9
/
+0
2018-06-13
drm/amd/powerplay: fix missed hwmgr check warning before call gfx_off_control...
Huang Rui
1
-1
/
+2
2018-06-13
drm/amdgpu: fix CG enabling hang with gfxoff enabled
Huang Rui
1
-1
/
+1
2018-05-15
drm/amd/powerplay: add control gfxoff enabling in late init
Huang Rui
1
-0
/
+9
2018-05-15
drm/amdgpu: use pp_feature member to store the mask
Huang Rui
1
-1
/
+1
2018-05-15
drm/amd/powerplay: enable/disable gfxoff through smu
Huang Rui
1
-0
/
+9
2018-05-15
drm/amd/pp: Remove dead interface
Rex Zhu
1
-30
/
+0
2018-05-15
drm/amdgpu: Reserved vram for smu to save debug info.
Rex Zhu
1
-0
/
+35
2018-04-11
drm/amdgpu: remove duplicate cg/pg wrapper functions
Rex Zhu
1
-4
/
+4
2018-04-11
drm/amd/pp: Not call cgs interface to get display info
Rex Zhu
1
-0
/
+1
2018-04-11
drm/amd/pp: Use release_firmware directly in powerplay
Rex Zhu
1
-1
/
+5
2018-04-11
drm/amd/pp: Save vf state in pp context
Rex Zhu
1
-1
/
+2
2018-04-11
drm/amd/pp: Lock pm_funcs when set pp table
Rex Zhu
1
-14
/
+14
2018-04-11
drm/amd/pp: Add hwmgr_sw_init/fini functioins
Rex Zhu
1
-285
/
+83
2018-03-21
drm/amd/pp: Add smu irq handlers in sw_init instand of hw_init
Rex Zhu
1
-0
/
+2
2018-03-20
drm/amd/pp: Fix unable to handle kernel paging request
Rex Zhu
1
-1
/
+1
2018-03-20
drm/amd/powerplay: Fix NULL pointer deref on driver unbind.
Andrey Grodzovsky
1
-1
/
+7
2018-03-15
drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.c
Rex Zhu
1
-1
/
+7
2018-03-15
drm/amdgpu: Remove wrapper layer of smu ip functions
Rex Zhu
1
-366
/
+245
2018-03-07
drm/amd/pp: Add auto power profilng switch based on workloads (v2)
Rex Zhu
1
-5
/
+27
2018-03-06
drm/amd/pp: Revert gfx/compute profile switch sysfs
Rex Zhu
1
-114
/
+0
2018-03-05
drm/amd/pp: Refine powerplay instance
Rex Zhu
1
-4
/
+2
[next]