diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index 3c428a1437c..6506506866f 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -568,7 +568,7 @@ tu_get_physical_device_features_1_2(struct tu_physical_device *pdevice, features->vulkanMemoryModelAvailabilityVisibilityChains = true; features->shaderOutputViewportIndex = true; features->shaderOutputLayer = true; - features->subgroupBroadcastDynamicId = false; + features->subgroupBroadcastDynamicId = true; } void