From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v5 0/4] Add api_intel_bb test
Date: Wed, 24 Jun 2020 10:25:41 +0200 [thread overview]
Message-ID: <20200624082545.14362-1-zbigniew.kempczynski@intel.com> (raw)
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
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 | 389 +++++++++++++++--
lib/intel_batchbuffer.h | 52 ++-
lib/intel_bufops.c | 135 +++++-
lib/intel_bufops.h | 24 +-
tests/i915/api_intel_bb.c | 581 ++++++++++++++++++++++++++
tests/intel-ci/fast-feedback.testlist | 164 +-------
tests/meson.build | 1 +
7 files changed, 1147 insertions(+), 199 deletions(-)
create mode 100644 tests/i915/api_intel_bb.c
--
2.26.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2020-06-24 8:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-24 8:25 Zbigniew Kempczyński [this message]
2020-06-24 8:25 ` [igt-dev] [PATCH i-g-t v5 1/4] lib/intel_batchbuffer: Extend intel_bb Zbigniew Kempczyński
2020-06-24 8:25 ` [igt-dev] [PATCH i-g-t v5 2/4] lib/intel_bufops: Add new functions and intel_buf fields Zbigniew Kempczyński
2020-06-24 8:25 ` [igt-dev] [PATCH i-g-t v5 3/4] tests/api_intel_bb: Add intel_bb API test Zbigniew Kempczyński
2020-06-24 8:25 ` [igt-dev] [PATCH i-g-t v5 4/4] HAX: run api_intel_bb tests and check (gpgpu|media)_fill are ok Zbigniew Kempczyński
2020-06-24 9:51 ` [igt-dev] ✓ Fi.CI.BAT: success for Add api_intel_bb test (rev4) Patchwork
2020-06-24 12:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200624082545.14362-1-zbigniew.kempczynski@intel.com \
--to=zbigniew.kempczynski@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox