summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+2
2019-06-11drm/amd: drop use of drmP.h in powerplay/Sam Ravnborg1-2/+2
2019-05-31Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-25/+51
2019-05-24drm/amd/powerplay: Fix code error for translating int type to bool type corre...Chengming Gui1-1/+1
2019-05-24drm/amd/powerplay: Enable "disable dpm" feature to support swSMU debug (v2)Chengming Gui1-3/+21
2019-05-24drm/amd/powerplay: drop redundant smu callEvan Quan1-4/+0
2019-05-24drm/amd/powerplay: drop unnecessary sw smu checkEvan Quan1-18/+0
2019-05-24drm/amd/powerplay: add helper function to get smu firmware & if versionKevin Wang1-0/+30
2019-05-20drm/amd/powerplay: fix locking in smu_feature_set_supported()Dan Carpenter1-1/+1
2019-04-10drm/amd/powerplay: optimization function of smu_update_tableKevin Wang1-2/+5
2019-03-21drm/amd/powerplay: Fix double unlock bug in smu_sys_set_pp_table()Dan Carpenter1-0/+2
2019-03-19drm/amd/powerplay: fix raven issue for sw smuHuang Rui1-1/+1
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao1-0/+3
2019-03-19drm/amd/powerplay: move setting allowed mask and feature enabling togetherHuang Rui1-4/+4
2019-03-19drm/amd/powerplay: add override pcie parametersLikun Gao1-0/+46
2019-03-19drm/amd/powerplay: support sysfs to set socclk, fclk, dcefclkLikun Gao1-19/+0
2019-03-19drm/amd/powerplay: add condition for smc table hw initLikun Gao1-2/+8
2019-03-19drm/amd/powerplay: add suspend and resume function for smuLikun Gao1-82/+74
2019-03-19drm/amd/powerplay: add smu_late_init for SMU11.Chengming Gui1-1/+14
2019-03-19drm/amd/powerplay: add STABLE_PSTATE_SCLK and STABLE_PSTATE_MCLK when read se...Chengming Gui1-0/+8
2019-03-19drm/amd/powerplay: implement power1_cap and power1_cap_max interface for SMU1...Chengming Gui1-1/+1
2019-03-19drm/amd/powerplay: enable amdgpu dpm for smuKevin Wang1-0/+2
2019-03-19drm/amd/powerplay: Unify smu handle task function (v2)Likun Gao1-0/+127
2019-03-19drm/amd/powerplay: implement dpm enable functions of uvd & vce for smuKevin Wang1-0/+19
2019-03-19drm/amd/powerplay: implement update enabled feature state to smc for smu11Kevin Wang1-4/+41
2019-03-19drm/amd/powerplay: implement power_dpm_force_performance_level for SMU11Chengming Gui1-0/+2
2019-03-19drm/amd/powerplay: add enable_umd_pstate functions for SMU11Chengming Gui1-0/+44
2019-03-19drm/amd/powerplay: add display_config to handle display config for SMU11.Chengming Gui1-0/+1
2019-03-19drm/amd/powerplay: implement pp_power_profile_mode sys inerface for SMU11Chengming Gui1-0/+19
2019-03-19drm/amd/powerplay: remove unnecessary checking in smu_hw_finiHuang Rui1-28/+14
2019-03-19drm/amd/powerplay: add function to set default overdrive settingsLikun Gao1-0/+14
2019-03-19drm/amd/powerplay: add function to store overdrive information for smu11Likun Gao1-0/+15
2019-03-19drm/amd/powerplay: implement interface to set watermarks for clock rangesHuang Rui1-0/+1
2019-03-19drm/amd/powerplay: add interface to get current clocks for displayHuang Rui1-0/+78
2019-03-19drm/amd/powerplay: add smu display configuration change functionHuang Rui1-0/+34
2019-03-19drm/amd/powerplay: implement sysfs of pp_cur_state functionKevin Wang1-0/+6
2019-03-19drm/amd/powerplay: implement sysfs of get num states functionKevin Wang1-0/+13
2019-03-19drm/amd/powerplay: implement sensor of get feature maskKevin Wang1-0/+21
2019-03-19drm/amd/powerplay: implement sysfs of pp_table for smu11 (v2)Kevin Wang1-4/+69
2019-03-19drm/amd/powerplay: implement is_support_sw_smu function for new smuKevin Wang1-6/+17
2019-03-19drm/amd/powerplay: implement smu update table functionKevin Wang1-0/+36
2019-03-19drm/amd/powerplay: add function to start thermal controlLikun Gao1-0/+4
2019-03-19drm/amd/powerplay: add get_max_sustainable_clock functionHuang Rui1-0/+9
2019-03-19drm/amd/powerplay: add function to get power limit for smu11 (v2)Likun Gao1-0/+4
2019-03-19drm/amd/powerplay: add function to populate umd state clk.Likun Gao1-0/+4
2019-03-19drm/amd/powerplay: set defalut dpm table for smuLikun Gao1-9/+9
2019-03-19drm/amd/powerplay: implement smu_notify_display_change function for smu11Kevin Wang1-0/+4
2019-03-19drm/amd/powerplay: implement feature get&set functionsKevin Wang1-0/+37
2019-03-19drm/amd/powerplay: implement smu feature functionsKevin Wang1-0/+36
2019-03-19drm/amd/powerplay: implement smu_run_afll_btc functionKevin Wang1-0/+6