Home
last modified time | relevance | path

Searched refs:SMU_DPM_TABLE_MIN (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1216 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level()
1217 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_set_performance_level()
1218 socclk_min = socclk_max = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_set_performance_level()
1219 vclk_min = vclk_max = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_set_performance_level()
1220 dclk_min = dclk_max = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_set_performance_level()
1221 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_set_performance_level()
1224 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level()
1226 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_set_performance_level()
1228 socclk_min = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_set_performance_level()
1230 vclk_min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_set_performance_level()
[all …]
H A Dsmu_v14_0_2_ppt.c790 *min = SMU_DPM_TABLE_MIN(dpm_table); in smu_v14_0_2_get_dpm_ultimate_freq()
1523 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_2_populate_umd_state_clk()
1530 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_2_populate_umd_state_clk()
1533 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_2_populate_umd_state_clk()
1536 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()
1539 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_populate_umd_state_clk()
1542 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_2_populate_umd_state_clk()
1552 pstate_table->socclk_pstate.standard = SMU_DPM_TABLE_MIN(soc_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()
1554 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_populate_umd_state_clk()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c375 min_clk = SMU_DPM_TABLE_MIN(dpm_table); in aldebaran_get_dpm_ultimate_freq()
593 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in aldebaran_populate_umd_state_clk()
595 pstate_table->gfxclk_pstate.curr.min = SMU_DPM_TABLE_MIN(gfx_table); in aldebaran_populate_umd_state_clk()
598 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()
600 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()
603 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in aldebaran_populate_umd_state_clk()
605 pstate_table->socclk_pstate.curr.min = SMU_DPM_TABLE_MIN(soc_table); in aldebaran_populate_umd_state_clk()
1249 min_clk = SMU_DPM_TABLE_MIN(&dpm_context->dpm_tables.gfx_table); in aldebaran_set_soft_freq_limited_range()
1324 min_clk = SMU_DPM_TABLE_MIN(&dpm_context->dpm_tables.gfx_table); in aldebaran_usr_edit_dpm_table()
1360 min_clk = SMU_DPM_TABLE_MIN( in aldebaran_usr_edit_dpm_table()
H A Dsmu_v13_0_6_ppt.c1024 min_clk = SMU_DPM_TABLE_MIN(dpm_table); in smu_v13_0_6_get_dpm_ultimate_freq()
1210 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_populate_umd_state_clk()
1212 pstate_table->gfxclk_pstate.curr.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_populate_umd_state_clk()
1215 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1217 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1220 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_6_populate_umd_state_clk()
1222 pstate_table->socclk_pstate.curr.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_6_populate_umd_state_clk()
1225 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_6_populate_umd_state_clk()
1227 pstate_table->fclk_pstate.curr.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_6_populate_umd_state_clk()
1229 pstate_table->fclk_pstate.standard = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_6_populate_umd_state_clk()
[all …]
H A Dsmu_v13_0_7_ppt.c912 *min = SMU_DPM_TABLE_MIN(dpm_table); in smu_v13_0_7_get_dpm_ultimate_freq()
2285 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_7_populate_umd_state_clk()
2292 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_7_populate_umd_state_clk()
2295 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_7_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()
2301 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_populate_umd_state_clk()
2304 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_7_populate_umd_state_clk()
2314 pstate_table->socclk_pstate.standard = SMU_DPM_TABLE_MIN(soc_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()
2316 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_populate_umd_state_clk()
[all …]
H A Dsmu_v13_0_0_ppt.c902 *min = SMU_DPM_TABLE_MIN(dpm_table); in smu_v13_0_0_get_dpm_ultimate_freq()
2283 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_0_populate_umd_state_clk()
2290 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_0_populate_umd_state_clk()
2293 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_0_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()
2299 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_populate_umd_state_clk()
2302 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_0_populate_umd_state_clk()
2312 pstate_table->socclk_pstate.standard = SMU_DPM_TABLE_MIN(soc_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()
2314 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_populate_umd_state_clk()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1805 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level()
1806 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v11_0_set_performance_level()
1807 socclk_min = socclk_max = SMU_DPM_TABLE_MIN(soc_table); in smu_v11_0_set_performance_level()
1810 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level()
1812 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v11_0_set_performance_level()
1814 socclk_min = SMU_DPM_TABLE_MIN(soc_table); in smu_v11_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c1363 min_clk = SMU_DPM_TABLE_MIN(dpm_table); in smu_cmn_print_dpm_clk_levels()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h325 #define SMU_DPM_TABLE_MIN(table) \ macro