features_to_disable 4434 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	uint64_t features_to_disable;
features_to_disable 4444 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	features_to_disable =
features_to_disable 4449 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	pr_debug("features_to_disable 0x%llx\n", features_to_disable);
features_to_disable 4452 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (features_to_disable) {
features_to_disable 4453 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 		ret = vega10_enable_smc_features(hwmgr, false, features_to_disable);
features_to_disable 2054 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	uint64_t features_to_disable;
features_to_disable 2064 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	features_to_disable =
features_to_disable 2069 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	pr_debug("features_to_disable 0x%llx\n", features_to_disable);
features_to_disable 2072 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	if (features_to_disable) {
features_to_disable 2073 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 		ret = vega12_enable_smc_features(hwmgr, false, features_to_disable);
features_to_disable 3216 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	uint64_t features_to_disable;
features_to_disable 3226 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	features_to_disable =
features_to_disable 3231 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	pr_debug("features_to_disable 0x%llx\n", features_to_disable);
features_to_disable 3234 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	if (features_to_disable) {
features_to_disable 3235 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 		ret = vega20_enable_smc_features(hwmgr, false, features_to_disable);