Searched refs:new_ppfeature_masks (Results 1 – 3 of 3) sorted by relevance
2050 static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega12_set_ppfeature_status() argument2057 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega12_set_ppfeature_status()2065 features_enabled & ~new_ppfeature_masks; in vega12_set_ppfeature_status()2067 ~features_enabled & new_ppfeature_masks; in vega12_set_ppfeature_status()
3212 static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega20_set_ppfeature_status() argument3219 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega20_set_ppfeature_status()3227 features_enabled & ~new_ppfeature_masks; in vega20_set_ppfeature_status()3229 ~features_enabled & new_ppfeature_masks; in vega20_set_ppfeature_status()
4430 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega10_set_ppfeature_status() argument4437 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega10_set_ppfeature_status()4445 features_enabled & ~new_ppfeature_masks; in vega10_set_ppfeature_status()4447 ~features_enabled & new_ppfeature_masks; in vega10_set_ppfeature_status()