Home
last modified time | relevance | path

Searched refs:GNLD_DIDT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H 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()
1180 …result = vega10_enable_smc_features(hwmgr, true, data->smu_features[GNLD_DIDT].smu_feature_bitmap); 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()
1227 …result = vega10_enable_smc_features(hwmgr, false, data->smu_features[GNLD_DIDT].smu_feature_bitmap… in vega10_disable_didt_config()
1229 data->smu_features[GNLD_DIDT].enabled = false; in vega10_disable_didt_config()
H A Dvega10_hwmgr.h67 GNLD_DIDT, enumerator
H A Dvega12_hwmgr.h67 GNLD_DIDT, enumerator
H A Dvega20_hwmgr.h75 GNLD_DIDT, enumerator
H A Dvega10_hwmgr.c427 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega10_init_dpm_defaults()
498 data->smu_features[GNLD_DIDT].supported = true; in vega10_init_dpm_defaults()
H A Dvega12_hwmgr.c353 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega12_init_dpm_defaults()
H A Dvega20_hwmgr.c388 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega20_init_dpm_defaults()