[Mesa-dev] [PATCH] anv/icl: Enable Vulkan on Ice Lake

Nanley Chery nanleychery at gmail.com
Wed Apr 25 23:43:11 UTC 2018


On Wed, Apr 25, 2018 at 03:59:52PM -0700, Anuj Phogat wrote:
> This patch enables the Vulkan driver on Ice Lake h/w
> with added warning about preliminary support.
> 
> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
> ---
>  src/intel/vulkan/anv_device.c | 2 ++
>  1 file changed, 2 insertions(+)
> 

This patch is
Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>

> diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
> index 7522b7865c..b456d3d4c5 100644
> --- a/src/intel/vulkan/anv_device.c
> +++ b/src/intel/vulkan/anv_device.c
> @@ -323,6 +323,8 @@ anv_physical_device_init(struct anv_physical_device *device,
>        intel_logw("Bay Trail Vulkan support is incomplete");
>     } else if (device->info.gen >= 8 && device->info.gen <= 10) {
>        /* Gen8-10 fully supported */
> +   } else if (device->info.gen == 11) {
> +      intel_logw("Vulkan is not yet fully supported on gen11.");
>     } else {
>        result = vk_errorf(device->instance, device,
>                           VK_ERROR_INCOMPATIBLE_DRIVER,
> -- 
> 2.13.6
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list