Searched refs:sclk_max (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 1197 uint32_t sclk_min = 0, sclk_max = 0; in smu_v14_0_set_performance_level() local 1208 sclk_min = sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v14_0_set_performance_level() 1216 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_set_performance_level() 1225 sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v14_0_set_performance_level() 1239 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v14_0_set_performance_level() 1247 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v14_0_set_performance_level() 1253 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v14_0_set_performance_level() 1268 if (sclk_min && sclk_max) { in smu_v14_0_set_performance_level() 1272 sclk_max, in smu_v14_0_set_performance_level() 1278 pstate_table->gfxclk_pstate.curr.max = sclk_max; in smu_v14_0_set_performance_level()
|
| H A D | smu_v14_0_0_ppt.c | 1374 uint32_t sclk_min = 0, sclk_max = 0; in smu_v14_0_common_set_performance_level() local 1385 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in smu_v14_0_common_set_performance_level() 1392 sclk_min = sclk_max; in smu_v14_0_common_set_performance_level() 1408 sclk_max = sclk_min; in smu_v14_0_common_set_performance_level() 1417 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v14_0_common_set_performance_level() 1429 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v14_0_common_set_performance_level() 1445 if (sclk_min && sclk_max) { in smu_v14_0_common_set_performance_level() 1449 sclk_max, in smu_v14_0_common_set_performance_level() 1455 smu->gfx_actual_soft_max_freq = sclk_max; in smu_v14_0_common_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 1792 uint32_t sclk_min = 0, sclk_max = 0; in smu_v11_0_set_performance_level() local 1800 sclk_min = sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v11_0_set_performance_level() 1805 sclk_min = sclk_max = SMU_DPM_TABLE_MIN(gfx_table); in smu_v11_0_set_performance_level() 1811 sclk_max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v11_0_set_performance_level() 1819 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level() 1824 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level() 1830 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level() 1852 if (sclk_min && sclk_max) { in smu_v11_0_set_performance_level() 1856 sclk_max, in smu_v11_0_set_performance_level()
|