mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 01:20:22 +01:00
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:
parent
affee04bd9
commit
7ebe93aa9f
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue