diff --git a/.pick_status.json b/.pick_status.json index 61013006214..3087ea4b101 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1384,7 +1384,7 @@ "description": "anv: Set Xe3 as supported", "nominated": true, "nomination_type": 4, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index 4daf3f4df2b..a9b8aea31f0 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -2514,7 +2514,7 @@ anv_physical_device_try_create(struct vk_instance *vk_instance, /* If INTEL_FORCE_PROBE was used, then the user has opted-in for * unsupported device support. No need to print a warning message. */ - } else if (devinfo.ver > 20) { + } else if (devinfo.ver > 30) { result = vk_errorf(instance, VK_ERROR_INCOMPATIBLE_DRIVER, "Vulkan not yet supported on %s", devinfo.name); goto fail_fd;