Searched refs:dclk_max (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_5_ppt.c | 1013 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_5_set_performance_level() local 1020 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in smu_v13_0_5_set_performance_level() 1023 dclk_min = dclk_max; in smu_v13_0_5_set_performance_level() 1031 dclk_max = dclk_min; in smu_v13_0_5_set_performance_level() 1036 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1043 smu_v13_0_5_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1079 if (dclk_min && dclk_max) { in smu_v13_0_5_set_performance_level() 1083 dclk_max, in smu_v13_0_5_set_performance_level()
|
| H A D | smu_v13_0_4_ppt.c | 978 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_4_set_performance_level() local 987 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in smu_v13_0_4_set_performance_level() 992 dclk_min = dclk_max; in smu_v13_0_4_set_performance_level() 1004 dclk_max = dclk_min; in smu_v13_0_4_set_performance_level() 1011 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1021 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1070 if (dclk_min && dclk_max) { in smu_v13_0_4_set_performance_level() 1074 dclk_max); in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1210 uint32_t dclk_min = 0, dclk_max = 0; in yellow_carp_set_performance_level() local 1220 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in yellow_carp_set_performance_level() 1225 dclk_min = dclk_max; in yellow_carp_set_performance_level() 1237 dclk_max = dclk_min; in yellow_carp_set_performance_level() 1244 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1254 yellow_carp_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1307 if (dclk_min && dclk_max) { in yellow_carp_set_performance_level() 1311 dclk_max, in yellow_carp_set_performance_level()
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | rivafb.h | 49 unsigned dclk_max; /* max DCLK */ member
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1467 uint32_t dclk_min = 0, dclk_max = 0; in smu_v15_0_common_set_performance_level() local 1478 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in smu_v15_0_common_set_performance_level() 1485 dclk_min = dclk_max; in smu_v15_0_common_set_performance_level() 1501 dclk_max = dclk_min; in smu_v15_0_common_set_performance_level() 1510 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v15_0_common_set_performance_level() 1522 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v15_0_common_set_performance_level() 1582 if (dclk_min && dclk_max) { in smu_v15_0_common_set_performance_level() 1586 dclk_max); in smu_v15_0_common_set_performance_level()
|