summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smu_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-19drm/powerplay : send SMC message to set XGMI pstateshaoyunl1-2/+7
2019-04-12drm/powerplay: Add smu set xgmi pstate interfaceshaoyunl1-1/+8
2019-04-10drm/amd/powerplay: simplify the code of [get|set]_activity_monitor_coeffKevin Wang1-68/+7
2019-04-02drm/amdgpu/smu11: fix warning on 32bit archesAlex Deucher1-1/+1
2019-03-21drm/amd/powerplay: delete some dead codeDan Carpenter1-3/+0
2019-03-21drm/amd/powerplay: fix spelling mistake "unknow" -> "unknown"Colin Ian King1-1/+1
2019-03-19drm/amd/powerplay: move the smc_if_version to asic fileKevin Wang1-2/+2
2019-03-19drm/amd/powerplay: add od condition for power limitLikun Gao1-0/+15
2019-03-19drm/amd/powerplay: use REG32_PCIE wrapper instead for sw smuHuang Rui1-4/+3
2019-03-19drm/amd/powerplay: fix smc messsage index reportHuang Rui1-5/+5
2019-03-19drm/amd/powerplay: add condition for smc table hw initLikun Gao1-25/+5
2019-03-19drm/amd/powerplay: add suspend and resume function for smuLikun Gao1-12/+15
2019-03-19drm/amd/powerplay: add is_dpm_running for SMU11Chengming Gui1-0/+22
2019-03-19drm/amd/powerplay: get eclk/vclk/dclk for smu11Likun Gao1-0/+42
2019-03-19drm/amd/powerplay: set fan target interface for hwmonLikun Gao1-0/+31
2019-03-19drm/amd/powerplay: implement fan1_enable hwmon interface for SMU11 (v2)Chengming Gui1-1/+1
2019-03-19drm/amd/powerplay: implement pwm1_enable hwmon interface for SMU11 (v2)Chengming Gui1-0/+31
2019-03-19drm/amd/powerplay: implement pwm1 hwmon interface for SMU11 (v2)Chengming Gui1-0/+89
2019-03-19drm/amd/powerplay: implement power1_cap and power1_cap_max interface for SMU1...Chengming Gui1-11/+31
2019-03-19drm/amd/powerplay: add fan input interface for hwmonLikun Gao1-1/+18
2019-03-19drm/amd/powerplay: add fan rpm limit interface for hwmonLikun Gao1-0/+10
2019-03-19drm/amd/powerplay: add function to get sclk and mclkLikun Gao1-0/+84
2019-03-19drm/amd/powerplay: implement sensor of uvd & vce power state for smu11Kevin Wang1-0/+8
2019-03-19drm/amd/powerplay: implement uvd & vce dpm enable functionsKevin Wang1-0/+25
2019-03-19drm/amd/powerplay: implement update enabled feature state to smc for smu11Kevin Wang1-3/+44
2019-03-19drm/amd/powerplay: add function to update overdrive settingsLikun Gao1-0/+27
2019-03-19drm/amd/powerplay: implement power_dpm_force_performance_level for SMU11Chengming Gui1-2/+0
2019-03-19drm/amd/powerplay: add display_config to handle display config for SMU11.Chengming Gui1-1/+0
2019-03-19drm/amd/powerplay: implement pp_power_profile_mode sys inerface for SMU11Chengming Gui1-0/+293
2019-03-19drm/amd/powerplay: add watermarks related data structs and function for SMU11.Chengming Gui1-0/+7
2019-03-19drm/amd/powerplay: implement power_dpm_state sys interface for SMU11Chengming Gui1-0/+4
2019-03-19drm/amd/powerplay: add golden dpm table to backup default DPM table (v2)Likun Gao1-0/+2
2019-03-19drm/amd/powerplay: add function to set default overdrive settingsLikun Gao1-51/+33
2019-03-19drm/amd/powerplay: implement interface to set watermarks for clock rangesHuang Rui1-0/+80
2019-03-19drm/amd/powerplay: add interface to request display clock voltageHuang Rui1-0/+44
2019-03-19drm/amd/powerplay: add the function to set deep sleep dcefclkHuang Rui1-7/+14
2019-03-19drm/amd/powerplay: implement sensor of get feature maskKevin Wang1-1/+1
2019-03-19drm/amd/powerplay: implement sensor of get_gfx_vdd for smu11Kevin Wang1-0/+31
2019-03-19drm/amd/powerplay: implement sensor of get_gpu_power for smu11Kevin Wang1-0/+21
2019-03-19drm/amd/powerplay: implement sensor of thermal_get_temperature for smu11Kevin Wang1-0/+26
2019-03-19drm/amd/powerplay: implement sensor of SCLK and MCLK for smu11Kevin Wang1-0/+8
2019-03-19drm/amd/powerplay: implement sysfs of pp_table for smu11 (v2)Kevin Wang1-2/+4
2019-03-19drm/amd/powerplay: implement sysfs of amdgpu_get_busy_percent for smu11Kevin Wang1-0/+41
2019-03-19drm/amd/powerplay: add function to start thermal controlLikun Gao1-0/+28
2019-03-19drm/amd/powerplay: add function to set fan table to control thermalLikun Gao1-0/+12
2019-03-19drm/amd/powerplay: add function to enable thermal alertLikun Gao1-0/+14
2019-03-19drm/amd/powerplay: add function to set thermal rangeLikun Gao1-0/+32
2019-03-19drm/amd/powerplay: add function to get thermal rangeLikun Gao1-0/+12
2019-03-19drm/amd/powerplay: add get_max_sustainable_clock functionHuang Rui1-0/+114
2019-03-19drm/amd/powerplay: implement get_current_clk_freq for smu11Kevin Wang1-0/+24