Home
last modified time | relevance | path

Searched refs:smu_feature_bitmap (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c370 data->smu_features[i].smu_feature_bitmap = 1 << i; in vega10_init_dpm_defaults()
2356 data->smu_features[GNLD_DPM_PREFETCHER].smu_feature_bitmap)) in vega10_acg_enable()
2369 data->smu_features[GNLD_ACG].smu_feature_bitmap)) in vega10_acg_enable()
2387 data->smu_features[GNLD_ACG].smu_feature_bitmap)) in vega10_acg_disable()
2440 data->smu_features[GNLD_AVFS].smu_feature_bitmap), in vega10_avfs_enable()
2447 data->smu_features[GNLD_AVFS].smu_feature_bitmap), in vega10_avfs_enable()
2725 data->smu_features[GNLD_THERMAL].smu_feature_bitmap), in vega10_enable_thermal_protection()
2745 data->smu_features[GNLD_THERMAL].smu_feature_bitmap), in vega10_disable_thermal_protection()
2763 data->smu_features[GNLD_VR0HOT].smu_feature_bitmap), in vega10_enable_vrhot_feature()
2772 data->smu_features[GNLD_VR1HOT].smu_feature_bitmap), in vega10_enable_vrhot_feature()
[all …]
H A Dvega10_thermal.c190 smu_feature_bitmap), in vega10_enable_fan_control_feature()
207 smu_feature_bitmap), in vega10_disable_fan_control_feature()
448 data->smu_features[GNLD_FW_CTF].smu_feature_bitmap), in vega10_thermal_enable_alert()
479 data->smu_features[GNLD_FW_CTF].smu_feature_bitmap), in vega10_thermal_disable_alert()
H A Dvega12_thermal.c78 smu_feature_bitmap), in vega12_enable_fan_control_feature()
96 smu_feature_bitmap), in vega12_disable_fan_control_feature()
H A Dvega20_thermal.c41 smu_feature_bitmap); in vega20_disable_fan_control_feature()
70 smu_feature_bitmap); in vega20_enable_fan_control_feature()
H A Dvega10_powertune.c1207 …result = vega10_enable_smc_features(hwmgr, true, data->smu_features[GNLD_DIDT].smu_feature_bitmap); in vega10_enable_didt_config()
1254 …esult = vega10_enable_smc_features(hwmgr, false, data->smu_features[GNLD_DIDT].smu_feature_bitmap); in vega10_disable_didt_config()
1331 true, data->smu_features[GNLD_PPT].smu_feature_bitmap), in vega10_enable_power_containment()
1337 true, data->smu_features[GNLD_TDC].smu_feature_bitmap), in vega10_enable_power_containment()
1357 false, data->smu_features[GNLD_PPT].smu_feature_bitmap), in vega10_disable_power_containment()
1363 false, data->smu_features[GNLD_TDC].smu_feature_bitmap), in vega10_disable_power_containment()
H A Dvega12_hwmgr.c360 data->smu_features[i].smu_feature_bitmap = in vega12_init_dpm_defaults()
559 data->smu_features[GNLD_DPM_LINK].smu_feature_bitmap); in vega12_override_pcie_parameters()
876 …(allowed_features_high |= ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_HIGH_SHIFT) &… in vega12_set_allowed_featuresmask()
877 …(allowed_features_low |= ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_LOW_SHIFT) & 0… in vega12_set_allowed_featuresmask()
924 enabled = (features_enabled & data->smu_features[i].smu_feature_bitmap) ? true : false; in vega12_enable_all_smu_features()
950 enabled = (features_enabled & data->smu_features[i].smu_feature_bitmap) ? true : false; in vega12_disable_all_smu_features()
1300 data->smu_features[GNLD_DPM_VCE].smu_feature_bitmap), in vega12_enable_disable_vce_dpm()
2559 data->smu_features[GNLD_DPM_UVD].smu_feature_bitmap), in vega12_enable_disable_uvd_dpm()
H A Dvega12_hwmgr.h86 uint64_t smu_feature_bitmap; member
H A Dvega10_hwmgr.h81 uint32_t smu_feature_bitmap; member
H A Dvega20_hwmgr.h98 uint64_t smu_feature_bitmap; member
H A Dvega20_hwmgr.c400 data->smu_features[i].smu_feature_bitmap = in vega20_init_dpm_defaults()
905 data->smu_features[GNLD_DPM_LINK].smu_feature_bitmap); in vega20_override_pcie_parameters()
928 ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_HIGH_SHIFT) in vega20_set_allowed_featuresmask()
931 ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_LOW_SHIFT) in vega20_set_allowed_featuresmask()
980 enabled = (features_enabled & data->smu_features[i].smu_feature_bitmap) ? in vega20_enable_all_smu_features()
2024 data->smu_features[GNLD_DPM_VCE].smu_feature_bitmap); in vega20_enable_disable_vce_dpm()
3303 enabled = (features_enabled & data->smu_features[i].smu_feature_bitmap) ? in vega20_set_ppfeature_status()
3682 data->smu_features[GNLD_DPM_UVD].smu_feature_bitmap); in vega20_enable_disable_uvd_dpm()