aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14drm/amd/pm: optimize the power related source code layoutEvan Quan1-2868/+0
2020-08-14drm/amd/powerplay: update the metrics table cache interval as 1msEvan Quan1-1/+1
2020-08-06drm/amd/powerplay: add control method to bypass metrics cache on Vega12Evan Quan1-11/+18
2020-08-06drm/amd/powerplay: add Vega12 support for gpu metrics exportEvan Quan1-0/+111
2020-07-01drm/powerplay: label internally used symbols as staticNirmoy Das1-2/+2
2020-04-01drm/amd/powerplay: unified interfaces for message issuing and response checkingEvan Quan1-64/+85
2019-12-02drm/amd/powerplay: Remove unneeded variable 'result' in vega12_hwmgr.czhengbin1-3/+1
2019-07-30drm/amdgpu/powerplay: add set_mp1_state for vega12Alex Deucher1-1/+25
2019-05-24drm/amdgpu: Add Unique Identifier sysfs file unique_id v2Kent Russell1-0/+10
2019-05-24drm/amd/powerplay: expose Vega12 realtime memory utilizationEvan Quan1-2/+14
2019-05-24drm/amd/powerplay: expose Vega12 current gpu activityEvan Quan1-15/+6
2019-05-24drm/amd/powerplay: expose Vega12 current powerEvan Quan1-11/+10
2019-05-24drm/amd/powerplay: expose current hotspot and memory temperatures V2Evan Quan1-0/+19
2019-05-24drm/amd/powerplay: support SMU metrics table on Vega12Evan Quan1-0/+21
2019-05-24drm/amd/powerplay: support temperature emergency max valuesEvan Quan1-0/+6
2019-05-24drm/amd/powerplay: support hotspot/memory critical limit valuesEvan Quan1-3/+8
2019-03-05drm/amdgpu/powerplay: split out common smu9 BACO codeAlex Deucher1-2/+2
2019-03-05drm/amdgpu/powerplay: add BACO support for vega12Alex Deucher1-0/+5
2019-02-22drm/amd/powerplay: fix the confusing ppfeature mask calculationsEvan Quan1-2/+2
2019-01-25drm/amd/powerplay: support Vega12 retrieving and setting ppfeaturesEvan Quan1-0/+100
2019-01-25drm/amd/powerplay: support Vega12 SOCclk and DCEFclk dpm level settingsEvan Quan1-1/+97
2019-01-14drm/amd/powerplay: run acg btc for Vega12Kenneth Feng1-0/+21
2018-11-19drm/amd/pp: handle negative values when reading ODGreathouse, Joseph1-13/+10
2018-10-24drm/amd/powerplay: commit get_performance_level API as DAL neededEvan Quan1-0/+8
2018-09-26drm/amdgpu: implement ENABLED_SMC_FEATURES_MASK sensor for vega12Alex Deucher1-1/+5
2018-09-26drm/amdgpu/powerplay: add smu smc_table_manager callback for vega12Alex Deucher1-4/+4
2018-07-24drm/amd/powerplay: allow slow switch only if NBPState enabled v2Evan Quan1-1/+2
2018-07-24drm/amd/powerplay: correct the argument for PPSMC_MSG_SetUclkFastSwitchEvan Quan1-1/+1
2018-07-19drm/amd/powerplay: fixed uninitialized valueEvan Quan1-1/+1
2018-07-16drm/amdgpu/pp: split out common smumgr smu9 codeAlex Deucher1-29/+15
2018-07-13drm/amd/powerplay: convert the sclk/mclk into Mhz for comparationEvan Quan1-2/+2
2018-07-13drm/amd/powerplay: add vega12 SMU gfxoff support v3Evan Quan1-0/+38
2018-07-10drm/amd/pp: Convert 10KHz to KHz as variable nameRex Zhu1-2/+1
2018-07-05drm/amd/pp: Remove the same struct define in powerplayRex Zhu1-1/+1
2018-07-05drm/amd/pp: Remove duplicate code in vega12_hwmgr.cRex Zhu1-42/+1
2018-07-05drm/amd/pp: Refine the interface exported to displayRex Zhu1-1/+2
2018-07-05drm/amd/pp: Convert clock unit to KHz as definedRex Zhu1-11/+9
2018-07-05drm/amd/powerplay: cosmetic fixEvan Quan1-7/+3
2018-07-05drm/amd/powerplay: correct vega12 thermal support as trueEvan Quan1-0/+1
2018-07-05drm/amd/powerplay: set vega12 pre display configurationsEvan Quan1-0/+41
2018-07-05drm/amd/powerplay: apply clocks adjust rules on power state changeEvan Quan1-0/+162
2018-07-05drm/amd/powerplay: correct vega12 max num of dpm levelEvan Quan1-8/+9
2018-07-05drm/amd/powerplay: drop unnecessary uclk hard min settingEvan Quan1-10/+0
2018-07-05drm/amd/powerplay: correct smc display config for multi monitorEvan Quan1-1/+2
2018-07-05drm/amd/powerplay: initialize uvd/vce powergate status v4Evan Quan1-0/+23
2018-07-05drm/amd/powerplay: revise clock level setupEvan Quan1-107/+211
2018-07-05drm/amd/powerplay: retrieve all clock ranges on startupEvan Quan1-16/+53
2018-07-05drm/amd/powerplay: revise default dpm tables setupEvan Quan1-202/+132
2018-07-05drm/amd/powerplay: correct vega12 bootup values settingsEvan Quan1-0/+3
2018-05-15drm/amd/pp: Remove struct pp_gpu_powerRex Zhu1-9/+4