Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1277 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level()
1278 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_set_performance_level()
1279 socclk_min = socclk_max = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_set_performance_level()
1280 vclk_min = vclk_max = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_set_performance_level()
1281 dclk_min = dclk_max = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_set_performance_level()
1282 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_set_performance_level()
1285 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level()
1287 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_set_performance_level()
1289 socclk_min = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_set_performance_level()
1291 vclk_min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_set_performance_level()
[all …]
H A Dsmu_v14_0_2_ppt.c784 *min = SMU_DPM_TABLE_MIN(dpm_table); in smu_v14_0_2_get_dpm_ultimate_freq()
1490 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_2_populate_umd_state_clk()
1497 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_2_populate_umd_state_clk()
1500 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_2_populate_umd_state_clk()
1503 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()
1506 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_2_populate_umd_state_clk()
1509 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_2_populate_umd_state_clk()
1519 pstate_table->socclk_pstate.standard = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_2_populate_umd_state_clk()
1520 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()
1521 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()
592 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in aldebaran_populate_umd_state_clk()
594 pstate_table->gfxclk_pstate.curr.min = SMU_DPM_TABLE_MIN(gfx_table); in aldebaran_populate_umd_state_clk()
597 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()
599 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()
602 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in aldebaran_populate_umd_state_clk()
604 pstate_table->socclk_pstate.curr.min = SMU_DPM_TABLE_MIN(soc_table); in aldebaran_populate_umd_state_clk()
1248 min_clk = SMU_DPM_TABLE_MIN(&dpm_context->dpm_tables.gfx_table); in aldebaran_set_soft_freq_limited_range()
1323 min_clk = SMU_DPM_TABLE_MIN(&dpm_context->dpm_tables.gfx_table); in aldebaran_usr_edit_dpm_table()
1359 min_clk = SMU_DPM_TABLE_MIN( in aldebaran_usr_edit_dpm_table()
H A Dsmu_v13_0.c1615 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_set_performance_level()
1616 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_set_performance_level()
1617 socclk_min = socclk_max = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_set_performance_level()
1618 vclk_min = vclk_max = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_set_performance_level()
1619 dclk_min = dclk_max = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_set_performance_level()
1620 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_set_performance_level()
1623 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_set_performance_level()
1625 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_set_performance_level()
1627 socclk_min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_set_performance_level()
1629 vclk_min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_set_performance_level()
[all …]
H A Dsmu_v13_0_7_ppt.c908 *min = SMU_DPM_TABLE_MIN(dpm_table); in smu_v13_0_7_get_dpm_ultimate_freq()
2252 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_7_populate_umd_state_clk()
2259 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_7_populate_umd_state_clk()
2262 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_7_populate_umd_state_clk()
2265 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_7_populate_umd_state_clk()
2268 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_7_populate_umd_state_clk()
2271 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_7_populate_umd_state_clk()
2281 pstate_table->socclk_pstate.standard = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_7_populate_umd_state_clk()
2282 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_7_populate_umd_state_clk()
2283 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.c898 *min = SMU_DPM_TABLE_MIN(dpm_table); in smu_v13_0_0_get_dpm_ultimate_freq()
2245 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_0_populate_umd_state_clk()
2252 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_0_populate_umd_state_clk()
2255 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_0_populate_umd_state_clk()
2258 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_0_populate_umd_state_clk()
2261 pstate_table->dclk_pstate.min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_populate_umd_state_clk()
2264 pstate_table->fclk_pstate.min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_0_populate_umd_state_clk()
2274 pstate_table->socclk_pstate.standard = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_0_populate_umd_state_clk()
2275 pstate_table->vclk_pstate.standard = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_0_populate_umd_state_clk()
2276 pstate_table->dclk_pstate.standard = SMU_DPM_TABLE_MIN(dclk_table); in smu_v13_0_0_populate_umd_state_clk()
[all …]
H A Dsmu_v13_0_6_ppt.c1017 min_clk = SMU_DPM_TABLE_MIN(dpm_table); in smu_v13_0_6_get_dpm_ultimate_freq()
1201 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_populate_umd_state_clk()
1203 pstate_table->gfxclk_pstate.curr.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_populate_umd_state_clk()
1206 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1208 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()
1211 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_6_populate_umd_state_clk()
1213 pstate_table->socclk_pstate.curr.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_6_populate_umd_state_clk()
1990 if ((SMU_DPM_TABLE_MIN(gfx_table) != in smu_v13_0_6_set_performance_level()
1995 smu, SMU_DPM_TABLE_MIN(gfx_table), in smu_v13_0_6_set_performance_level()
2001 SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_set_performance_level()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1881 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level()
1882 mclk_min = mclk_max = SMU_DPM_TABLE_MIN(mem_table); in smu_v11_0_set_performance_level()
1883 socclk_min = socclk_max = SMU_DPM_TABLE_MIN(soc_table); in smu_v11_0_set_performance_level()
1886 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level()
1888 mclk_min = SMU_DPM_TABLE_MIN(mem_table); in smu_v11_0_set_performance_level()
1890 socclk_min = SMU_DPM_TABLE_MIN(soc_table); in smu_v11_0_set_performance_level()
H A Darcturus_ppt.c571 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in arcturus_populate_umd_state_clk()
574 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in arcturus_populate_umd_state_clk()
577 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in arcturus_populate_umd_state_clk()
H A Dnavi10_ppt.c1469 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in navi10_populate_umd_state_clk()
1518 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in navi10_populate_umd_state_clk()
1521 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in navi10_populate_umd_state_clk()
H A Dsienna_cichlid_ppt.c1458 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in sienna_cichlid_populate_umd_state_clk()
1461 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in sienna_cichlid_populate_umd_state_clk()
1464 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in sienna_cichlid_populate_umd_state_clk()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c1303 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