[PATCH i-g-t 0/3] Check the actual support for tiling formats
Karolina Stolarek
karolina.stolarek at intel.com
Fri Mar 31 13:41:03 UTC 2023
Work in progress.
An initial version of intel_blt_verifier, a small library that does
a software blit and compares it with blitter output. It cross-checks
this information with what is in intel_cmd_info entries for the
current platform.
The series adds a library together with a small test. It will
probably fail for lower gens, but let's ask CI about other and see
if we have correct information ("HAX" patch).
Karolina Stolarek (3):
lib: Introduce blitter verifier
tests: Add intel_cmds_check test
HAX: Test intel_cmds_check only
lib/i915/i915_blt.c | 15 ++
lib/i915/i915_blt.h | 1 +
lib/intel_blt_verifier.c | 265 ++++++++++++++++++++++++++
lib/intel_blt_verifier.h | 37 ++++
lib/meson.build | 1 +
tests/i915/intel_cmds_check.c | 57 ++++++
tests/intel-ci/fast-feedback.testlist | 185 +-----------------
tests/meson.build | 1 +
8 files changed, 379 insertions(+), 183 deletions(-)
create mode 100644 lib/intel_blt_verifier.c
create mode 100644 lib/intel_blt_verifier.h
create mode 100644 tests/i915/intel_cmds_check.c
--
2.25.1
More information about the Intel-gfx-trybot
mailing list