summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24drm/amd/powerplay: fix Vega10 mclk/socclk voltage link setupEvan Quan1-11/+24
2019-05-24drm/amd/powerplay: expose current hotspot and memory temperatures V2Evan Quan1-0/+12
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/+7
2019-04-04drm/amd/powerplay: check for invalid profile mode before switchingEvan Quan1-3/+2
2019-04-03drm/amdgpu: Allow switching to CUSTOM profile on Vega10 v2Kent Russell1-1/+22
2019-03-28drm/amd/powerplay: update current profile mode only when it's really appliedEvan Quan1-4/+5
2019-03-05drm/amdgpu/powerplay: split out common smu9 BACO codeAlex Deucher1-2/+2
2019-02-28drm/amd/powerplay: support retrieving clock information from other syspllsEvan Quan1-2/+2
2019-02-23drm/amd/powerplay: fix the confusing ppfeature mask calculationsEvan Quan1-2/+2
2019-02-06drm/amd/powerplay: update soc boot and max level on vega10Kenneth Feng1-0/+7
2019-01-26drm/amd/powerplay: support Vega10 retrieving and setting ppfeaturesEvan Quan1-0/+101
2019-01-26drm/amd/powerplay: support Vega10 SOCclk and DCEFclk dpm level settingsEvan Quan1-0/+83
2019-01-26drm/amd/powerplay: enable MGPU fan boost feature on Vega10Evan Quan1-0/+1
2019-01-26drm/amdgpu: expose BACO interfaces to upper level from PPJim Qu1-0/+4
2019-01-14drm/amd/powerplay: support BOOTUP_DEFAULT power profile modeEvan Quan1-5/+7
2018-12-04drm/amd/powerplay: improve OD code robustnesstianci yin1-4/+8
2018-11-20drm/amd/pp: handle negative values when reading ODGreathouse, Joseph1-15/+10
2018-11-01drm/amd/pp: Print warning if od_sclk/mclk out of rangeRex Zhu1-4/+8
2018-11-01drm/amd/pp: Fix pp_sclk/mclk_od not work on Vega10Rex Zhu1-0/+31
2018-09-27drm/amdgpu: implement ENABLED_SMC_FEATURES_MASK sensor for vega10Alex Deucher1-0/+5
2018-09-27drm/amdgpu/powerplay: Move vega10_enable_smc_featuresAlex Deucher1-10/+1
2018-08-27drm/amdgpu/powerplay/vega10: enable AVFS control via ppfeaturemaskAlex Deucher1-1/+2
2018-08-27drm/amd/pp: Implement get_performance_level for legacy dgpuRex Zhu1-0/+24
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-24drm/amd/powerplay: slow UCLK switch when multiple displays not in syncEvan Quan1-1/+2
2018-07-20drm/amd/pp: Update clk with od setting when set power stateRex Zhu1-0/+15
2018-07-20drm/amd/pp: Read vbios vddc limit before use themRex Zhu1-3/+8
2018-07-16Revert "drm/amd/powerplay: fix performance drop on Vega10"Eric Huang1-5/+0
2018-07-10drm/amd/pp: Convert 10KHz to KHz as variable nameRex Zhu1-1/+1
2018-07-06drm/amd/pp: Remove the same struct define in powerplayRex Zhu1-1/+1
2018-07-06drm/amd/pp: Refine the interface exported to displayRex Zhu1-1/+2
2018-07-06drm/amd/pp: Switch the tolerable latency for displayrex zhu1-1/+1
2018-07-06drm/amd/pp: Memory Latency is always 25us on Vega10Rex Zhu1-21/+2
2018-07-06drm/amd/pp: Convert clock unit to KHz as definedRex Zhu1-18/+16
2018-06-15drm/amdgpu: Use real power source in powerplay instand of hardcodeRex Zhu1-2/+3
2018-06-15drm/amd/pp: Add S3 support for OD featureRex Zhu1-36/+43
2018-06-13drm/amd/pp: Fix OD feature enable failed on Vega10 workstation cardsRex Zhu1-2/+7
2018-05-31drm/amd/pp: Allow underclocking when od table is empty in vbiosRex Zhu1-0/+6
2018-05-15drm/amd/powerplay: fix spelling mistake: "contruct" -> "construct"Colin Ian King1-1/+1
2018-05-15drm/amd/pp: Add OVERDRIVE support on Vega10 (v2)Rex Zhu1-344/+375
2018-05-15drm/amd/pp: Move common code to smu_helper.cRex Zhu1-42/+1
2018-05-15drm/amd/pp: Remove struct pp_gpu_powerRex Zhu1-10/+7
2018-05-15drm/amd/pp: Remove unnecessary forward declarationRex Zhu1-43/+41
2018-05-15drm/amd/pp: Move same macro definitions to hwmgr.hRex Zhu1-4/+0
2018-05-15drm/amd/pp: fix the wrong readout engine clock in deep sleepEvan Quan1-9/+4
2018-05-15drm/amd/pp: use soc15 common macros instead of vega10 specificEvan Quan1-11/+5
2018-05-15drm/amd/pp: Refine pp_atomfwctrl_get_vbios_bootup_valuesRex Zhu1-0/+6
2018-04-11drm/amd/pp: Not call cgs interface to get display infoRex Zhu1-37/+14