mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 19:28:11 +02:00
This flag reflects whether the backend should track the VM activity or not. Needed if PAN_KMOD_VM_OP_MODE_DEFER_TO_NEXT_IDLE_POINT is used, so we can insert proper dependencies on our VM operations. Patch the gallium driver to set this flag at VM creation time since it calls pan_kmod_vm_bind() with mode=PAN_KMOD_VM_OP_MODE_DEFER_TO_NEXT_IDLE_POINT in the BO destruction path. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Antonino Maniscalco <antonino.maniscalco@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26358> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| pan_kmod.c | ||
| pan_kmod.h | ||
| pan_kmod_backend.h | ||
| panfrost_kmod.c | ||