[igt-dev] [PATCH i-g-t v3 0/1] lib/intel_batchbuffer: reset allocator before subtest
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Feb 2 14:13:10 UTC 2022
igt_core inits intel_allocator before next subtest and this
makes allocator handle keeped in intel_batchbuffer invalid.
Moreover any call to intel_allocator can result in fail as
there are no allocators until first allocator_open.
Reset allocator in intel_batchbuffer and recreate its offsets
before next subtest run.
Add flag for turn on tracking with default off and helper
for turning it on/off. It will not change behaviour of already
used tests.
v2: add flag for tracking with default off (Zbigniew review)
v3: add and correct functions descriptions (Zbigniew)
Kamil Konieczny (1):
lib/intel_batchbuffer: add tracking and reset for allocator
lib/igt_core.c | 2 ++
lib/intel_batchbuffer.c | 72 +++++++++++++++++++++++++++++++++++++++++
lib/intel_batchbuffer.h | 7 ++++
3 files changed, 81 insertions(+)
--
2.32.0
More information about the igt-dev
mailing list