Home
last modified time | relevance | path

Searched refs:vclk_pstate (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c1192 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()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1302 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()
H A Dsmu_v14_0_2_ppt.c1534 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()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c1641 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()
H A Dsmu_v13_0_7_ppt.c2298 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()
H A Dsmu_v13_0_0_ppt.c2296 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()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h565 struct pstates_clk_freq vclk_pstate; member