Searched refs:new_ppfeature_masks (Results 1 – 3 of 3) sorted by relevance
2055 static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega12_set_ppfeature_status() argument2062 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega12_set_ppfeature_status()2070 features_enabled & ~new_ppfeature_masks; in vega12_set_ppfeature_status()2072 ~features_enabled & new_ppfeature_masks; in vega12_set_ppfeature_status()
3222 static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega20_set_ppfeature_status() argument3229 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega20_set_ppfeature_status()3237 features_enabled & ~new_ppfeature_masks; in vega20_set_ppfeature_status()3239 ~features_enabled & new_ppfeature_masks; in vega20_set_ppfeature_status()
4496 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega10_set_ppfeature_status() argument4503 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega10_set_ppfeature_status()4511 features_enabled & ~new_ppfeature_masks; in vega10_set_ppfeature_status()4513 ~features_enabled & new_ppfeature_masks; in vega10_set_ppfeature_status()