Home
last modified time | relevance | path

Searched refs:single_dpm_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c1039 struct smu_dpm_table *single_dpm_table = NULL; in smu_v14_0_2_emit_clk_levels() local
1053 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v14_0_2_emit_clk_levels()
1056 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v14_0_2_emit_clk_levels()
1059 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v14_0_2_emit_clk_levels()
1062 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v14_0_2_emit_clk_levels()
1066 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v14_0_2_emit_clk_levels()
1070 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v14_0_2_emit_clk_levels()
1073 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v14_0_2_emit_clk_levels()
1288 if (single_dpm_table) { in smu_v14_0_2_emit_clk_levels()
1296 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in smu_v14_0_2_emit_clk_levels()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1219 struct smu_dpm_table *single_dpm_table = NULL; in smu_v13_0_7_emit_clk_levels() local
1232 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_7_emit_clk_levels()
1235 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_7_emit_clk_levels()
1238 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_7_emit_clk_levels()
1241 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_7_emit_clk_levels()
1245 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_7_emit_clk_levels()
1249 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_7_emit_clk_levels()
1252 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_7_emit_clk_levels()
1489 if (single_dpm_table) { in smu_v13_0_7_emit_clk_levels()
1497 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in smu_v13_0_7_emit_clk_levels()
[all …]
H A Dsmu_v13_0_0_ppt.c1209 struct smu_dpm_table *single_dpm_table = NULL; in smu_v13_0_0_emit_clk_levels() local
1222 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_0_emit_clk_levels()
1225 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_0_emit_clk_levels()
1228 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_0_emit_clk_levels()
1231 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_0_emit_clk_levels()
1235 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_0_emit_clk_levels()
1239 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_0_emit_clk_levels()
1242 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_0_emit_clk_levels()
1479 if (single_dpm_table) { in smu_v13_0_0_emit_clk_levels()
1487 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in smu_v13_0_0_emit_clk_levels()
[all …]