Searched refs:dclk_min (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 1201 uint32_t dclk_min = 0, dclk_max = 0; in smu_v14_0_set_performance_level() local 1212 dclk_min = dclk_max = SMU_DPM_TABLE_MAX(dclk_table); in smu_v14_0_set_performance_level() 1220 dclk_min = dclk_max = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_set_performance_level() 1232 dclk_min = SMU_DPM_TABLE_MIN(dclk_table); in smu_v14_0_set_performance_level() 1243 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v14_0_set_performance_level() 1257 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v14_0_set_performance_level() 1323 if (dclk_min && dclk_max) { in smu_v14_0_set_performance_level() 1329 dclk_min, in smu_v14_0_set_performance_level() 1335 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v14_0_set_performance_level()
|
| H A D | smu_v14_0_0_ppt.c | 1378 uint32_t dclk_min = 0, dclk_max = 0; in smu_v14_0_common_set_performance_level() local 1396 dclk_min = dclk_max; in smu_v14_0_common_set_performance_level() 1405 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v14_0_common_set_performance_level() 1412 dclk_max = dclk_min; in smu_v14_0_common_set_performance_level() 1421 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v14_0_common_set_performance_level() 1433 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v14_0_common_set_performance_level() 1498 if (dclk_min && dclk_max) { in smu_v14_0_common_set_performance_level() 1501 dclk_min, in smu_v14_0_common_set_performance_level()
|