HomeSort by: relevance | last modified time | path
    Searched defs:smu_features_low (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vega12_smumgr.c 128 uint32_t smu_features_low, smu_features_high; local in function:vega12_enable_smc_features
130 smu_features_low = (uint32_t)((feature_mask & SMU_FEATURES_LOW_MASK) >> SMU_FEATURES_LOW_SHIFT);
135 PPSMC_MSG_EnableSmuFeaturesLow, smu_features_low) == 0,
144 PPSMC_MSG_DisableSmuFeaturesLow, smu_features_low) == 0,
amdgpu_vega12_smumgr.c 128 uint32_t smu_features_low, smu_features_high; local in function:vega12_enable_smc_features
130 smu_features_low = (uint32_t)((feature_mask & SMU_FEATURES_LOW_MASK) >> SMU_FEATURES_LOW_SHIFT);
135 PPSMC_MSG_EnableSmuFeaturesLow, smu_features_low) == 0,
144 PPSMC_MSG_DisableSmuFeaturesLow, smu_features_low) == 0,
amdgpu_vega20_smumgr.c 315 uint32_t smu_features_low, smu_features_high; local in function:vega20_enable_smc_features
318 smu_features_low = (uint32_t)((feature_mask & SMU_FEATURES_LOW_MASK) >> SMU_FEATURES_LOW_SHIFT);
323 PPSMC_MSG_EnableSmuFeaturesLow, smu_features_low)) == 0,
332 PPSMC_MSG_DisableSmuFeaturesLow, smu_features_low)) == 0,
amdgpu_vega20_smumgr.c 315 uint32_t smu_features_low, smu_features_high; local in function:vega20_enable_smc_features
318 smu_features_low = (uint32_t)((feature_mask & SMU_FEATURES_LOW_MASK) >> SMU_FEATURES_LOW_SHIFT);
323 PPSMC_MSG_EnableSmuFeaturesLow, smu_features_low)) == 0,
332 PPSMC_MSG_DisableSmuFeaturesLow, smu_features_low)) == 0,

Completed in 22 milliseconds