/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_7_ppt.c | 1197 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_print_clk_levels() local 1213 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_7_print_clk_levels() 1216 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_7_print_clk_levels() 1219 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_7_print_clk_levels() 1222 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_7_print_clk_levels() 1226 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_7_print_clk_levels() 1230 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_7_print_clk_levels() 1233 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_7_print_clk_levels() 1255 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_print_clk_levels() 1267 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_7_print_clk_levels() [all …]
|
D | smu_v13_0_0_ppt.c | 1208 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_print_clk_levels() local 1224 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_0_print_clk_levels() 1227 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_0_print_clk_levels() 1230 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_0_print_clk_levels() 1233 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_0_print_clk_levels() 1237 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_0_print_clk_levels() 1241 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_0_print_clk_levels() 1244 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_0_print_clk_levels() 1266 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_print_clk_levels() 1278 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_0_print_clk_levels() [all …]
|
D | aldebaran_ppt.c | 777 struct smu_13_0_dpm_table *single_dpm_table; in aldebaran_emit_clk_levels() local 810 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in aldebaran_emit_clk_levels() 811 aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_emit_clk_levels() 842 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in aldebaran_emit_clk_levels() 843 aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_emit_clk_levels() 853 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in aldebaran_emit_clk_levels() 854 aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_emit_clk_levels() 864 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in aldebaran_emit_clk_levels() 865 aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_emit_clk_levels() 875 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in aldebaran_emit_clk_levels() [all …]
|
D | smu_v13_0_6_ppt.c | 1064 struct smu_13_0_dpm_table *single_dpm_table, in smu_v13_0_6_print_clks() argument 1071 ret = smu_v13_0_6_get_clk_table(smu, &clocks, single_dpm_table); in smu_v13_0_6_print_clks() 1120 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_6_print_clk_levels() local 1195 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_6_print_clk_levels() 1197 return smu_v13_0_6_print_clks(smu, buf, size, single_dpm_table, in smu_v13_0_6_print_clk_levels() 1209 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_6_print_clk_levels() 1211 return smu_v13_0_6_print_clks(smu, buf, size, single_dpm_table, in smu_v13_0_6_print_clk_levels() 1223 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_6_print_clk_levels() 1225 return smu_v13_0_6_print_clks(smu, buf, size, single_dpm_table, in smu_v13_0_6_print_clk_levels() 1237 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_6_print_clk_levels() [all …]
|
D | smu_v13_0.c | 2004 struct smu_13_0_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument 2012 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table() 2021 &single_dpm_table->is_fine_grained); in smu_v13_0_set_single_dpm_table() 2028 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table() 2038 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table() 2039 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table() 2042 single_dpm_table->min = clk; in smu_v13_0_set_single_dpm_table() 2043 else if (i == single_dpm_table->count - 1) in smu_v13_0_set_single_dpm_table() 2044 single_dpm_table->max = clk; in smu_v13_0_set_single_dpm_table()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
D | smu_v14_0_2_ppt.c | 1077 struct smu_14_0_dpm_table *single_dpm_table; in smu_v14_0_2_print_clk_levels() local 1093 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v14_0_2_print_clk_levels() 1096 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v14_0_2_print_clk_levels() 1099 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v14_0_2_print_clk_levels() 1102 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v14_0_2_print_clk_levels() 1106 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v14_0_2_print_clk_levels() 1110 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v14_0_2_print_clk_levels() 1113 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v14_0_2_print_clk_levels() 1135 if (single_dpm_table->is_fine_grained) { in smu_v14_0_2_print_clk_levels() 1147 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v14_0_2_print_clk_levels() [all …]
|
D | smu_v14_0.c | 1450 struct smu_14_0_dpm_table *single_dpm_table) in smu_v14_0_set_single_dpm_table() argument 1458 &single_dpm_table->count); in smu_v14_0_set_single_dpm_table() 1466 &single_dpm_table->is_fine_grained); in smu_v14_0_set_single_dpm_table() 1472 for (i = 0; i < single_dpm_table->count; i++) { in smu_v14_0_set_single_dpm_table() 1482 single_dpm_table->dpm_levels[i].value = clk; in smu_v14_0_set_single_dpm_table() 1483 single_dpm_table->dpm_levels[i].enabled = true; in smu_v14_0_set_single_dpm_table() 1486 single_dpm_table->min = clk; in smu_v14_0_set_single_dpm_table() 1487 else if (i == single_dpm_table->count - 1) in smu_v14_0_set_single_dpm_table() 1488 single_dpm_table->max = clk; in smu_v14_0_set_single_dpm_table()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 805 struct smu_11_0_dpm_table *single_dpm_table; in arcturus_emit_clk_levels() local 829 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in arcturus_emit_clk_levels() 830 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 841 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in arcturus_emit_clk_levels() 842 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 853 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in arcturus_emit_clk_levels() 854 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 865 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in arcturus_emit_clk_levels() 866 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 877 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in arcturus_emit_clk_levels() [all …]
|
D | smu_v11_0.c | 2007 struct smu_11_0_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument 2015 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table() 2021 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table() 2031 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table() 2032 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table() 2035 single_dpm_table->min = clk; in smu_v11_0_set_single_dpm_table() 2036 else if (i == single_dpm_table->count - 1) in smu_v11_0_set_single_dpm_table() 2037 single_dpm_table->max = clk; in smu_v11_0_set_single_dpm_table()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | smu_v14_0.h | 204 struct smu_14_0_dpm_table *single_dpm_table);
|
D | smu_v11_0.h | 282 struct smu_11_0_dpm_table *single_dpm_table);
|
D | smu_v13_0.h | 237 struct smu_13_0_dpm_table *single_dpm_table);
|