Home
last modified time | relevance | path

Searched refs:sclk_min (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_5_ppt.c1011 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_5_set_performance_level() local
1021 sclk_min = sclk_max; in smu_v13_0_5_set_performance_level()
1026 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); in smu_v13_0_5_set_performance_level()
1029 sclk_max = sclk_min; in smu_v13_0_5_set_performance_level()
1034 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_5_set_performance_level()
1041 smu_v13_0_5_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_5_set_performance_level()
1056 if (sclk_min && sclk_max) { in smu_v13_0_5_set_performance_level()
1059 sclk_min, in smu_v13_0_5_set_performance_level()
1065 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v13_0_5_set_performance_level()
H A Dsmu_v13_0_4_ppt.c974 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_4_set_performance_level() local
988 sclk_min = sclk_max; in smu_v13_0_4_set_performance_level()
995 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); in smu_v13_0_4_set_performance_level()
1000 sclk_max = sclk_min; in smu_v13_0_4_set_performance_level()
1007 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_4_set_performance_level()
1017 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_4_set_performance_level()
1031 if (sclk_min && sclk_max) { in smu_v13_0_4_set_performance_level()
1034 sclk_min, in smu_v13_0_4_set_performance_level()
1039 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v13_0_4_set_performance_level()
H A Dyellow_carp_ppt.c1206 uint32_t sclk_min = 0, sclk_max = 0; in yellow_carp_set_performance_level() local
1221 sclk_min = sclk_max; in yellow_carp_set_performance_level()
1228 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); in yellow_carp_set_performance_level()
1233 sclk_max = sclk_min; in yellow_carp_set_performance_level()
1240 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in yellow_carp_set_performance_level()
1250 yellow_carp_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in yellow_carp_set_performance_level()
1264 if (sclk_min && sclk_max) { in yellow_carp_set_performance_level()
1267 sclk_min, in yellow_carp_set_performance_level()
1273 smu->gfx_actual_hard_min_freq = sclk_min; in yellow_carp_set_performance_level()
H A Dsmu_v13_0.c1596 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_set_performance_level() local
1607 sclk_min = sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v13_0_set_performance_level()
1615 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_set_performance_level()
1623 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_set_performance_level()
1638 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v13_0_set_performance_level()
1646 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v13_0_set_performance_level()
1652 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v13_0_set_performance_level()
1680 if (sclk_min && sclk_max) { in smu_v13_0_set_performance_level()
1683 sclk_min, in smu_v13_0_set_performance_level()
1689 pstate_table->gfxclk_pstate.curr.min = sclk_min; in smu_v13_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_0_ppt.c1216 uint32_t sclk_min = 0, sclk_max = 0; in smu_v15_0_common_set_performance_level() local
1234 sclk_min = sclk_max; in smu_v15_0_common_set_performance_level()
1243 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); in smu_v15_0_common_set_performance_level()
1250 sclk_max = sclk_min; in smu_v15_0_common_set_performance_level()
1259 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v15_0_common_set_performance_level()
1271 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v15_0_common_set_performance_level()
1287 if (sclk_min && sclk_max) { in smu_v15_0_common_set_performance_level()
1290 sclk_min, in smu_v15_0_common_set_performance_level()
1295 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v15_0_common_set_performance_level()
H A Dsmu_v15_0.c1147 uint32_t sclk_min = 0, sclk_max = 0; in smu_v15_0_set_performance_level() local
1158 sclk_min = sclk_max = gfx_table->max; in smu_v15_0_set_performance_level()
1166 sclk_min = sclk_max = gfx_table->min; in smu_v15_0_set_performance_level()
1174 sclk_min = gfx_table->min; in smu_v15_0_set_performance_level()
1189 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v15_0_set_performance_level()
1197 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v15_0_set_performance_level()
1203 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v15_0_set_performance_level()
1218 if (sclk_min && sclk_max) { in smu_v15_0_set_performance_level()
1221 sclk_min, in smu_v15_0_set_performance_level()
1227 pstate_table->gfxclk_pstate.curr.min = sclk_min; in smu_v15_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1257 uint32_t sclk_min = 0, sclk_max = 0; in smu_v14_0_set_performance_level()
1268 sclk_min = sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v14_0_set_performance_level()
1276 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level()
1284 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level()
1299 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v14_0_set_performance_level()
1307 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v14_0_set_performance_level()
1313 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v14_0_set_performance_level()
1328 if (sclk_min && sclk_max) { in smu_v14_0_set_performance_level()
1331 sclk_min, in smu_v14_0_set_performance_level()
1337 pstate_table->gfxclk_pstate.curr.min = sclk_min; in smu_v14_0_set_performance_level()
1258 uint32_t sclk_min = 0, sclk_max = 0; smu_v14_0_set_performance_level() local
[all...]
H A Dsmu_v14_0_0_ppt.c1370 uint32_t sclk_min = 0, sclk_max = 0; in smu_v14_0_common_set_performance_level() local
1388 sclk_min = sclk_max; in smu_v14_0_common_set_performance_level()
1397 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); in smu_v14_0_common_set_performance_level()
1404 sclk_max = sclk_min; in smu_v14_0_common_set_performance_level()
1413 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v14_0_common_set_performance_level()
1425 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v14_0_common_set_performance_level()
1441 if (sclk_min && sclk_max) { in smu_v14_0_common_set_performance_level()
1444 sclk_min, in smu_v14_0_common_set_performance_level()
1450 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v14_0_common_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1867 uint32_t sclk_min = 0, sclk_max = 0; in smu_v11_0_set_performance_level()
1875 sclk_min = sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v11_0_set_performance_level()
1880 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level()
1885 sclk_min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level()
1894 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()
1899 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()
1905 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
1927 if (sclk_min && sclk_max) { in smu_v11_0_set_performance_level()
1930 sclk_min, in smu_v11_0_set_performance_level()
1868 uint32_t sclk_min = 0, sclk_max = 0; smu_v11_0_set_performance_level() local