| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_7_ppt.c | 1204 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_print_clk_levels() local 1262 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_print_clk_levels() 1277 single_dpm_table->dpm_levels[0].value); in smu_v13_0_7_print_clk_levels() 1281 single_dpm_table->dpm_levels[1].value); in smu_v13_0_7_print_clk_levels() 1284 single_dpm_table->dpm_levels[0].value, in smu_v13_0_7_print_clk_levels() 1287 single_dpm_table->dpm_levels[1].value, in smu_v13_0_7_print_clk_levels() 1291 for (i = 0; i < single_dpm_table->count; i++) in smu_v13_0_7_print_clk_levels() 1293 i, single_dpm_table->dpm_levels[i].value, in smu_v13_0_7_print_clk_levels() 2000 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_force_clk_levels() local 2046 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_force_clk_levels() [all …]
|
| H A D | smu_v13_0_0_ppt.c | 1215 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_print_clk_levels() local 1273 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_print_clk_levels() 1288 single_dpm_table->dpm_levels[0].value); in smu_v13_0_0_print_clk_levels() 1292 single_dpm_table->dpm_levels[1].value); in smu_v13_0_0_print_clk_levels() 1295 single_dpm_table->dpm_levels[0].value, in smu_v13_0_0_print_clk_levels() 1298 single_dpm_table->dpm_levels[1].value, in smu_v13_0_0_print_clk_levels() 1302 for (i = 0; i < single_dpm_table->count; i++) in smu_v13_0_0_print_clk_levels() 1304 i, single_dpm_table->dpm_levels[i].value, in smu_v13_0_0_print_clk_levels() 2011 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_force_clk_levels() local 2057 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_force_clk_levels() [all …]
|
| H A 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() 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() 865 aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_emit_clk_levels() 876 aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_emit_clk_levels() 988 struct smu_13_0_dpm_table *single_dpm_table = NULL; in aldebaran_force_clk_levels() local 998 if (soft_max_level >= single_dpm_table->count) { in aldebaran_force_clk_levels() [all …]
|
| H A D | smu_v13_0_6_ppt.c | 1244 struct smu_13_0_dpm_table *single_dpm_table, in smu_v13_0_6_print_clks() argument 1300 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_6_print_clk_levels() local 1378 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_6_print_clk_levels() 1392 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_6_print_clk_levels() 1406 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_6_print_clk_levels() 1420 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_6_print_clk_levels() 1434 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_6_print_clk_levels() 1509 struct smu_13_0_dpm_table *single_dpm_table = NULL; in smu_v13_0_6_force_clk_levels() local 1518 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_6_force_clk_levels() 1519 if (soft_max_level >= single_dpm_table->count) { in smu_v13_0_6_force_clk_levels() [all …]
|
| H A D | smu_v13_0.c | 2018 struct smu_13_0_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument 2026 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table() 2035 &single_dpm_table->is_fine_grained); in smu_v13_0_set_single_dpm_table() 2042 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table() 2052 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table() 2053 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table() 2056 single_dpm_table->min = clk; in smu_v13_0_set_single_dpm_table() 2057 else if (i == single_dpm_table->count - 1) in smu_v13_0_set_single_dpm_table() 2058 single_dpm_table->max = clk; in smu_v13_0_set_single_dpm_table()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_2_ppt.c | 1079 struct smu_14_0_dpm_table *single_dpm_table; in smu_v14_0_2_print_clk_levels() local 1137 if (single_dpm_table->is_fine_grained) { in smu_v14_0_2_print_clk_levels() 1152 single_dpm_table->dpm_levels[0].value); in smu_v14_0_2_print_clk_levels() 1156 single_dpm_table->dpm_levels[1].value); in smu_v14_0_2_print_clk_levels() 1159 single_dpm_table->dpm_levels[0].value, in smu_v14_0_2_print_clk_levels() 1162 single_dpm_table->dpm_levels[1].value, in smu_v14_0_2_print_clk_levels() 1166 for (i = 0; i < single_dpm_table->count; i++) in smu_v14_0_2_print_clk_levels() 1168 i, single_dpm_table->dpm_levels[i].value, in smu_v14_0_2_print_clk_levels() 1409 struct smu_14_0_dpm_table *single_dpm_table; in smu_v14_0_2_force_clk_levels() local 1455 if (single_dpm_table->is_fine_grained) { in smu_v14_0_2_force_clk_levels() [all …]
|
| H A D | smu_v14_0.c | 1520 struct smu_14_0_dpm_table *single_dpm_table) in smu_v14_0_set_single_dpm_table() argument 1528 &single_dpm_table->count); in smu_v14_0_set_single_dpm_table() 1536 &single_dpm_table->is_fine_grained); in smu_v14_0_set_single_dpm_table() 1542 for (i = 0; i < single_dpm_table->count; i++) { in smu_v14_0_set_single_dpm_table() 1552 single_dpm_table->dpm_levels[i].value = clk; in smu_v14_0_set_single_dpm_table() 1553 single_dpm_table->dpm_levels[i].enabled = true; in smu_v14_0_set_single_dpm_table() 1556 single_dpm_table->min = clk; in smu_v14_0_set_single_dpm_table() 1557 else if (i == single_dpm_table->count - 1) in smu_v14_0_set_single_dpm_table() 1558 single_dpm_table->max = clk; in smu_v14_0_set_single_dpm_table()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A 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() 842 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 854 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 866 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 878 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 890 arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_emit_clk_levels() 1006 struct smu_11_0_dpm_table *single_dpm_table = NULL; in arcturus_force_clk_levels() local 1023 if (soft_max_level >= single_dpm_table->count) { in arcturus_force_clk_levels() [all …]
|
| H A D | smu_v11_0.c | 2026 struct smu_11_0_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument 2034 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table() 2040 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table() 2050 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table() 2051 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table() 2054 single_dpm_table->min = clk; in smu_v11_0_set_single_dpm_table() 2055 else if (i == single_dpm_table->count - 1) in smu_v11_0_set_single_dpm_table() 2056 single_dpm_table->max = clk; in smu_v11_0_set_single_dpm_table()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | smu_v14_0.h | 204 struct smu_14_0_dpm_table *single_dpm_table);
|
| H A D | smu_v11_0.h | 282 struct smu_11_0_dpm_table *single_dpm_table);
|
| H A D | smu_v13_0.h | 242 struct smu_13_0_dpm_table *single_dpm_table);
|