Searched refs:smu_features_low (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | vega12_smumgr.c | 129 uint32_t smu_features_low, smu_features_high; in vega12_enable_smc_features() local 131 smu_features_low = (uint32_t)((feature_mask & SMU_FEATURES_LOW_MASK) >> SMU_FEATURES_LOW_SHIFT); in vega12_enable_smc_features() 136 PPSMC_MSG_EnableSmuFeaturesLow, smu_features_low, NULL) == 0, in vega12_enable_smc_features() 145 PPSMC_MSG_DisableSmuFeaturesLow, smu_features_low, NULL) == 0, in vega12_enable_smc_features()
|
D | vega20_smumgr.c | 322 uint32_t smu_features_low, smu_features_high; in vega20_enable_smc_features() local 325 smu_features_low = (uint32_t)((feature_mask & SMU_FEATURES_LOW_MASK) >> SMU_FEATURES_LOW_SHIFT); in vega20_enable_smc_features() 330 PPSMC_MSG_EnableSmuFeaturesLow, smu_features_low, NULL)) == 0, in vega20_enable_smc_features() 339 PPSMC_MSG_DisableSmuFeaturesLow, smu_features_low, NULL)) == 0, in vega20_enable_smc_features()
|