Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v3 0/4] Add api_intel_bb test
@ 2020-06-23 13:00 Zbigniew Kempczyński
  2020-06-23 13:00 ` [igt-dev] [PATCH i-g-t v3 1/4] lib/intel_batchbuffer: Extend intel_bb Zbigniew Kempczyński
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Zbigniew Kempczyński @ 2020-06-23 13:00 UTC (permalink / raw)
  To: igt-dev

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
 
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               | 387 ++++++++++++++++--
 lib/intel_batchbuffer.h               |  52 ++-
 lib/intel_bufops.c                    | 135 +++++-
 lib/intel_bufops.h                    |  24 +-
 tests/i915/api_intel_bb.c             | 563 ++++++++++++++++++++++++++
 tests/intel-ci/fast-feedback.testlist | 164 +-------
 tests/meson.build                     |   1 +
 7 files changed, 1127 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-06-23 17:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23 13:00 [igt-dev] [PATCH i-g-t v3 0/4] Add api_intel_bb test Zbigniew Kempczyński
2020-06-23 13:00 ` [igt-dev] [PATCH i-g-t v3 1/4] lib/intel_batchbuffer: Extend intel_bb Zbigniew Kempczyński
2020-06-23 13:35   ` Chris Wilson
2020-06-23 13:00 ` [igt-dev] [PATCH i-g-t v3 2/4] lib/intel_bufops: Add new functions and intel_buf fields Zbigniew Kempczyński
2020-06-23 13:00 ` [igt-dev] [PATCH i-g-t v3 3/4] tests/api_intel_bb: Add intel_bb API test Zbigniew Kempczyński
2020-06-23 13:00 ` [igt-dev] [PATCH i-g-t v3 4/4] HAX: run api_intel_bb tests and check (gpgpu|media)_fill are ok Zbigniew Kempczyński
2020-06-23 13:46 ` [igt-dev] ✓ Fi.CI.BAT: success for Add api_intel_bb test (rev2) Patchwork
2020-06-23 17:57 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox