Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c1056 struct smu_14_0_dpm_table *single_dpm_table; in smu_v14_0_2_print_clk_levels() local
1073 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v14_0_2_print_clk_levels()
1076 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v14_0_2_print_clk_levels()
1079 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v14_0_2_print_clk_levels()
1082 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v14_0_2_print_clk_levels()
1086 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v14_0_2_print_clk_levels()
1090 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v14_0_2_print_clk_levels()
1093 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v14_0_2_print_clk_levels()
1115 if (single_dpm_table->is_fine_grained) { in smu_v14_0_2_print_clk_levels()
1127 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v14_0_2_print_clk_levels()
[all …]
H A Dsmu_v14_0.c1525 struct smu_14_0_dpm_table *single_dpm_table) in smu_v14_0_set_single_dpm_table() argument
1533 &single_dpm_table->count); in smu_v14_0_set_single_dpm_table()
1541 &single_dpm_table->is_fine_grained); in smu_v14_0_set_single_dpm_table()
1547 for (i = 0; i < single_dpm_table->count; i++) { in smu_v14_0_set_single_dpm_table()
1557 single_dpm_table->dpm_levels[i].value = clk; in smu_v14_0_set_single_dpm_table()
1558 single_dpm_table->dpm_levels[i].enabled = true; in smu_v14_0_set_single_dpm_table()
1561 single_dpm_table->min = clk; in smu_v14_0_set_single_dpm_table()
1562 else if (i == single_dpm_table->count - 1) in smu_v14_0_set_single_dpm_table()
1563 single_dpm_table->max = clk; in smu_v14_0_set_single_dpm_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_0_ppt.c1195 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_print_clk_levels() local
1212 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_0_print_clk_levels()
1215 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_0_print_clk_levels()
1218 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_0_print_clk_levels()
1221 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_0_print_clk_levels()
1225 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_0_print_clk_levels()
1229 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_0_print_clk_levels()
1232 single_dpm_table = &(dpm_context->dpm_tables.dcef_table); in smu_v13_0_0_print_clk_levels()
1254 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_print_clk_levels()
1266 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_0_print_clk_levels()
[all …]
H A Dsmu_v13_0.c1912 struct smu_13_0_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument
1920 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table()
1929 &single_dpm_table->is_fine_grained); in smu_v13_0_set_single_dpm_table()
1936 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table()
1946 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table()
1947 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table()
1950 single_dpm_table->min = clk; in smu_v13_0_set_single_dpm_table()
1951 else if (i == single_dpm_table->count - 1) in smu_v13_0_set_single_dpm_table()
1952 single_dpm_table->max = clk; in smu_v13_0_set_single_dpm_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c2031 struct smu_11_0_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument
2039 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table()
2045 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table()
2055 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table()
2056 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table()
2059 single_dpm_table->min = clk; in smu_v11_0_set_single_dpm_table()
2060 else if (i == single_dpm_table->count - 1) in smu_v11_0_set_single_dpm_table()
2061 single_dpm_table->max = clk; in smu_v11_0_set_single_dpm_table()