summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/amd/vulkan/radv_device.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 9bc44b84a2a..1132eeb52d7 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -949,8 +949,7 @@ VkResult radv_CreateDevice(
goto fail;
}
- /* temporarily disabled on CIK */
- if (device->physical_device->rad_info.chip_class > CIK)
+ if (device->physical_device->rad_info.chip_class >= CIK)
cik_create_gfx_config(device);
*pDevice = radv_device_to_handle(device);