Home
last modified time | relevance | path

Searched refs:smu_features_high (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega12_smumgr.c129 uint32_t smu_features_low, smu_features_high; in vega12_enable_smc_features() local
132 smu_features_high = (uint32_t)((feature_mask & SMU_FEATURES_HIGH_MASK) >> SMU_FEATURES_HIGH_SHIFT); in vega12_enable_smc_features()
140 PPSMC_MSG_EnableSmuFeaturesHigh, smu_features_high, NULL) == 0, in vega12_enable_smc_features()
149 PPSMC_MSG_DisableSmuFeaturesHigh, smu_features_high, NULL) == 0, in vega12_enable_smc_features()
H A Dvega20_smumgr.c322 uint32_t smu_features_low, smu_features_high; in vega20_enable_smc_features() local
326 smu_features_high = (uint32_t)((feature_mask & SMU_FEATURES_HIGH_MASK) >> SMU_FEATURES_HIGH_SHIFT); in vega20_enable_smc_features()
334 PPSMC_MSG_EnableSmuFeaturesHigh, smu_features_high, NULL)) == 0, in vega20_enable_smc_features()
343 PPSMC_MSG_DisableSmuFeaturesHigh, smu_features_high, NULL)) == 0, in vega20_enable_smc_features()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega12_smumgr.c128 uint32_t smu_features_low, smu_features_high; in vega12_enable_smc_features() local
131 smu_features_high = (uint32_t)((feature_mask & SMU_FEATURES_HIGH_MASK) >> SMU_FEATURES_HIGH_SHIFT); in vega12_enable_smc_features()
139 PPSMC_MSG_EnableSmuFeaturesHigh, smu_features_high, NULL) == 0, in vega12_enable_smc_features()
148 PPSMC_MSG_DisableSmuFeaturesHigh, smu_features_high, NULL) == 0, in vega12_enable_smc_features()
H A Dvega20_smumgr.c320 uint32_t smu_features_low, smu_features_high; in vega20_enable_smc_features() local
324 smu_features_high = (uint32_t)((feature_mask & SMU_FEATURES_HIGH_MASK) >> SMU_FEATURES_HIGH_SHIFT); in vega20_enable_smc_features()
332 PPSMC_MSG_EnableSmuFeaturesHigh, smu_features_high, NULL)) == 0, in vega20_enable_smc_features()
341 PPSMC_MSG_DisableSmuFeaturesHigh, smu_features_high, NULL)) == 0, in vega20_enable_smc_features()

Completed in 6 milliseconds