diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index d94a8e2ea51..9bb6c71652e 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -898,7 +898,7 @@ get_features(const struct anv_physical_device *pdevice, .dynamicRenderingLocalRead = true, /* VK_EXT_pipeline_protected_access */ - .pipelineProtectedAccess = true, + .pipelineProtectedAccess = pdevice->has_protected_contexts, /* VK_EXT_host_image_copy */ .hostImageCopy = true,