Home
last modified time | relevance | path

Searched refs:dclk_pstate (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1242 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v14_0_set_performance_level()
1256 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v14_0_set_performance_level()
1329 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v14_0_set_performance_level()
1330 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v14_0_set_performance_level()
H A Dsmu_v14_0_2_ppt.c1639 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v14_0_2_i2c_xfer()
1640 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v14_0_2_i2c_xfer()
1653 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v14_0_2_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c1748 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()
1762 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()
1847 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()
1848 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v13_0_set_performance_level()
H A Dsmu_v13_0_7_ppt.c2240 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v13_0_7_populate_umd_state_clk()
2241 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v13_0_7_populate_umd_state_clk()
2254 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v13_0_7_populate_umd_state_clk()
H A Dsmu_v13_0_0_ppt.c2256 pstate_table->dclk_pstate.min = dclk_table->min; in smu_v13_0_0_populate_umd_state_clk()
2257 pstate_table->dclk_pstate.peak = dclk_table->max; in smu_v13_0_0_populate_umd_state_clk()
2270 pstate_table->dclk_pstate.standard = dclk_table->min; in smu_v13_0_0_populate_umd_state_clk()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h477 struct pstates_clk_freq dclk_pstate; member