Searched refs:GNLD_DIDT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega10_powertune.c | 1174 if (data->smu_features[GNLD_DIDT].supported) { in vega10_enable_didt_config() 1175 if (data->smu_features[GNLD_DIDT].enabled) in vega10_enable_didt_config() 1207 result = vega10_enable_smc_features(hwmgr, true, data->smu_features[GNLD_DIDT].smu_feature_bitmap); in vega10_enable_didt_config() 1209 data->smu_features[GNLD_DIDT].enabled = true; in vega10_enable_didt_config() 1221 if (data->smu_features[GNLD_DIDT].supported) { in vega10_disable_didt_config() 1222 if (!data->smu_features[GNLD_DIDT].enabled) in vega10_disable_didt_config() 1254 result = vega10_enable_smc_features(hwmgr, false, data->smu_features[GNLD_DIDT].smu_feature_bitmap); in vega10_disable_didt_config() 1256 data->smu_features[GNLD_DIDT].enabled = false; in vega10_disable_didt_config()
|
H A D | vega12_hwmgr.h | 68 GNLD_DIDT, enumerator
|
H A D | vega10_hwmgr.h | 67 GNLD_DIDT, enumerator
|
H A D | vega20_hwmgr.h | 75 GNLD_DIDT, enumerator
|
H A D | vega10_hwmgr.c | 428 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega10_init_dpm_defaults() 496 data->smu_features[GNLD_DIDT].supported = true; in vega10_init_dpm_defaults()
|
H A D | vega12_hwmgr.c | 354 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega12_init_dpm_defaults()
|
H A D | vega20_hwmgr.c | 389 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega20_init_dpm_defaults()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega10_powertune.c | 1147 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 D | vega10_hwmgr.h | 67 GNLD_DIDT, enumerator
|
H A D | vega12_hwmgr.h | 67 GNLD_DIDT, enumerator
|
H A D | vega20_hwmgr.h | 75 GNLD_DIDT, enumerator
|
H A D | vega12_hwmgr.c | 353 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega12_init_dpm_defaults()
|
H A D | vega10_hwmgr.c | 427 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega10_init_dpm_defaults() 495 data->smu_features[GNLD_DIDT].supported = true; in vega10_init_dpm_defaults()
|
H A D | vega20_hwmgr.c | 388 data->smu_features[GNLD_DIDT].smu_feature_id = FEATURE_GFX_EDC_BIT; in vega20_init_dpm_defaults()
|
Completed in 42 milliseconds