Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2166 static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega12_set_ppfeature_status() argument
2173 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega12_set_ppfeature_status()
2181 features_enabled & ~new_ppfeature_masks; in vega12_set_ppfeature_status()
2183 ~features_enabled & new_ppfeature_masks; in vega12_set_ppfeature_status()
Dvega20_hwmgr.c3263 static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega20_set_ppfeature_status() argument
3271 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega20_set_ppfeature_status()
3279 features_enabled & ~new_ppfeature_masks; in vega20_set_ppfeature_status()
3281 ~features_enabled & new_ppfeature_masks; in vega20_set_ppfeature_status()
Dvega10_hwmgr.c4573 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega10_set_ppfeature_status() argument
4580 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega10_set_ppfeature_status()
4588 features_enabled & ~new_ppfeature_masks; in vega10_set_ppfeature_status()
4590 ~features_enabled & new_ppfeature_masks; in vega10_set_ppfeature_status()