Home
last modified time | relevance | path

Searched refs:dclk_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_4_ppt.c972 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_4_set_performance_level() local
981 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in smu_v13_0_4_set_performance_level()
986 dclk_min = dclk_max; in smu_v13_0_4_set_performance_level()
998 dclk_max = dclk_min; in smu_v13_0_4_set_performance_level()
1005 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level()
1015 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level()
1064 if (dclk_min && dclk_max) { in smu_v13_0_4_set_performance_level()
1068 dclk_max); in smu_v13_0_4_set_performance_level()
H A Dsmu_v13_0.c1715 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_set_performance_level() local
1726 dclk_min = dclk_max = dclk_table->max; in smu_v13_0_set_performance_level()
1734 dclk_min = dclk_max = dclk_table->min; in smu_v13_0_set_performance_level()
1747 dclk_max = dclk_table->max; in smu_v13_0_set_performance_level()
1757 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()
1771 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()
1790 dclk_min = dclk_max = 0; in smu_v13_0_set_performance_level()
1850 if (dclk_min && dclk_max) { in smu_v13_0_set_performance_level()
1857 dclk_max, in smu_v13_0_set_performance_level()
1863 pstate_table->dclk_pstate.curr.max = dclk_max; in smu_v13_0_set_performance_level()
/linux/drivers/video/fbdev/riva/
H A Drivafb.h49 unsigned dclk_max; /* max DCLK */ member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c1358 uint32_t dclk_min = 0, dclk_max = 0; in smu_v14_0_common_set_performance_level() local
1369 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in smu_v14_0_common_set_performance_level()
1376 dclk_min = dclk_max; in smu_v14_0_common_set_performance_level()
1392 dclk_max = dclk_min; in smu_v14_0_common_set_performance_level()
1401 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v14_0_common_set_performance_level()
1413 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v14_0_common_set_performance_level()
1473 if (dclk_min && dclk_max) { in smu_v14_0_common_set_performance_level()
1477 dclk_max); in smu_v14_0_common_set_performance_level()