Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2165 static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega12_set_ppfeature_status() argument
2172 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega12_set_ppfeature_status()
2180 features_enabled & ~new_ppfeature_masks; in vega12_set_ppfeature_status()
2182 ~features_enabled & new_ppfeature_masks; in vega12_set_ppfeature_status()
H A 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()
H A Dvega10_hwmgr.c4566 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega10_set_ppfeature_status() argument
4573 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega10_set_ppfeature_status()
4581 features_enabled & ~new_ppfeature_masks; in vega10_set_ppfeature_status()
4583 ~features_enabled & new_ppfeature_masks; in vega10_set_ppfeature_status()
/kernel/linux/linux-6.6/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) in vega12_set_ppfeature_status() argument
2194 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega12_set_ppfeature_status()
2202 features_enabled & ~new_ppfeature_masks; in vega12_set_ppfeature_status()
2204 ~features_enabled & new_ppfeature_masks; in vega12_set_ppfeature_status()
H A Dvega20_hwmgr.c3265 static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega20_set_ppfeature_status() argument
3273 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega20_set_ppfeature_status()
3281 features_enabled & ~new_ppfeature_masks; in vega20_set_ppfeature_status()
3283 ~features_enabled & new_ppfeature_masks; in vega20_set_ppfeature_status()
H A Dvega10_hwmgr.c4590 static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks) in vega10_set_ppfeature_status() argument
4597 if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX)) in vega10_set_ppfeature_status()
4605 features_enabled & ~new_ppfeature_masks; in vega10_set_ppfeature_status()
4607 ~features_enabled & new_ppfeature_masks; in vega10_set_ppfeature_status()

Completed in 28 milliseconds