| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | arcturus_ppt.c | 768 struct smu_dpm_table *single_dpm_table; in arcturus_emit_clk_levels() local 787 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in arcturus_emit_clk_levels() 788 ret = smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in arcturus_emit_clk_levels() 800 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in arcturus_emit_clk_levels() 801 ret = smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in arcturus_emit_clk_levels() 813 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in arcturus_emit_clk_levels() 814 ret = smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in arcturus_emit_clk_levels() 826 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in arcturus_emit_clk_levels() 827 ret = smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in arcturus_emit_clk_levels() 839 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in arcturus_emit_clk_levels() [all …]
|
| H A D | sienna_cichlid_ppt.c | 1283 struct smu_dpm_table *single_dpm_table = NULL; in sienna_cichlid_emit_clk_levels() local 1291 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in sienna_cichlid_emit_clk_levels() 1294 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in sienna_cichlid_emit_clk_levels() 1298 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in sienna_cichlid_emit_clk_levels() 1301 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in sienna_cichlid_emit_clk_levels() 1305 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in sienna_cichlid_emit_clk_levels() 1309 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in sienna_cichlid_emit_clk_levels() 1312 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in sienna_cichlid_emit_clk_levels() 1388 if (single_dpm_table) { in sienna_cichlid_emit_clk_levels() 1393 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in sienna_cichlid_emit_clk_levels()
|
| H A D | navi10_ppt.c | 1259 struct smu_dpm_table *single_dpm_table = NULL; in navi10_emit_clk_levels() local 1266 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in navi10_emit_clk_levels() 1271 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in navi10_emit_clk_levels() 1275 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in navi10_emit_clk_levels() 1278 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in navi10_emit_clk_levels() 1281 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in navi10_emit_clk_levels() 1284 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in navi10_emit_clk_levels() 1395 if (single_dpm_table) { in navi10_emit_clk_levels() 1400 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in navi10_emit_clk_levels()
|
| H A D | smu_v11_0.c | 2028 struct smu_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument 2036 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table() 2042 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table() 2052 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table() 2053 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_7_ppt.c | 1219 struct smu_dpm_table *single_dpm_table = NULL; in smu_v13_0_7_emit_clk_levels() 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_od_restore_table_single() 1497 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in smu_v13_0_7_od_restore_table_single() 1188 struct smu_dpm_table *single_dpm_table = NULL; smu_v13_0_7_emit_clk_levels() local 1926 struct smu_dpm_table *single_dpm_table; smu_v13_0_7_force_clk_levels() local [all...] |
| H A D | smu_v13_0_0_ppt.c | 1209 struct smu_dpm_table *single_dpm_table = NULL; in smu_v13_0_0_emit_clk_levels() 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_od_restore_table_single() 1487 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in smu_v13_0_0_od_restore_table_single() 1178 struct smu_dpm_table *single_dpm_table = NULL; smu_v13_0_0_emit_clk_levels() local 1916 struct smu_dpm_table *single_dpm_table; smu_v13_0_0_force_clk_levels() local [all...] |
| H A D | aldebaran_ppt.c | 794 struct smu_dpm_table *single_dpm_table = NULL; in aldebaran_emit_clk_levels() local 822 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in aldebaran_emit_clk_levels() 825 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in aldebaran_emit_clk_levels() 828 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in aldebaran_emit_clk_levels() 831 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in aldebaran_emit_clk_levels() 834 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in aldebaran_emit_clk_levels() 837 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in aldebaran_emit_clk_levels() 843 if (single_dpm_table) { in aldebaran_emit_clk_levels() 850 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in aldebaran_emit_clk_levels() 916 struct smu_dpm_table *single_dpm_table = NULL; in aldebaran_force_clk_levels() local [all …]
|
| H A D | smu_v13_0_6_ppt.c | 1374 struct smu_dpm_table *single_dpm_table = NULL; in smu_v13_0_6_emit_clk_levels() local 1404 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_6_emit_clk_levels() 1408 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_6_emit_clk_levels() 1411 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_6_emit_clk_levels() 1414 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_6_emit_clk_levels() 1417 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_6_emit_clk_levels() 1420 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_6_emit_clk_levels() 1426 if (single_dpm_table) { in smu_v13_0_6_emit_clk_levels() 1434 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, now, in smu_v13_0_6_emit_clk_levels() 1506 struct smu_dpm_table *single_dpm_table in smu_v13_0_6_force_clk_levels() local [all...] |
| H A D | smu_v13_0.c | 1905 struct smu_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument 1914 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table() 1928 single_dpm_table->flags |= SMU_DPM_TABLE_FINE_GRAINED; in smu_v13_0_set_single_dpm_table() 1931 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table() 1941 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table() 1942 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_2_ppt.c | 1037 struct smu_dpm_table *single_dpm_table = NULL; in smu_v14_0_2_emit_clk_levels() 1051 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v14_0_2_emit_clk_levels() 1054 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v14_0_2_emit_clk_levels() 1057 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v14_0_2_emit_clk_levels() 1060 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v14_0_2_emit_clk_levels() 1064 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v14_0_2_emit_clk_levels() 1068 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v14_0_2_emit_clk_levels() 1071 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v14_0_2_emit_clk_levels() 1286 if (single_dpm_table) { in smu_v14_0_2_force_clk_levels() 1294 return smu_cmn_print_dpm_clk_levels(smu, single_dpm_table, in smu_v14_0_2_force_clk_levels() 1006 struct smu_dpm_table *single_dpm_table = NULL; smu_v14_0_2_emit_clk_levels() local 1278 struct smu_dpm_table *single_dpm_table; smu_v14_0_2_force_clk_levels() local [all...] |
| H A D | smu_v14_0.c | 1518 struct smu_dpm_table *single_dpm_table) in smu_v14_0_set_single_dpm_table() argument 1527 &single_dpm_table->count); in smu_v14_0_set_single_dpm_table() 1540 single_dpm_table->flags |= SMU_DPM_TABLE_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()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0.c | 1407 struct smu_15_0_dpm_table *single_dpm_table) in smu_v15_0_set_single_dpm_table() argument 1415 &single_dpm_table->count); in smu_v15_0_set_single_dpm_table() 1423 &single_dpm_table->is_fine_grained); in smu_v15_0_set_single_dpm_table() 1429 for (i = 0; i < single_dpm_table->count; i++) { in smu_v15_0_set_single_dpm_table() 1439 single_dpm_table->dpm_levels[i].value = clk; in smu_v15_0_set_single_dpm_table() 1440 single_dpm_table->dpm_levels[i].enabled = true; in smu_v15_0_set_single_dpm_table() 1443 single_dpm_table->min = clk; in smu_v15_0_set_single_dpm_table() 1444 else if (i == single_dpm_table->count - 1) in smu_v15_0_set_single_dpm_table() 1445 single_dpm_table->max = clk; in smu_v15_0_set_single_dpm_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | smu_v15_0.h | 202 struct smu_15_0_dpm_table *single_dpm_table);
|