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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vega12_smumgr.c 159 uint32_t smc_features_low, smc_features_high; local in function:vega12_get_enabled_smc_features
168 smc_features_low = smu9_get_argument(hwmgr);
176 *features_enabled = ((((uint64_t)smc_features_low << SMU_FEATURES_LOW_SHIFT) & SMU_FEATURES_LOW_MASK) |
amdgpu_vega20_smumgr.c 347 uint32_t smc_features_low, smc_features_high; local in function:vega20_get_enabled_smc_features
357 smc_features_low = vega20_get_argument(hwmgr);
364 *features_enabled = ((((uint64_t)smc_features_low << SMU_FEATURES_LOW_SHIFT) & SMU_FEATURES_LOW_MASK) |

Completed in 12 milliseconds