Searched refs:dclk_max (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/video/fbdev/riva/ |
| H A D | rivafb.h | 49 unsigned dclk_max; /* max DCLK */ member
|
| /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() 1233 dclk_max = SMU_DPM_TABLE_MAX(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() 1330 dclk_max, in smu_v14_0_set_performance_level() 1336 pstate_table->dclk_pstate.curr.max = dclk_max; 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 1389 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in smu_v14_0_common_set_performance_level() 1396 dclk_min = dclk_max; 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() 1502 dclk_max, in smu_v14_0_common_set_performance_level()
|