summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-22drm/amd/powerplay: fix uninitialized variableRex Zhu1-3/+3
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-06drm/amd/powerplay: delete dead code in powerplay.Rex Zhu1-28/+0
2017-04-29drm/amd/powerplay: add disable_smc_ctf callback in hwmgr.Rex Zhu1-0/+1
2017-03-30drm/amd/powerplay: reduce sample period timeRex Zhu1-1/+1
2017-03-30drm/amd/powerplay: restore disabling power containment on Fiji (v2)Eric Huang1-0/+7
2017-03-30drm/amd/powerplay: simplify avfs control code in smu7Eric Huang1-5/+4
2017-03-30drm/amd/powerplay: add function avfs control in smu7Eric Huang1-0/+20
2017-03-30drivers/gpu: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2017-03-30drm/amd/amdgpu: Update read_sensor calls to have size parameter (v3)Tom St Denis1-1/+15
2017-03-30drm/amd/powerplay: implement gpu power display for smu7_hwmgrEric Huang1-0/+33
2017-03-30drm/amd/powerplay: change parameter type pointer from int32_t to void in read...Eric Huang1-7/+7
2017-03-30drm/amd/powerplay: add power profile support for SMU7Eric Huang1-0/+71
2017-02-23drm/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 cle...Rex Zhu1-10/+7
2017-02-09drm/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 int...Dave 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
2016-11-11drm/amd/powerplay: add mask bit for fan control mode.Rex Zhu1-2/+3
2016-11-11drm/amd/powerplay: delete duplicate code in smu7_hwmgr.cRex Zhu1-7/+0
2016-11-11drm/amd/powerplay: add new bit mask to ctrl clock stretch feature.Rex Zhu1-1/+1
2016-11-10drm/amd/powerplay: implement get_clock_by_type for iceland.Rex Zhu1-18/+33
2016-11-10drm/amd/powerplay/smu7: fix checks in smu7_get_evv_voltages (v2)Alex Deucher1-7/+10
2016-11-08drm/amdgpu/powerplay/smu7: fix unintialized data usageArnd Bergmann1-0/+2
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-7/+10
2016-10-25drm/amd/powerplay: Enable UVD powergating for SMU7Tom St Denis1-0/+14
2016-10-25drm/amd/powerplay: mark symbols static where possibleBaoyou Xie1-20/+25
2016-10-21drm/amd/powerplay: don't give up if DPM is already runningGrazvydas Ignotas1-2/+2
2016-10-21drm/amdgpu/powerplay/smu7: fix static checker warningAlex Deucher1-5/+8
2016-10-14drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu1-15/+24
2016-10-14drm/amd/powerplay: notify smu no display by default.Rex Zhu1-1/+1
2016-10-14drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4