HomeSort by: relevance | last modified time | path
    Searched refs:allowed_features_low (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 793 uint32_t allowed_features_low = 0, allowed_features_high = 0; local in function:vega12_set_allowed_featuresmask
799 (allowed_features_low |= ((data->smu_features[i].smu_feature_bitmap >> SMU_FEATURES_LOW_SHIFT) & 0xFFFFFFFF));
807 smum_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_SetAllowedFeaturesMaskLow, allowed_features_low) == 0,
amdgpu_vega20_hwmgr.c 893 uint32_t allowed_features_low = 0, allowed_features_high = 0; local in function:vega20_set_allowed_featuresmask
903 (allowed_features_low |=
914 PPSMC_MSG_SetAllowedFeaturesMaskLow, allowed_features_low);

Completed in 16 milliseconds