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