summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
AgeCommit message (Expand)AuthorFilesLines
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 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-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-10-13drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu1-2/+4
2016-09-23drm/amdgpu: Constify tablesNils Wallménius1-1/+1
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis1-33/+6
2016-09-19drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)Tom St Denis1-0/+36
2016-09-19drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.Rex Zhu1-0/+4350