Lines Matching refs:dpm_levels
389 single_dpm_table->dpm_levels[i].value = clk; in arcturus_set_single_dpm_table()
390 single_dpm_table->dpm_levels[i].enabled = true; in arcturus_set_single_dpm_table()
424 single_dpm_table->dpm_levels[0].value = smu->smu_table.boot_values.socclk / 100; in arcturus_set_default_dpm_table()
439 single_dpm_table->dpm_levels[0].value = smu->smu_table.boot_values.gfxclk / 100; in arcturus_set_default_dpm_table()
454 single_dpm_table->dpm_levels[0].value = smu->smu_table.boot_values.uclk / 100; in arcturus_set_default_dpm_table()
469 single_dpm_table->dpm_levels[0].value = smu->smu_table.boot_values.fclk / 100; in arcturus_set_default_dpm_table()
547 smu->pstate_sclk = gfx_table->dpm_levels[0].value; in arcturus_populate_umd_state_clk()
548 smu->pstate_mclk = mem_table->dpm_levels[0].value; in arcturus_populate_umd_state_clk()
552 smu->pstate_sclk = gfx_table->dpm_levels[ARCTURUS_UMD_PSTATE_GFXCLK_LEVEL].value; in arcturus_populate_umd_state_clk()
553 smu->pstate_mclk = mem_table->dpm_levels[ARCTURUS_UMD_PSTATE_MCLK_LEVEL].value; in arcturus_populate_umd_state_clk()
573 dpm_table->dpm_levels[i].value * 1000; in arcturus_get_clk_table()
681 i, single_dpm_table->dpm_levels[i].value, in arcturus_print_clk_levels()
778 single_dpm_table->dpm_levels[soft_min_level].value; in arcturus_force_clk_levels()
780 single_dpm_table->dpm_levels[soft_max_level].value; in arcturus_force_clk_levels()
805 single_dpm_table->dpm_levels[soft_min_level].value; in arcturus_force_clk_levels()
807 single_dpm_table->dpm_levels[soft_max_level].value; in arcturus_force_clk_levels()
832 single_dpm_table->dpm_levels[soft_min_level].value; in arcturus_force_clk_levels()
834 single_dpm_table->dpm_levels[soft_max_level].value; in arcturus_force_clk_levels()
859 single_dpm_table->dpm_levels[soft_min_level].value; in arcturus_force_clk_levels()
861 single_dpm_table->dpm_levels[soft_max_level].value; in arcturus_force_clk_levels()
1147 if (table->dpm_levels[i].enabled) in arcturus_find_lowest_dpm_level()
1152 table->dpm_levels[i].enabled = true; in arcturus_find_lowest_dpm_level()
1172 if (table->dpm_levels[i].enabled) in arcturus_find_highest_dpm_level()
1177 table->dpm_levels[i].enabled = true; in arcturus_find_highest_dpm_level()
1200 dpm_table->gfx_table.dpm_levels[soft_level].value; in arcturus_force_dpm_limit_value()
1210 dpm_table->mem_table.dpm_levels[soft_level].value; in arcturus_force_dpm_limit_value()
1220 dpm_table->soc_table.dpm_levels[soft_level].value; in arcturus_force_dpm_limit_value()
1250 dpm_table->gfx_table.dpm_levels[soft_min_level].value; in arcturus_unforce_dpm_levels()
1252 dpm_table->gfx_table.dpm_levels[soft_max_level].value; in arcturus_unforce_dpm_levels()
1258 dpm_table->gfx_table.dpm_levels[soft_min_level].value; in arcturus_unforce_dpm_levels()
1260 dpm_table->gfx_table.dpm_levels[soft_max_level].value; in arcturus_unforce_dpm_levels()
1266 dpm_table->soc_table.dpm_levels[soft_min_level].value; in arcturus_unforce_dpm_levels()
1268 dpm_table->soc_table.dpm_levels[soft_max_level].value; in arcturus_unforce_dpm_levels()