anv/wsi: Stop requesting signal_*_with_memory

Now that we require the dma-buf sync file import/export path, these
legacy paths should never be invoked so we can stop requesting them.

Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36783>
This commit is contained in:
Faith Ekstrand 2025-08-14 16:48:39 -04:00
parent affee04bd9
commit 7ebe93aa9f

View file

@ -75,10 +75,6 @@ anv_init_wsi(struct anv_physical_device *physical_device)
i == VK_ICD_WSI_PLATFORM_DISPLAY;
}
wsi_device->get_blit_queue = anv_wsi_get_prime_blit_queue;
if (physical_device->info.kmd_type == INTEL_KMD_TYPE_I915) {
wsi_device->signal_semaphore_with_memory = true;
wsi_device->signal_fence_with_memory = true;
}
physical_device->vk.wsi_device = wsi_device;