aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie1-3/+3
2017-10-21drm/amd/powerplay: fix uninitialized variableRex Zhu1-3/+3
2017-10-19drm/amd/pp: implement function notify_cac_buffer_info on VIRex Zhu1-0/+42
2017-10-06drm/amd/powerplay: Partially revert changes and fix smu7_notify_smc_display()Tom St Denis1-5/+2
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu1-2/+2
2017-09-26drm/amd/powerplay: refine interface in struct pp_smumgr_funcRex Zhu1-69/+68
2017-09-26drm/amd/powerplay: Simplify smu7_voting_clients()Rex Zhu1-41/+18
2017-09-26drm/amd/powerplay: Add support for CI asics to hwmgrRex Zhu1-22/+96
2017-09-26drm/amd/powerplay: refine dmesg info under powerplayRex Zhu1-5/+5
2017-09-18drm/amd/powerplay: fix spelling typo in function nameRex Zhu1-6/+6
2017-09-18drm/amd/powerplay: use struct amd_pm_funcs in powerplayRex Zhu1-12/+8
2017-09-18drm/amd/powerplay: delete dead code in powerplayRex Zhu1-6/+0
2017-09-18drm/amd/powerplay: refine code for thermal control in powerplayRex Zhu1-3/+1
2017-09-12drm/amd/powerplay: add UMD P-state in powerplay.Rex Zhu1-48/+10
2017-08-29drm/amd/powerplay/hwmgr: Remove null check before kfreeHimanshu Jha1-8/+4
2017-08-15drm/amd/powerplay: delete PCC error message in smu7_hwmgr.cRex Zhu1-3/+0
2017-07-14drm/amd/powerplay: add avfs check for old asics on Vi.Rex Zhu1-0/+9
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie1-4/+28
2017-05-24drm/amd/powerplay/smu7: disable mclk switching for high refresh ratesAlex Deucher1-1/+2
2017-05-24drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)Alex Deucher1-4/+27
2017-05-22drm/amd: include <linux/delay.h> instead of "linux/delay.h"Masahiro Yamada1-2/+2
2017-05-10drm/amd/powerplay: refine pwm1_enable callback functions for vi.Rex Zhu1-15/+20
2017-05-05drm/amd/powerplay: delete dead code in powerplay.Rex Zhu1-28/+0
2017-04-28drm/amd/powerplay: add disable_smc_ctf callback in hwmgr.Rex Zhu1-0/+1
2017-03-29drm/amd/powerplay: reduce sample period timeRex Zhu1-1/+1
2017-03-29drm/amd/powerplay: restore disabling power containment on Fiji (v2)Eric Huang1-0/+7
2017-03-29drm/amd/powerplay: simplify avfs control code in smu7Eric Huang1-5/+4
2017-03-29drm/amd/powerplay: add function avfs control in smu7Eric Huang1-0/+20
2017-03-29drivers/gpu: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2017-03-29drm/amd/amdgpu: Update read_sensor calls to have size parameter (v3)Tom St Denis1-1/+15
2017-03-29drm/amd/powerplay: implement gpu power display for smu7_hwmgrEric Huang1-0/+33
2017-03-29drm/amd/powerplay: change parameter type pointer from int32_t to void in read sensorEric Huang1-7/+7
2017-03-29drm/amd/powerplay: add power profile support for SMU7Eric Huang1-0/+71
2017-02-22drm/amd/powerplay: fix PSI feature on Polars12.Rex Zhu1-0/+9
2017-02-09drm/amd/powerplay: refine code to avoid potential bug that the memory not cleared.Rex Zhu1-10/+7
2017-02-08drm/amd/powerplay: set fan speed to max in profile peak mode only.Rex Zhu1-2/+3
2017-01-27drm/amd/powerplay: fix regresstion issue can't set manual dpm mode.Rex Zhu1-0/+3
2017-01-27drm/amdgpu: extend profiling mode.Rex Zhu1-4/+123
2017-01-27drm/amd/powerplay: refine DIDT feature in Powerplay.Rex Zhu1-0/+4
2017-01-27drm/amd/powerplay: change function name to make code more readableRex Zhu1-1/+1
2017-01-27drm/amd/powerplay: fix memory leak in smu7_hwmgrRex Zhu1-3/+18
2017-01-27drm/amd/powerplay: add profiling mode in dpm levelRex Zhu1-1/+2
2017-01-27drm/amd/powerplay: update all printk to pr_* on hwmgrHuang Rui1-13/+13
2017-01-27drm/amd/powerplay: reshuffle headers to make pr_fmt macro before <linux/xxx.h>Huang Rui1-1/+1
2017-01-27drm/amd/powerplay: add request_firmware/release_firmware for smu7Huang Rui1-0/+30
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-10/+4
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-8/+6
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-25/+45
2016-11-16drm/amd/powerplay: avoid out of bounds access on array ps.Rex Zhu1-6/+6
2016-11-15drm/amdgpu/powerplay: drop a redundant NULL checkAlex Deucher1-2/+0