Searched refs:single_dpm_table (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_7_ppt.c | 1145 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_print_clk_levels() local 1161 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_7_print_clk_levels() 1164 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_7_print_clk_levels() 1167 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_7_print_clk_levels() 1170 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_7_print_clk_levels() 1174 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_7_print_clk_levels() 1178 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_7_print_clk_levels() 1199 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_print_clk_levels() 1211 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_7_print_clk_levels() 1212 (single_dpm_table->dpm_levels[1].value != curr_freq)) { in smu_v13_0_7_print_clk_levels() [all …]
|
D | smu_v13_0_0_ppt.c | 1164 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_print_clk_levels() local 1180 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in smu_v13_0_0_print_clk_levels() 1183 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_0_print_clk_levels() 1186 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_0_print_clk_levels() 1189 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_0_print_clk_levels() 1193 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_0_print_clk_levels() 1197 single_dpm_table = &(dpm_context->dpm_tables.dclk_table); in smu_v13_0_0_print_clk_levels() 1218 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_print_clk_levels() 1230 if ((single_dpm_table->dpm_levels[0].value != curr_freq) && in smu_v13_0_0_print_clk_levels() 1231 (single_dpm_table->dpm_levels[1].value != curr_freq)) { in smu_v13_0_0_print_clk_levels() [all …]
|
D | aldebaran_ppt.c | 749 struct smu_13_0_dpm_table *single_dpm_table; in aldebaran_print_clk_levels() local 777 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in aldebaran_print_clk_levels() 778 ret = aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_print_clk_levels() 821 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in aldebaran_print_clk_levels() 822 ret = aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_print_clk_levels() 844 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in aldebaran_print_clk_levels() 845 ret = aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_print_clk_levels() 867 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in aldebaran_print_clk_levels() 868 ret = aldebaran_get_clk_table(smu, &clocks, single_dpm_table); in aldebaran_print_clk_levels() 874 for (i = 0; i < single_dpm_table->count; i++) in aldebaran_print_clk_levels() [all …]
|
D | smu_v13_0_6_ppt.c | 792 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_6_print_clk_levels() local 853 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in smu_v13_0_6_print_clk_levels() 854 ret = smu_v13_0_6_get_clk_table(smu, &clocks, single_dpm_table); in smu_v13_0_6_print_clk_levels() 884 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in smu_v13_0_6_print_clk_levels() 885 ret = smu_v13_0_6_get_clk_table(smu, &clocks, single_dpm_table); in smu_v13_0_6_print_clk_levels() 915 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in smu_v13_0_6_print_clk_levels() 916 ret = smu_v13_0_6_get_clk_table(smu, &clocks, single_dpm_table); in smu_v13_0_6_print_clk_levels() 923 for (i = 0; i < single_dpm_table->count; i++) in smu_v13_0_6_print_clk_levels() 926 single_dpm_table->dpm_levels[i].value, in smu_v13_0_6_print_clk_levels() 946 single_dpm_table = &(dpm_context->dpm_tables.vclk_table); in smu_v13_0_6_print_clk_levels() [all …]
|
D | smu_v13_0.c | 1978 struct smu_13_0_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument 1986 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table() 1995 &single_dpm_table->is_fine_grained); in smu_v13_0_set_single_dpm_table() 2002 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table() 2012 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table() 2013 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table() 2016 single_dpm_table->min = clk; in smu_v13_0_set_single_dpm_table() 2017 else if (i == single_dpm_table->count - 1) in smu_v13_0_set_single_dpm_table() 2018 single_dpm_table->max = clk; in smu_v13_0_set_single_dpm_table()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 766 struct smu_11_0_dpm_table *single_dpm_table; in arcturus_print_clk_levels() local 788 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in arcturus_print_clk_levels() 789 ret = arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_print_clk_levels() 815 single_dpm_table = &(dpm_context->dpm_tables.uclk_table); in arcturus_print_clk_levels() 816 ret = arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_print_clk_levels() 838 single_dpm_table = &(dpm_context->dpm_tables.soc_table); in arcturus_print_clk_levels() 839 ret = arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_print_clk_levels() 861 single_dpm_table = &(dpm_context->dpm_tables.fclk_table); in arcturus_print_clk_levels() 862 ret = arcturus_get_clk_table(smu, &clocks, single_dpm_table); in arcturus_print_clk_levels() 868 for (i = 0; i < single_dpm_table->count; i++) in arcturus_print_clk_levels() [all …]
|
D | smu_v11_0.c | 2001 struct smu_11_0_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument 2009 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table() 2015 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table() 2025 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table() 2026 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table() 2029 single_dpm_table->min = clk; in smu_v11_0_set_single_dpm_table() 2030 else if (i == single_dpm_table->count - 1) in smu_v11_0_set_single_dpm_table() 2031 single_dpm_table->max = clk; in smu_v11_0_set_single_dpm_table()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | smu_v11_0.h | 282 struct smu_11_0_dpm_table *single_dpm_table);
|
D | smu_v13_0.h | 244 struct smu_13_0_dpm_table *single_dpm_table);
|