diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 2d9de34ab20..8aa69ffeebd 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -1356,7 +1356,7 @@ radv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCr } } - if (!(instance->debug_flags & RADV_DEBUG_NO_IBS)) + if (pdev->info.has_graphics && !(instance->debug_flags & RADV_DEBUG_NO_IBS)) radv_create_gfx_preamble(device); if (!device->vk.disable_internal_cache) {