mesa/src/intel/vulkan/xe
Lionel Landwerlin 49d2d25e24 anv: make device initialization more asynchronous
With this change, the engine initialization batches are build and
submitted at vkCreateDevice() but the function doesn't wait for them
to complete. Instead we wait at vkDestroyDevice() or whenever another
submission happens on the queue, we check whether the initialization
batch has completed (without waiting) and free it if completed.

Seems to be about 25% reduction time of vkCreateDevice()

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28975>
2024-06-13 08:29:25 +00:00
..
anv_batch_chain.c anv: make device initialization more asynchronous 2024-06-13 08:29:25 +00:00
anv_batch_chain.h anv: make device initialization more asynchronous 2024-06-13 08:29:25 +00:00
anv_device.c anv: Set VM control to true in Xe KMD 2024-03-14 15:53:22 +00:00
anv_device.h anv: hide exec_flags selection inside the i915 backend 2023-07-13 17:12:26 +00:00
anv_kmd_backend.c anv: make device initialization more asynchronous 2024-06-13 08:29:25 +00:00
anv_queue.c intel: Sync xe_drm.h take 2 part 3 2023-12-06 17:35:23 +00:00
anv_queue.h anv: Create Xe engines 2023-03-23 13:27:39 +00:00