summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-03-19drm/amd/powerplay: add display_config_changed for SMU11.Chengming Gui1-0/+42
2019-03-19drm/amd/powerplay: add set_uclk_to_highest_level for SMU11Chengming Gui1-3/+40
2019-03-19drm/amd/powerplay: add get_profiling_clk_mask functions for SMU11Chengming Gui2-0/+43
2019-03-19drm/amd/powerplay: add enable_umd_pstate functions for SMU11Chengming Gui3-0/+51
2019-03-19drm/amd/powerplay: add mclk_latency_table struct and smu_clocks struct for SMU11Chengming Gui1-0/+20
2019-03-19drm/amd/powerplay: add display_config to handle display config for SMU11.Chengming Gui3-1/+2
2019-03-19drm/amd/powerplay: implement pp_power_profile_mode sys inerface for SMU11Chengming Gui4-3/+340
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 Gui5-1/+175
2019-03-19drm/amd/powerplay: don't check hwmgr while using the sw smuHuang Rui1-1/+1
2019-03-19drm/amd/powerplay: remove unnecessary checking in smu_hw_finiHuang Rui1-28/+14
2019-03-19drm/amd/powerplay: get overdrive clock and voltage informationLikun Gao2-1/+106
2019-03-19drm/amd/powerplay: print overdrive percentage information for smu11Likun Gao3-2/+46
2019-03-19drm/amd/powerplay: add golden dpm table to backup default DPM table (v2)Likun Gao3-1/+18
2019-03-19drm/amd/powerplay: add function to set default overdrive settingsLikun Gao5-51/+309
2019-03-19drm/amd/powerplay: add function to store overdrive information for smu11Likun Gao3-1/+104
2019-03-19drm/amd/powerplay: implement interface to set watermarks for clock rangesHuang Rui4-4/+97
2019-03-19drm/amd/powerplay: add interface to notify smu enable pme restore registerHuang Rui2-4/+7
2019-03-19drm/amd/powerplay: add interface to get current clocks for displayHuang Rui3-0/+84
2019-03-19drm/amd/powerplay: add interface to get current shallow sleep clocksHuang Rui1-0/+13
2019-03-19drm/amd/powerplay: add interface to get performance levelHuang Rui1-0/+19
2019-03-19drm/amd/powerplay: add interface to get dal power levelHuang Rui1-0/+4
2019-03-19drm/amd/powerplay: add interface to request display clock voltageHuang Rui3-5/+61
2019-03-19drm/amd/powerplay: add interface to get clock by type with voltage for displayHuang Rui2-7/+20
2019-03-19drm/amd/powerplay: add interface to get clock by type with latency for displa...Huang Rui3-8/+61
2019-03-19drm/amd/powerplay: add interface to get max high clocks for displayHuang Rui2-0/+11
2019-03-19drm/amd/powerplay: add get_clock_by_type interface for displayHuang Rui2-0/+11
2019-03-19drm/amd/powerplay: add smu display configuration change functionHuang Rui3-0/+45
2019-03-19drm/amd/powerplay: add two interfaces to set_active_display_count and store_c...Huang Rui1-0/+8
2019-03-19drm/amd/powerplay: add the function to set deep sleep dcefclkHuang Rui2-7/+17
2019-03-19drm/amd/powerplay: implement sysfs of pp_force_state for sw-smuKevin Wang1-0/+2
2019-03-19drm/amd/powerplay: implement sysfs of pp_cur_state functionKevin Wang3-9/+22
2019-03-19drm/amd/powerplay: implement sysfs of get num states functionKevin Wang3-2/+20
2019-03-19drm/amd/powerplay: implement sensor of get feature maskKevin Wang3-1/+24
2019-03-19drm/amd/powerplay: implement sensor of get_gfx_vdd for smu11Kevin Wang2-0/+32
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 Wang3-1/+27
2019-03-19drm/amd/powerplay: implement sensor of SCLK and MCLK for smu11Kevin Wang1-0/+8
2019-03-19drm/amd/powerplay: force clock levels for smu11Likun Gao3-2/+87
2019-03-19drm/amd/powerplay: upload dpm level for smu11Likun Gao1-0/+72
2019-03-19drm/amd/powerplay: implement sysfs of pp_table for smu11 (v2)Kevin Wang4-8/+89
2019-03-19drm/amd/powerplay: implement sysfs of amdgpu_get_busy_percent for smu11Kevin Wang5-46/+74
2019-03-19drm/amd/powerplay: implement is_support_sw_smu function for new smuKevin Wang4-9/+21
2019-03-19drm/amd/powerplay: implement smu update table functionKevin Wang2-0/+39
2019-03-19drm/amd/powerplay: add function to start thermal controlLikun Gao4-0/+37
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 Gao3-0/+15
2019-03-19drm/amd/powerplay: add get_max_sustainable_clock functionHuang Rui4-0/+135