Searched refs:dclk_pstate (Results 1 – 4 of 4) sorted by relevance
1754 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()1768 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()1853 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()1854 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v13_0_set_performance_level()
1868 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v13_0_7_populate_umd_state_clk()1869 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v13_0_7_populate_umd_state_clk()1882 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v13_0_7_populate_umd_state_clk()
1893 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v13_0_0_populate_umd_state_clk()1894 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v13_0_0_populate_umd_state_clk()1907 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v13_0_0_populate_umd_state_clk()
447 struct pstates_clk_freq dclk_pstate; member