Searched refs:vclk_pstate (Results 1 – 5 of 5) sorted by relevance
1242 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v14_0_set_performance_level()1256 vclk_min = vclk_max = pstate_table->vclk_pstate.peak; in smu_v14_0_set_performance_level()1319 pstate_table->vclk_pstate.curr.min = vclk_min; in smu_v14_0_set_performance_level()1320 pstate_table->vclk_pstate.curr.max = vclk_max; in smu_v14_0_set_performance_level()
1536 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()1537 pstate_table->vclk_pstate.peak = SMU_DPM_TABLE_MAX(vclk_table); in smu_v14_0_2_populate_umd_state_clk()1553 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()
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()
566 struct pstates_clk_freq vclk_pstate; member