Home
last modified time | relevance | path

Searched refs:max_limits (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/radeon/
Dbtc_dpm.c1268 const struct radeon_clock_and_voltage_limits *max_limits, in btc_adjust_clock_combinations() argument
1281 max_limits->sclk, in btc_adjust_clock_combinations()
1288 max_limits->mclk, in btc_adjust_clock_combinations()
2097 struct radeon_clock_and_voltage_limits *max_limits; in btc_apply_state_adjust_rules() local
2109 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; in btc_apply_state_adjust_rules()
2111 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_dc; in btc_apply_state_adjust_rules()
2114 if (ps->high.mclk > max_limits->mclk) in btc_apply_state_adjust_rules()
2115 ps->high.mclk = max_limits->mclk; in btc_apply_state_adjust_rules()
2116 if (ps->high.sclk > max_limits->sclk) in btc_apply_state_adjust_rules()
2117 ps->high.sclk = max_limits->sclk; in btc_apply_state_adjust_rules()
[all …]
Dbtc_dpm.h48 const struct radeon_clock_and_voltage_limits *max_limits,
Dni_dpm.c789 struct radeon_clock_and_voltage_limits *max_limits; in ni_apply_state_adjust_rules() local
802 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; in ni_apply_state_adjust_rules()
804 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_dc; in ni_apply_state_adjust_rules()
808 if (ps->performance_levels[i].mclk > max_limits->mclk) in ni_apply_state_adjust_rules()
809 ps->performance_levels[i].mclk = max_limits->mclk; in ni_apply_state_adjust_rules()
810 if (ps->performance_levels[i].sclk > max_limits->sclk) in ni_apply_state_adjust_rules()
811 ps->performance_levels[i].sclk = max_limits->sclk; in ni_apply_state_adjust_rules()
812 if (ps->performance_levels[i].vddc > max_limits->vddc) in ni_apply_state_adjust_rules()
813 ps->performance_levels[i].vddc = max_limits->vddc; in ni_apply_state_adjust_rules()
814 if (ps->performance_levels[i].vddci > max_limits->vddci) in ni_apply_state_adjust_rules()
[all …]
Dci_dpm.c775 struct radeon_clock_and_voltage_limits *max_limits; in ci_apply_state_adjust_rules() local
800 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; in ci_apply_state_adjust_rules()
802 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_dc; in ci_apply_state_adjust_rules()
806 if (ps->performance_levels[i].mclk > max_limits->mclk) in ci_apply_state_adjust_rules()
807 ps->performance_levels[i].mclk = max_limits->mclk; in ci_apply_state_adjust_rules()
808 if (ps->performance_levels[i].sclk > max_limits->sclk) in ci_apply_state_adjust_rules()
809 ps->performance_levels[i].sclk = max_limits->sclk; in ci_apply_state_adjust_rules()
3897 const struct radeon_clock_and_voltage_limits *max_limits; in ci_enable_uvd_dpm() local
3901 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; in ci_enable_uvd_dpm()
3903 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_dc; in ci_enable_uvd_dpm()
[all …]
Dsi_dpm.c2950 struct radeon_clock_and_voltage_limits *max_limits; in si_apply_state_adjust_rules() local
3007 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_ac; in si_apply_state_adjust_rules()
3009 max_limits = &rdev->pm.dpm.dyn_state.max_clock_voltage_on_dc; in si_apply_state_adjust_rules()
3017 if (ps->performance_levels[i].mclk > max_limits->mclk) in si_apply_state_adjust_rules()
3018 ps->performance_levels[i].mclk = max_limits->mclk; in si_apply_state_adjust_rules()
3019 if (ps->performance_levels[i].sclk > max_limits->sclk) in si_apply_state_adjust_rules()
3020 ps->performance_levels[i].sclk = max_limits->sclk; in si_apply_state_adjust_rules()
3021 if (ps->performance_levels[i].vddc > max_limits->vddc) in si_apply_state_adjust_rules()
3022 ps->performance_levels[i].vddc = max_limits->vddc; in si_apply_state_adjust_rules()
3023 if (ps->performance_levels[i].vddci > max_limits->vddci) in si_apply_state_adjust_rules()
[all …]
Dkv_dpm.c1948 struct radeon_clock_and_voltage_limits *max_limits = in kv_apply_state_adjust_rules() local
1959 mclk = max_limits->mclk; in kv_apply_state_adjust_rules()
1963 stable_p_state_sclk = (max_limits->sclk * 75) / 100; in kv_apply_state_adjust_rules()
2082 struct radeon_clock_and_voltage_limits *max_limits = in kv_calculate_nbps_level_settings() local
2084 u32 mclk = max_limits->mclk; in kv_calculate_nbps_level_settings()
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c3283 const struct amdgpu_clock_and_voltage_limits *max_limits, in btc_adjust_clock_combinations() argument
3296 max_limits->sclk, in btc_adjust_clock_combinations()
3303 max_limits->mclk, in btc_adjust_clock_combinations()
3426 struct amdgpu_clock_and_voltage_limits *max_limits; in si_apply_state_adjust_rules() local
3480 max_limits = &adev->pm.dpm.dyn_state.max_clock_voltage_on_ac; in si_apply_state_adjust_rules()
3482 max_limits = &adev->pm.dpm.dyn_state.max_clock_voltage_on_dc; in si_apply_state_adjust_rules()
3490 if (ps->performance_levels[i].mclk > max_limits->mclk) in si_apply_state_adjust_rules()
3491 ps->performance_levels[i].mclk = max_limits->mclk; in si_apply_state_adjust_rules()
3492 if (ps->performance_levels[i].sclk > max_limits->sclk) in si_apply_state_adjust_rules()
3493 ps->performance_levels[i].sclk = max_limits->sclk; in si_apply_state_adjust_rules()
[all …]
Dkv_dpm.c2217 struct amdgpu_clock_and_voltage_limits *max_limits = in kv_apply_state_adjust_rules() local
2228 mclk = max_limits->mclk; in kv_apply_state_adjust_rules()
2232 stable_p_state_sclk = (max_limits->sclk * 75) / 100; in kv_apply_state_adjust_rules()
2351 struct amdgpu_clock_and_voltage_limits *max_limits = in kv_calculate_nbps_level_settings() local
2353 u32 mclk = max_limits->mclk; in kv_calculate_nbps_level_settings()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_hwmgr.c3249 const struct phm_clock_and_voltage_limits *max_limits; in vega10_apply_state_adjust_rules() local
3265 max_limits = adev->pm.ac_power ? in vega10_apply_state_adjust_rules()
3273 max_limits->mclk) in vega10_apply_state_adjust_rules()
3275 max_limits->mclk; in vega10_apply_state_adjust_rules()
3277 max_limits->sclk) in vega10_apply_state_adjust_rules()
3279 max_limits->sclk; in vega10_apply_state_adjust_rules()
3296 max_limits = &(hwmgr->dyn_state.max_clock_voltage_on_ac); in vega10_apply_state_adjust_rules()
3297 stable_pstate_sclk = (max_limits->sclk * in vega10_apply_state_adjust_rules()
3313 stable_pstate_mclk = max_limits->mclk; in vega10_apply_state_adjust_rules()
3338 sclk = (minimum_clocks.engineClock > max_limits->sclk) ? in vega10_apply_state_adjust_rules()
[all …]
Dsmu7_hwmgr.c3284 const struct phm_clock_and_voltage_limits *max_limits; in smu7_apply_state_adjust_rules() local
3298 max_limits = adev->pm.ac_power ? in smu7_apply_state_adjust_rules()
3305 if (smu7_ps->performance_levels[i].memory_clock > max_limits->mclk) in smu7_apply_state_adjust_rules()
3306 smu7_ps->performance_levels[i].memory_clock = max_limits->mclk; in smu7_apply_state_adjust_rules()
3307 if (smu7_ps->performance_levels[i].engine_clock > max_limits->sclk) in smu7_apply_state_adjust_rules()
3308 smu7_ps->performance_levels[i].engine_clock = max_limits->sclk; in smu7_apply_state_adjust_rules()
3317 max_limits = &(hwmgr->dyn_state.max_clock_voltage_on_ac); in smu7_apply_state_adjust_rules()
3318 stable_pstate_sclk = (max_limits->sclk * 75) / 100; in smu7_apply_state_adjust_rules()
3333 stable_pstate_mclk = max_limits->mclk; in smu7_apply_state_adjust_rules()
3368 sclk = (minimum_clocks.engineClock > max_limits->sclk) ? in smu7_apply_state_adjust_rules()
[all …]
Dvega12_hwmgr.c1800 struct phm_clock_and_voltage_limits *max_limits = in vega12_get_dal_power_level()
1803 info->engine_max_clock = max_limits->sclk; in vega12_get_dal_power_level()
1804 info->memory_max_clock = max_limits->mclk; in vega12_get_dal_power_level()
Dvega20_hwmgr.c2793 struct phm_clock_and_voltage_limits *max_limits = in vega20_get_dal_power_level()
2796 info->engine_max_clock = max_limits->sclk; in vega20_get_dal_power_level()
2797 info->memory_max_clock = max_limits->mclk; in vega20_get_dal_power_level()