mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-14 21:40:32 +01:00
Our sparse implementation will require us to issue partial unbinds, but partial unbinds are not supported in synchronous vm_bind ioctls, requiring us to to have our VM be marked with the ASYNC flag. This is not properly documented and is subject to change in the next iterations of the API. Error handling with async binds is also not documented anywhere and is being actively discussed in the mailing lists, so whatever we decide to implement here is likely to end up changing in a few weeks. Also, I haven't seen these errors happening in the real world, so for now they're a very corner case. So for now just foward errors to user-space and hope things work. Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24681> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| .clang-format | ||
| meson.build | ||