Home
last modified time | relevance | path

Searched refs:smu_features (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega10_hwmgr.c370 data->smu_features[i].enabled = false; in vega10_init_dpm_defaults()
371 data->smu_features[i].supported = false; in vega10_init_dpm_defaults()
410 data->smu_features[GNLD_RM].smu_feature_id = in vega10_init_dpm_defaults()
2401 data->smu_features[GNLD_ACG].enabled) in vega10_acg_disable()
2927 if (data->smu_features[i].supported) { in vega10_stop_dpm()
2928 if (data->smu_features[i].enabled) { in vega10_stop_dpm()
2929 feature_mask |= data->smu_features[i]. in vega10_stop_dpm()
2954 if (data->smu_features[i].supported) { in vega10_start_dpm()
2955 if (!data->smu_features[i].enabled) { in vega10_start_dpm()
2958 data->smu_features[i].enabled = true; in vega10_start_dpm()
[all …]
A Dvega12_hwmgr.c315 data->smu_features[GNLD_ULV].smu_feature_id = in vega12_init_dpm_defaults()
329 data->smu_features[GNLD_PPT].smu_feature_id = in vega12_init_dpm_defaults()
331 data->smu_features[GNLD_TDC].smu_feature_id = in vega12_init_dpm_defaults()
337 data->smu_features[GNLD_RM].smu_feature_id = in vega12_init_dpm_defaults()
359 data->smu_features[i].smu_feature_bitmap = in vega12_init_dpm_defaults()
361 data->smu_features[i].allowed = in vega12_init_dpm_defaults()
882 if (data->smu_features[i].allowed) in vega12_set_allowed_featuresmask()
933 data->smu_features[i].enabled = enabled; in vega12_enable_all_smu_features()
934 data->smu_features[i].supported = enabled; in vega12_enable_all_smu_features()
959 data->smu_features[i].enabled = enabled; in vega12_disable_all_smu_features()
[all …]
A Dvega10_thermal.c100 if (data->smu_features[GNLD_FAN_CONTROL].supported) { in vega10_fan_ctrl_get_fan_speed_rpm()
184 if (data->smu_features[GNLD_FAN_CONTROL].supported) { in vega10_enable_fan_control_feature()
187 data->smu_features[GNLD_FAN_CONTROL]. in vega10_enable_fan_control_feature()
191 data->smu_features[GNLD_FAN_CONTROL].enabled = true; in vega10_enable_fan_control_feature()
204 data->smu_features[GNLD_FAN_CONTROL]. in vega10_disable_fan_control_feature()
438 if (data->smu_features[GNLD_FW_CTF].supported) { in vega10_thermal_enable_alert()
439 if (data->smu_features[GNLD_FW_CTF].enabled) in vega10_thermal_enable_alert()
447 data->smu_features[GNLD_FW_CTF].enabled = true; in vega10_thermal_enable_alert()
468 if (data->smu_features[GNLD_FW_CTF].supported) { in vega10_thermal_disable_alert()
469 if (!data->smu_features[GNLD_FW_CTF].enabled) in vega10_thermal_disable_alert()
[all …]
A Dvega12_thermal.c73 if (data->smu_features[GNLD_FAN_CONTROL].supported) { in vega12_enable_fan_control_feature()
76 data->smu_features[GNLD_FAN_CONTROL]. in vega12_enable_fan_control_feature()
80 data->smu_features[GNLD_FAN_CONTROL].enabled = true; in vega12_enable_fan_control_feature()
91 if (data->smu_features[GNLD_FAN_CONTROL].supported) { in vega12_disable_fan_control_feature()
94 data->smu_features[GNLD_FAN_CONTROL]. in vega12_disable_fan_control_feature()
98 data->smu_features[GNLD_FAN_CONTROL].enabled = false; in vega12_disable_fan_control_feature()
108 if (data->smu_features[GNLD_FAN_CONTROL].supported) in vega12_fan_ctrl_start_smc_fan_control()
122 if (data->smu_features[GNLD_FAN_CONTROL].supported) in vega12_fan_ctrl_stop_smc_fan_control()
A Dvega20_hwmgr.c350 data->smu_features[GNLD_ULV].smu_feature_id = in vega20_init_dpm_defaults()
364 data->smu_features[GNLD_PPT].smu_feature_id = in vega20_init_dpm_defaults()
366 data->smu_features[GNLD_TDC].smu_feature_id = in vega20_init_dpm_defaults()
372 data->smu_features[GNLD_RM].smu_feature_id = in vega20_init_dpm_defaults()
399 data->smu_features[i].smu_feature_bitmap = in vega20_init_dpm_defaults()
401 data->smu_features[i].allowed = in vega20_init_dpm_defaults()
934 if (data->smu_features[i].allowed) in vega20_set_allowed_featuresmask()
991 data->smu_features[i].enabled = enabled; in vega20_enable_all_smu_features()
992 data->smu_features[i].supported = enabled; in vega20_enable_all_smu_features()
1042 data->smu_features[i].enabled = 0; in vega20_disable_all_smu_features()
[all …]
A Dvega20_thermal.c37 if (data->smu_features[GNLD_FAN_CONTROL].supported) { in vega20_disable_fan_control_feature()
40 data->smu_features[GNLD_FAN_CONTROL]. in vega20_disable_fan_control_feature()
45 data->smu_features[GNLD_FAN_CONTROL].enabled = false; in vega20_disable_fan_control_feature()
55 if (data->smu_features[GNLD_FAN_CONTROL].supported) in vega20_fan_ctrl_stop_smc_fan_control()
66 if (data->smu_features[GNLD_FAN_CONTROL].supported) { in vega20_enable_fan_control_feature()
69 data->smu_features[GNLD_FAN_CONTROL]. in vega20_enable_fan_control_feature()
74 data->smu_features[GNLD_FAN_CONTROL].enabled = true; in vega20_enable_fan_control_feature()
84 if (data->smu_features[GNLD_FAN_CONTROL].supported) in vega20_fan_ctrl_start_smc_fan_control()
A Dvega10_powertune.c1147 if (data->smu_features[GNLD_DIDT].supported) { in vega10_enable_didt_config()
1148 if (data->smu_features[GNLD_DIDT].enabled) in vega10_enable_didt_config()
1182 data->smu_features[GNLD_DIDT].enabled = true; in vega10_enable_didt_config()
1194 if (data->smu_features[GNLD_DIDT].supported) { in vega10_disable_didt_config()
1195 if (!data->smu_features[GNLD_DIDT].enabled) in vega10_disable_didt_config()
1229 data->smu_features[GNLD_DIDT].enabled = false; in vega10_disable_didt_config()
1302 if (data->smu_features[GNLD_PPT].supported) in vega10_enable_power_containment()
1306 data->smu_features[GNLD_PPT].supported = false); in vega10_enable_power_containment()
1308 if (data->smu_features[GNLD_TDC].supported) in vega10_enable_power_containment()
1328 if (data->smu_features[GNLD_PPT].supported) in vega10_disable_power_containment()
[all …]
A Dvega10_hwmgr.h77 struct smu_features { struct
380 struct smu_features smu_features[GNLD_FEATURES_MAX]; member
A Dvega12_hwmgr.h80 struct smu_features { struct
391 struct smu_features smu_features[GNLD_FEATURES_MAX]; member
A Dvega20_powertune.c37 if (data->smu_features[GNLD_PPT].enabled) in vega20_set_power_limit()
A Dvega20_hwmgr.h93 struct smu_features { struct
519 struct smu_features smu_features[GNLD_FEATURES_MAX]; member

Completed in 55 milliseconds