Searched refs:dclk_pstate (Results 1 – 7 of 7) sorted by relevance
1193 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v15_0_set_performance_level()1207 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v15_0_set_performance_level()1285 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v15_0_set_performance_level()1286 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v15_0_set_performance_level()
1304 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v14_0_set_performance_level()1318 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v14_0_set_performance_level()1396 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v14_0_set_performance_level()1397 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v14_0_set_performance_level()
1537 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_get_unique_id() 1538 pstate_table->dclk_pstate.peak = SMU_DPM_TABLE_MAX(dclk_table); in smu_v14_0_2_get_unique_id() 1552 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_get_fan_speed_pwm()
1642 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()1656 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()1747 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()1748 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v13_0_set_performance_level()
2301 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_get_fan_speed_pwm() 2302 pstate_table->dclk_pstate.peak = SMU_DPM_TABLE_MAX(dclk_table); in smu_v13_0_7_get_fan_speed_pwm() 2316 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_get_fan_speed_rpm()
2299 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_get_unique_id() 2300 pstate_table->dclk_pstate.peak = SMU_DPM_TABLE_MAX(dclk_table); in smu_v13_0_0_get_unique_id() 2314 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_get_fan_speed_pwm()
566 struct pstates_clk_freq dclk_pstate; member