Searched refs:dclk_pstate (Results 1 – 4 of 4) sorted by relevance
1343 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v13_0_7_populate_umd_state_clk()1344 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v13_0_7_populate_umd_state_clk()1357 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v13_0_7_populate_umd_state_clk()
1767 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()1781 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()1866 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()1867 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v13_0_set_performance_level()
1401 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v13_0_0_populate_umd_state_clk()1402 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v13_0_0_populate_umd_state_clk()1415 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v13_0_0_populate_umd_state_clk()
457 struct pstates_clk_freq dclk_pstate; member