Searched refs:dclk1_min (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_0_ppt.c | 1370 uint32_t dclk1_min = 0, dclk1_max = 0; in smu_v14_0_common_set_performance_level() local 1388 dclk1_min = dclk1_max; in smu_v14_0_common_set_performance_level() 1397 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK1, &dclk1_min, NULL); in smu_v14_0_common_set_performance_level() 1404 dclk1_max = dclk1_min; in smu_v14_0_common_set_performance_level() 1413 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK1, &dclk1_min, &dclk1_max); in smu_v14_0_common_set_performance_level() 1425 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_DCLK1, &dclk1_min, &dclk1_max); in smu_v14_0_common_set_performance_level() 1498 if (dclk1_min && dclk1_max) { in smu_v14_0_common_set_performance_level() 1501 dclk1_min, in smu_v14_0_common_set_performance_level()
|