[igt-dev] [PATCH v6 i-g-t 0/2] Fix the multiprocess mode of intel allocator
From: Andrzej Turko <hidden>
Date: 2021-06-17 07:16:55
In the multiprocess mode all requests to the allocator are
processed in the parent. However, in certain scenarios
(for example gem_exec_capture@pi), a child process may want
to create an allocator instance using its own private file
desriptor. Thus all ioctls used to determine available gtt size
must be called in the child process and not in the parent.
This patch series implements the above change.
v2: Test allocators for private and shared contexts in
multiprocess mode.
v3: Prepare all allocator implementations for supporting
region-based memory management.
v5: Validate fd when opening the allocator.
Cc: Zbigniew Kempczyński <redacted>
Andrzej Turko (2):
tests/i915/api_intel_allocator: Exercise allocator in multiprocess
mode
lib/intel_allocator: Move ioctl calls to client processes
lib/intel_allocator.c | 51 ++++++++++++++++++++++----------
lib/intel_allocator_random.c | 47 +++++++++++++++--------------
lib/intel_allocator_reloc.c | 35 ++++++++++------------
lib/intel_allocator_simple.c | 45 ++++------------------------
tests/i915/api_intel_allocator.c | 40 +++++++++++++++++++++++++
5 files changed, 119 insertions(+), 99 deletions(-)
--
2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev