Searched refs:single_dpm_table (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_2_ppt.c | 1064 struct smu_14_0_dpm_table *single_dpm_table; in smu_v14_0_2_print_clk_levels() local 1080 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v14_0_2_print_clk_levels() 1083 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v14_0_2_print_clk_levels() 1086 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v14_0_2_print_clk_levels() 1089 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v14_0_2_print_clk_levels() 1093 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v14_0_2_print_clk_levels() 1097 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v14_0_2_print_clk_levels() 1100 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v14_0_2_print_clk_levels() 1122 if (single_dpm_table->is_fine_grained) { in smu_v14_0_2_print_clk_levels() 1134 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v14_0_2_print_clk_levels() [all …]
|
H A D | smu_v14_0.c | 1466 struct smu_14_0_dpm_table *single_dpm_table) in smu_v14_0_set_single_dpm_table() argument 1474 &single_dpm_table->count); in smu_v14_0_set_single_dpm_table() 1482 &single_dpm_table->is_fine_grained); in smu_v14_0_set_single_dpm_table() 1488 for (i = 0; i < single_dpm_table->count; i++) { in smu_v14_0_set_single_dpm_table() 1498 single_dpm_table->dpm_levels[i].value = clk; in smu_v14_0_set_single_dpm_table() 1499 single_dpm_table->dpm_levels[i].enabled = true; in smu_v14_0_set_single_dpm_table() 1502 single_dpm_table->min = clk; in smu_v14_0_set_single_dpm_table() 1503 else if (i == single_dpm_table->count - 1) in smu_v14_0_set_single_dpm_table() 1504 single_dpm_table->max = clk; in smu_v14_0_set_single_dpm_table()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_7_ppt.c | 1194 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_print_clk_levels() local 1210 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_7_print_clk_levels() 1213 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_7_print_clk_levels() 1216 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_7_print_clk_levels() 1219 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_7_print_clk_levels() 1223 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_7_print_clk_levels() 1227 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_7_print_clk_levels() 1230 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_7_print_clk_levels() 1252 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_print_clk_levels() 1264 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_7_print_clk_levels() [all …]
|
H A D | smu_v13_0_0_ppt.c | 1205 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_print_clk_levels() local 1221 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_0_print_clk_levels() 1224 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_0_print_clk_levels() 1227 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_0_print_clk_levels() 1230 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_0_print_clk_levels() 1234 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_0_print_clk_levels() 1238 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_0_print_clk_levels() 1241 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_0_print_clk_levels() 1263 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_print_clk_levels() 1275 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_0_print_clk_levels() [all …]
|
H A D | smu_v13_0_6_ppt.c | 1240 struct smu_13_0_dpm_table *single_dpm_table, in smu_v13_0_6_print_clks() argument 1247 ret = smu_v13_0_6_get_clk_table(smu, &clocks, single_dpm_table); in smu_v13_0_6_print_clks() 1296 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_6_print_clk_levels() local 1371 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_6_print_clk_levels() 1373 return smu_v13_0_6_print_clks(smu, buf, size, single_dpm_table, in smu_v13_0_6_print_clk_levels() 1385 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_6_print_clk_levels() 1387 return smu_v13_0_6_print_clks(smu, buf, size, single_dpm_table, in smu_v13_0_6_print_clk_levels() 1399 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_6_print_clk_levels() 1401 return smu_v13_0_6_print_clks(smu, buf, size, single_dpm_table, in smu_v13_0_6_print_clk_levels() 1413 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_6_print_clk_levels() [all …]
|
H A D | smu_v13_0.c | 2021 struct smu_13_0_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument 2029 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table() 2038 &single_dpm_table->is_fine_grained); in smu_v13_0_set_single_dpm_table() 2045 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table() 2055 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table() 2056 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table() 2059 single_dpm_table->min = clk; in smu_v13_0_set_single_dpm_table() 2060 else if (i == single_dpm_table->count - 1) in smu_v13_0_set_single_dpm_table() 2061 single_dpm_table->max = clk; in smu_v13_0_set_single_dpm_table()
|
/linux/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() 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 …]
|
H A D | smu_v11_0.c | 2022 struct smu_11_0_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument 2030 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table() 2036 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table() 2046 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table() 2047 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table() 2050 single_dpm_table->min = clk; in smu_v11_0_set_single_dpm_table() 2051 else if (i == single_dpm_table->count - 1) in smu_v11_0_set_single_dpm_table() 2052 single_dpm_table->max = clk; in smu_v11_0_set_single_dpm_table()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | smu_v13_0.h | 238 struct smu_13_0_dpm_table *single_dpm_table);
|