Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2197 static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega12_set_ppfeature_status() argument
2204 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega12_set_ppfeature_status()
2212 features_enabled & ~new_ppfeature_masks; in vega12_set_ppfeature_status()
2214 ~features_enabled & new_ppfeature_masks; in vega12_set_ppfeature_status()
H A Dvega20_hwmgr.c3276 static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega20_set_ppfeature_status() argument
3284 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega20_set_ppfeature_status()
3292 features_enabled & ~new_ppfeature_masks; in vega20_set_ppfeature_status()
3294 ~features_enabled & new_ppfeature_masks; in vega20_set_ppfeature_status()
H A Dvega10_hwmgr.c4622 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega10_set_ppfeature_status() argument
4629 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega10_set_ppfeature_status()
4637 features_enabled & ~new_ppfeature_masks; in vega10_set_ppfeature_status()
4639 ~features_enabled & new_ppfeature_masks; in vega10_set_ppfeature_status()