Home
last modified time | relevance | path

Searched refs:smu7_single_dpm_table (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.h98 struct smu7_single_dpm_table { struct
104 struct smu7_single_dpm_table sclk_table; argument
105 struct smu7_single_dpm_table mclk_table;
106 struct smu7_single_dpm_table pcie_speed_table;
107 struct smu7_single_dpm_table vddc_table;
108 struct smu7_single_dpm_table vddci_table;
109 struct smu7_single_dpm_table mvdd_table;
Dsmu7_hwmgr.c4067 struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table); in smu7_find_dpm_states_clocks_in_dpm_table()
4070 struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table); in smu7_find_dpm_states_clocks_in_dpm_table()
4274 struct smu7_single_dpm_table *dpm_table, in smu7_trim_single_dpm_states()
4945 struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table); in smu7_print_clock_levels()
4946 struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table); in smu7_print_clock_levels()
4947 struct smu7_single_dpm_table *pcie_table = &(data->dpm_table.pcie_speed_table); in smu7_print_clock_levels()
5067 struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table); in smu7_get_sclk_od()
5068 struct smu7_single_dpm_table *golden_sclk_table = in smu7_get_sclk_od()
5083 struct smu7_single_dpm_table *golden_sclk_table = in smu7_set_sclk_od()
5109 struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table); in smu7_get_mclk_od()
[all …]