[igt-dev] [PATCH i-g-t v6 0/4] Add api_intel_bb test
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Wed Jun 24 10:54:44 UTC 2020
Slowly as London bus move toward say goodbye to libdrm in the
rendercopy tests.
Seriously - add some new functions in intel_buf/intel_bb and
verify most of them work properly and doesn't affect gem_gpgpu_fill,
gem_media_fill and i915_pm_sseu which were previously migrated.
v2: fix mapping
v3: skip test where no context are available
v4: cover gens <=4, 5, and 6+ separately
v5: differentiate flush (MI_FLUSH <= gen4 and MI_FLUSH_DW >= gen5)
add intentionally failing test to skip full run
v6: add igt_info to print out ring, remove failing test
Zbigniew Kempczyński (4):
lib/intel_batchbuffer: Extend intel_bb
lib/intel_bufops: Add new functions and intel_buf fields
tests/api_intel_bb: Add intel_bb API test
HAX: run api_intel_bb tests and check (gpgpu|media)_fill are ok
lib/intel_batchbuffer.c | 390 +++++++++++++++--
lib/intel_batchbuffer.h | 52 ++-
lib/intel_bufops.c | 135 +++++-
lib/intel_bufops.h | 24 +-
tests/i915/api_intel_bb.c | 577 ++++++++++++++++++++++++++
tests/intel-ci/fast-feedback.testlist | 164 +-------
tests/meson.build | 1 +
7 files changed, 1144 insertions(+), 199 deletions(-)
create mode 100644 tests/i915/api_intel_bb.c
--
2.26.0
More information about the igt-dev
mailing list