diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index ea0f0f5b1f6..b07e0c9e5e8 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -1699,7 +1699,7 @@ radv_get_physical_device_properties(struct radv_physical_device *pdevice) /* VK_NV_device_generated_commands */ p->maxIndirectCommandsStreamCount = 1; p->maxIndirectCommandsStreamStride = UINT32_MAX; - p->maxIndirectCommandsTokenCount = UINT32_MAX; + p->maxIndirectCommandsTokenCount = 512; p->maxIndirectCommandsTokenOffset = UINT16_MAX; p->minIndirectCommandsBufferOffsetAlignment = 4; p->minSequencesCountBufferOffsetAlignment = 4;