diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index f175fe2f3f3..db7e828d08a 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -2563,7 +2563,7 @@ radv_get_physical_device_queue_family_properties(struct radv_physical_device *pd *pQueueFamilyProperties[idx] = (VkQueueFamilyProperties){ .queueFlags = VK_QUEUE_SPARSE_BINDING_BIT, .queueCount = 1, - .timestampValidBits = 64, + .timestampValidBits = 0, .minImageTransferGranularity = (VkExtent3D){1, 1, 1}, }; idx++;