new_ppfeature_masks 4430 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c static int vega10_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks)
new_ppfeature_masks 4437 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX))
new_ppfeature_masks 4445 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		features_enabled & ~new_ppfeature_masks;
new_ppfeature_masks 4447 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		~features_enabled & new_ppfeature_masks;
new_ppfeature_masks 2050 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c static int vega12_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks)
new_ppfeature_masks 2057 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX))
new_ppfeature_masks 2065 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		features_enabled & ~new_ppfeature_masks;
new_ppfeature_masks 2067 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		~features_enabled & new_ppfeature_masks;
new_ppfeature_masks 3212 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c static int vega20_set_ppfeature_status(struct pp_hwmgr *hwmgr, uint64_t new_ppfeature_masks)
new_ppfeature_masks 3219 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	if (new_ppfeature_masks >= (1ULL << GNLD_FEATURES_MAX))
new_ppfeature_masks 3227 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		features_enabled & ~new_ppfeature_masks;
new_ppfeature_masks 3229 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		~features_enabled & new_ppfeature_masks;