Searched refs:vclk_pstate (Results 1 – 7 of 7) sorted by relevance
1192 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v15_0_set_performance_level()1206 vclk_min = vclk_max = pstate_table->vclk_pstate.peak; in smu_v15_0_set_performance_level()1269 pstate_table->vclk_pstate.curr.min = vclk_min; in smu_v15_0_set_performance_level()1270 pstate_table->vclk_pstate.curr.max = vclk_max; in smu_v15_0_set_performance_level()
1302 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v14_0_set_performance_level()1316 vclk_min = vclk_max = pstate_table->vclk_pstate.peak; in smu_v14_0_set_performance_level()1379 pstate_table->vclk_pstate.curr.min = vclk_min; in smu_v14_0_set_performance_level()1380 pstate_table->vclk_pstate.curr.max = vclk_max; in smu_v14_0_set_performance_level()
1534 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()1535 pstate_table->vclk_pstate.peak = SMU_DPM_TABLE_MAX(vclk_table); in smu_v14_0_2_populate_umd_state_clk()1551 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()
1641 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v13_0_set_performance_level()1655 vclk_min = vclk_max = pstate_table->vclk_pstate.peak; in smu_v13_0_set_performance_level()1731 pstate_table->vclk_pstate.curr.min = vclk_min; in smu_v13_0_set_performance_level()1732 pstate_table->vclk_pstate.curr.max = vclk_max; in smu_v13_0_set_performance_level()
2298 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_7_populate_umd_state_clk()2299 pstate_table->vclk_pstate.peak = SMU_DPM_TABLE_MAX(vclk_table); in smu_v13_0_7_populate_umd_state_clk()2315 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_7_populate_umd_state_clk()
2296 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_0_populate_umd_state_clk()2297 pstate_table->vclk_pstate.peak = SMU_DPM_TABLE_MAX(vclk_table); in smu_v13_0_0_populate_umd_state_clk()2313 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_0_populate_umd_state_clk()
565 struct pstates_clk_freq vclk_pstate; member