Searched refs:dclk_min (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_5_ppt.c | 1007 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_5_set_performance_level() local 1017 dclk_min = dclk_max; in smu_v13_0_5_set_performance_level() 1022 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_5_set_performance_level() 1025 dclk_max = dclk_min; in smu_v13_0_5_set_performance_level() 1030 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1037 smu_v13_0_5_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1073 if (dclk_min && dclk_max) { in smu_v13_0_5_set_performance_level() 1076 dclk_min, in smu_v13_0_5_set_performance_level()
|
| H A D | smu_v13_0_4_ppt.c | 972 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_4_set_performance_level() local 986 dclk_min = dclk_max; in smu_v13_0_4_set_performance_level() 993 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_4_set_performance_level() 998 dclk_max = dclk_min; in smu_v13_0_4_set_performance_level() 1005 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1015 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1064 if (dclk_min && dclk_max) { in smu_v13_0_4_set_performance_level() 1067 dclk_min, in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1204 uint32_t dclk_min = 0, dclk_max = 0; in yellow_carp_set_performance_level() local 1219 dclk_min = dclk_max; in yellow_carp_set_performance_level() 1226 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in yellow_carp_set_performance_level() 1231 dclk_max = dclk_min; in yellow_carp_set_performance_level() 1238 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1248 yellow_carp_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1301 if (dclk_min && dclk_max) { in yellow_carp_set_performance_level() 1304 dclk_min, in yellow_carp_set_performance_level()
|
| H A D | smu_v13_0.c | 1713 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_set_performance_level() local 1724 dclk_min = dclk_max = dclk_table->max; in smu_v13_0_set_performance_level() 1732 dclk_min = dclk_max = dclk_table->min; in smu_v13_0_set_performance_level() 1744 dclk_min = dclk_table->min; in smu_v13_0_set_performance_level() 1755 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level() 1769 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level() 1788 dclk_min = dclk_max = 0; in smu_v13_0_set_performance_level() 1848 if (dclk_min && dclk_max) { in smu_v13_0_set_performance_level() 1854 dclk_min, in smu_v13_0_set_performance_level() 1860 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_0_ppt.c | 1358 uint32_t dclk_min = 0, dclk_max = 0; in smu_v14_0_common_set_performance_level() local 1376 dclk_min = dclk_max; in smu_v14_0_common_set_performance_level() 1385 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v14_0_common_set_performance_level() 1392 dclk_max = dclk_min; in smu_v14_0_common_set_performance_level() 1401 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v14_0_common_set_performance_level() 1413 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v14_0_common_set_performance_level() 1473 if (dclk_min && dclk_max) { in smu_v14_0_common_set_performance_level() 1476 dclk_min, in smu_v14_0_common_set_performance_level()
|
| H A D | smu_v14_0.c | 1264 uint32_t dclk_min = 0, dclk_max = 0; in smu_v14_0_set_performance_level() local 1275 dclk_min = dclk_max = dclk_table->max; in smu_v14_0_set_performance_level() 1283 dclk_min = dclk_max = dclk_table->min; in smu_v14_0_set_performance_level() 1295 dclk_min = dclk_table->min; in smu_v14_0_set_performance_level() 1306 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v14_0_set_performance_level() 1320 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v14_0_set_performance_level() 1386 if (dclk_min && dclk_max) { in smu_v14_0_set_performance_level() 1392 dclk_min, in smu_v14_0_set_performance_level() 1398 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v14_0_set_performance_level()
|