summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-21drm/amd/powerplay: initialize variables which were missed.Rex Zhu1-0/+1
2016-06-09drm/amd/powerplay: delete useless code as pptable changed in vbios.Rex Zhu1-21/+0
2016-05-19drm/amd/powerplay/hwmgr: use kmemdupMuhammad Falak R Wani1-3/+3
2016-05-18drm/amd/powerplay: fix bugs of checking if dpm is running on TongaEric Huang1-4/+4
2016-05-13drm/amd/powerplay: fix a bug on updating sclk for TongaEric Huang1-1/+1
2016-05-11drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clockNils Wallménius1-3/+3
2016-05-11drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clockNils Wallménius1-1/+1
2016-05-11drm/amdgpu: Use max macro in *get_sleep_divider_id_from_clockNils Wallménius1-2/+1
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König1-4/+4
2016-05-05drm/powerplay: add missing clockgating callback for tongaAlex Deucher1-0/+1
2016-05-05drm/amd/powerplay/hwmgr: don't add invalid voltageMoritz Kühner1-26/+28
2016-05-05drm/amd/powerplay/hwmgr: prevent VDDC from exceeding 2VMoritz Kühner1-2/+1
2016-05-05drm/amd/powerplay: revise reading/writing pptable on TongaEric Huang1-12/+25
2016-05-05drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2)Eric Huang1-4/+12
2016-05-05drm/amd/powerplay: fix issue that get wrong reference clock value.Rex Zhu1-1/+1
2016-05-05drm/amd: Mark some tables as constNils Wallménius1-4/+4
2016-05-05drm/amd/powerplay: fix stutter setup in mclk level initAlex Deucher1-8/+8
2016-05-05drm/amd/powerplay: add deep sleep divider id into DPM table on TongaEric Huang1-5/+24
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+3
2016-03-17drm/amd/powerplay: show uvd/vce power gate enablement for tonga.Rex Zhu1-1/+3
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-2/+17
2016-02-10drm/amd/powerplay: add some hwmgr functions for sysfs interface on TongaEric Huang1-0/+123
2016-02-08drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher1-2/+12
2016-02-08drm/amd/powerplay/tonga: disable vce pgAlex Deucher1-0/+2
2016-02-08drm/amd/powerplay/tonga: disable uvd pgAlex Deucher1-0/+3
2016-01-08drm/amdgpu: fix hex/decimal bug when show gpu load.Rex Zhu1-5/+5
2016-01-08drm/amd/powerplay: fix Smatch static checker warningsRex Zhu1-12/+18
2015-12-22drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_initAlex Deucher1-0/+2
2015-12-22drm/amd/powerplay: display gpu load when print performance for tonga.Rex Zhu1-1/+12
2015-12-22drm/amd/powerplay: move shared function of vi to hwmgr. (v2)Rex Zhu1-8/+0
2015-12-22drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.Eric Huang1-0/+26
2015-12-22drm/amd/powerplay: fix warning of cast to pointer from integer of different s...Rex Zhu1-2/+2
2015-12-22drm/amd/powerplay/tonga: Add UVD DPM initAlex Deucher1-0/+56
2015-12-22drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)Alex Deucher1-2/+18
2015-12-22drm/amdgpu: extract pcie helpers to common headerAlex Deucher1-111/+1
2015-12-22drm/amd/powerplay/tonga: enable pcie and mclk forcing for lowAlex Deucher1-11/+37
2015-12-22drm/amd/powerplay: implement new funcs to check current states for tonga.Rex Zhu1-0/+62
2015-12-22drm/amdgpu/powerplay: implement thermal control for tonga.Rex Zhu1-1/+149
2015-12-22drm/amd/powerplay: Add CG and PG support for tongaRex Zhu1-14/+49
2015-12-22drm/amdgpu/powerplay: program display gap for tonga.Rex Zhu1-0/+91
2015-12-22drm/amd/powerplay: update atomctrl for fijiEric Huang1-5/+5
2015-12-22drm/amd/powerplay: add Tonga dpm support (v3)yanyang11-0/+5714