All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v11 0/4] dd api_intel_bb test
@ 2020-06-30 14:50 Zbigniew Kempczyński
  2020-06-30 14:50 ` [igt-dev] [PATCH i-g-t v11 1/4] lib/intel_batchbuffer: Extend intel_bb Zbigniew Kempczyński
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zbigniew Kempczyński @ 2020-06-30 14:50 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
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
v7: fix buffer leak, reset relocation count
v8: ensure bb alignment is modulo 8, fix offsets validation 
    in api_intel_bb test
v9: remove flush code, change bb constraints to fill fully bb,
    adding reference counting (for future tests updates),
    adding full-batch test which verifies filling fully bb
v10: synchronizing on bb (executed as async)
v11: skip intel-bb-blit on gen2/3, add api_intel_bb to 
     fast-feedback

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
  intel-ci/fast-feedback: add api_intel_bb tests

 lib/intel_batchbuffer.c               | 370 +++++++++++++++-
 lib/intel_batchbuffer.h               |  79 +++-
 lib/intel_bufops.c                    | 135 +++++-
 lib/intel_bufops.h                    |  24 +-
 tests/i915/api_intel_bb.c             | 613 ++++++++++++++++++++++++++
 tests/intel-ci/fast-feedback.testlist |   9 +
 tests/meson.build                     |   1 +
 7 files changed, 1196 insertions(+), 35 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] 7+ messages in thread

end of thread, other threads:[~2020-06-30 20:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 14:50 [igt-dev] [PATCH i-g-t v11 0/4] dd api_intel_bb test Zbigniew Kempczyński
2020-06-30 14:50 ` [igt-dev] [PATCH i-g-t v11 1/4] lib/intel_batchbuffer: Extend intel_bb Zbigniew Kempczyński
2020-06-30 14:50 ` [igt-dev] [PATCH i-g-t v11 2/4] lib/intel_bufops: Add new functions and intel_buf fields Zbigniew Kempczyński
2020-06-30 14:50 ` [igt-dev] [PATCH i-g-t v11 3/4] tests/api_intel_bb: Add intel_bb API test Zbigniew Kempczyński
2020-06-30 14:50 ` [igt-dev] [PATCH i-g-t v11 4/4] intel-ci/fast-feedback: add api_intel_bb tests Zbigniew Kempczyński
2020-06-30 15:27 ` [igt-dev] ✓ Fi.CI.BAT: success for dd api_intel_bb test Patchwork
2020-06-30 20:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.