Searched refs:new_ppfeature_masks (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2187 static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) argument
2194 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX))
2202 features_enabled & ~new_ppfeature_masks;
2204 ~features_enabled & new_ppfeature_masks;
H A Dvega20_hwmgr.c3265 static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) argument
3273 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX))
3281 features_enabled & ~new_ppfeature_masks;
3283 ~features_enabled & new_ppfeature_masks;
H A Dvega10_hwmgr.c4590 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) argument
4597 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX))
4605 features_enabled & ~new_ppfeature_masks;
4607 ~features_enabled & new_ppfeature_masks;

Completed in 177 milliseconds