[PATCH i-g-t 0/5] BST allocator testing
Andrzej Turko
andrzej.turko at linux.intel.com
Mon Apr 19 16:48:59 UTC 2021
From: Andrzej Turko <andrzej.turko at intel.com>
For CI only.
Andrzej Turko (5):
lib/intel_allocator.h: Fix argument names in struct definition
lib/igt_bst.h: Add a BST interface and an AVL implementation
lib/intel_allocator_bst: Implement the allocator with a BST
tests/i915_api_intel_allocator: Add the BST allocator
HAX: run tests using BST allocator on CI
lib/igt_bst.h | 57 ++
lib/igt_bst_avl.c | 660 +++++++++++++++++++++++
lib/intel_allocator.c | 12 +-
lib/intel_allocator.h | 9 +-
lib/intel_allocator_bst.c | 740 ++++++++++++++++++++++++++
lib/meson.build | 2 +
tests/i915/api_intel_allocator.c | 55 +-
tests/intel-ci/fast-feedback.testlist | 223 ++------
8 files changed, 1561 insertions(+), 197 deletions(-)
create mode 100644 lib/igt_bst.h
create mode 100644 lib/igt_bst_avl.c
create mode 100644 lib/intel_allocator_bst.c
--
2.25.1
More information about the Intel-gfx-trybot
mailing list