Searched refs:single_dpm_table (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
A D | smu_v13_0_7_ppt.c | 962 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_print_clk_levels() local 1015 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_print_clk_levels() 1030 single_dpm_table->dpm_levels[0].value); in smu_v13_0_7_print_clk_levels() 1034 single_dpm_table->dpm_levels[1].value); in smu_v13_0_7_print_clk_levels() 1037 single_dpm_table->dpm_levels[0].value, in smu_v13_0_7_print_clk_levels() 1040 single_dpm_table->dpm_levels[1].value, in smu_v13_0_7_print_clk_levels() 1044 for (i = 0; i < single_dpm_table->count; i++) in smu_v13_0_7_print_clk_levels() 1046 i, single_dpm_table->dpm_levels[i].value, in smu_v13_0_7_print_clk_levels() 1095 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_7_force_clk_levels() local 1141 if (single_dpm_table->is_fine_grained) { in smu_v13_0_7_force_clk_levels() [all …]
|
A D | smu_v13_0_0_ppt.c | 1031 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_print_clk_levels() local 1085 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_print_clk_levels() 1100 single_dpm_table->dpm_levels[0].value); in smu_v13_0_0_print_clk_levels() 1104 single_dpm_table->dpm_levels[1].value); in smu_v13_0_0_print_clk_levels() 1107 single_dpm_table->dpm_levels[0].value, in smu_v13_0_0_print_clk_levels() 1110 single_dpm_table->dpm_levels[1].value, in smu_v13_0_0_print_clk_levels() 1114 for (i = 0; i < single_dpm_table->count; i++) in smu_v13_0_0_print_clk_levels() 1116 i, single_dpm_table->dpm_levels[i].value, in smu_v13_0_0_print_clk_levels() 1165 struct smu_13_0_dpm_table *single_dpm_table; in smu_v13_0_0_force_clk_levels() local 1211 if (single_dpm_table->is_fine_grained) { in smu_v13_0_0_force_clk_levels() [all …]
|
A D | aldebaran_ppt.c | 746 struct smu_13_0_dpm_table *single_dpm_table; in aldebaran_print_clk_levels() local 774 single_dpm_table = &(dpm_context->dpm_tables.gfx_table); in aldebaran_print_clk_levels() 871 for (i = 0; i < single_dpm_table->count; i++) in aldebaran_print_clk_levels() 873 i, single_dpm_table->dpm_levels[i].value, in aldebaran_print_clk_levels() 894 for (i = 0; i < single_dpm_table->count; i++) in aldebaran_print_clk_levels() 896 i, single_dpm_table->dpm_levels[i].value, in aldebaran_print_clk_levels() 917 for (i = 0; i < single_dpm_table->count; i++) in aldebaran_print_clk_levels() 919 i, single_dpm_table->dpm_levels[i].value, in aldebaran_print_clk_levels() 992 struct smu_13_0_dpm_table *single_dpm_table = NULL; in aldebaran_force_clk_levels() local 1002 if (soft_max_level >= single_dpm_table->count) { in aldebaran_force_clk_levels() [all …]
|
A D | smu_v13_0.c | 2005 struct smu_13_0_dpm_table *single_dpm_table) in smu_v13_0_set_single_dpm_table() argument 2013 &single_dpm_table->count); in smu_v13_0_set_single_dpm_table() 2022 &single_dpm_table->is_fine_grained); in smu_v13_0_set_single_dpm_table() 2029 for (i = 0; i < single_dpm_table->count; i++) { in smu_v13_0_set_single_dpm_table() 2039 single_dpm_table->dpm_levels[i].value = clk; in smu_v13_0_set_single_dpm_table() 2040 single_dpm_table->dpm_levels[i].enabled = true; in smu_v13_0_set_single_dpm_table() 2043 single_dpm_table->min = clk; in smu_v13_0_set_single_dpm_table() 2044 else if (i == single_dpm_table->count - 1) in smu_v13_0_set_single_dpm_table() 2045 single_dpm_table->max = clk; in smu_v13_0_set_single_dpm_table()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
A 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() 868 for (i = 0; i < single_dpm_table->count; i++) in arcturus_print_clk_levels() 870 i, single_dpm_table->dpm_levels[i].value, in arcturus_print_clk_levels() 891 for (i = 0; i < single_dpm_table->count; i++) in arcturus_print_clk_levels() 893 i, single_dpm_table->dpm_levels[i].value, in arcturus_print_clk_levels() 914 for (i = 0; i < single_dpm_table->count; i++) in arcturus_print_clk_levels() 916 i, single_dpm_table->dpm_levels[i].value, in arcturus_print_clk_levels() 1006 struct smu_11_0_dpm_table *single_dpm_table = NULL; in arcturus_force_clk_levels() local 1030 if (soft_max_level >= single_dpm_table->count) { in arcturus_force_clk_levels() [all …]
|
A D | smu_v11_0.c | 2004 struct smu_11_0_dpm_table *single_dpm_table) in smu_v11_0_set_single_dpm_table() argument 2012 &single_dpm_table->count); in smu_v11_0_set_single_dpm_table() 2018 for (i = 0; i < single_dpm_table->count; i++) { in smu_v11_0_set_single_dpm_table() 2028 single_dpm_table->dpm_levels[i].value = clk; in smu_v11_0_set_single_dpm_table() 2029 single_dpm_table->dpm_levels[i].enabled = true; in smu_v11_0_set_single_dpm_table() 2032 single_dpm_table->min = clk; in smu_v11_0_set_single_dpm_table() 2033 else if (i == single_dpm_table->count - 1) in smu_v11_0_set_single_dpm_table() 2034 single_dpm_table->max = clk; in smu_v11_0_set_single_dpm_table()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/inc/ |
A D | smu_v13_0.h | 245 struct smu_13_0_dpm_table *single_dpm_table);
|
A D | smu_v11_0.h | 284 struct smu_11_0_dpm_table *single_dpm_table);
|
Completed in 27 milliseconds