diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 18c232b74f4..3487e36f906 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -997,9 +997,10 @@ get_properties_1_1(const struct anv_physical_device *pdevice, p->maxMultiviewViewCount = 16; p->maxMultiviewInstanceIndex = UINT32_MAX / 16; /* Our protected implementation is a memory encryption mechanism, it - * doesn't page fault. + * shouldn't page fault, but it hangs the HW so in terms of user visibility + * it's similar to a fault. */ - p->protectedNoFault = true; + p->protectedNoFault = false; /* This value doesn't matter for us today as our per-stage descriptors are * the real limit. */