Home
last modified time | relevance | path

Searched refs:smc_features_high (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvega12_smumgr.c159 uint32_t smc_features_low, smc_features_high; in vega12_get_enabled_smc_features() local
172 &smc_features_high) == 0, in vega12_get_enabled_smc_features()
177 (((uint64_t)smc_features_high << SMU_FEATURES_HIGH_SHIFT) & SMU_FEATURES_HIGH_MASK)); in vega12_get_enabled_smc_features()
Dvega20_smumgr.c352 uint32_t smc_features_low, smc_features_high; in vega20_get_enabled_smc_features() local
365 &smc_features_high)) == 0, in vega20_get_enabled_smc_features()
370 (((uint64_t)smc_features_high << SMU_FEATURES_HIGH_SHIFT) & SMU_FEATURES_HIGH_MASK)); in vega20_get_enabled_smc_features()