From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 0/7] Run gem_exercise_blt on all gens.
Date: Wed, 18 Jan 2023 10:06:33 +0100 [thread overview]
Message-ID: <20230118090640.10659-1-zbigniew.kempczynski@intel.com> (raw)
For CI only, provided with HAX to avoid full run.
Karolina Stolarek (6):
i915/lib: Add new library for blitter and tiling formats
lib: Update platform definitions with blitter information
lib/i915_blt: Check for Tile-YF in fast_copy
lib/i915_blt: Add common functions for blt_copy_object
tests/gem_exercise_blt: Add fast-copy test
tests/gem_exercise_blt: Add fast-copy-emit test
Zbigniew Kempczyński (1):
HAX: Run gem_exercise_blt on all gens to verify skip correctness
.../igt-gpu-tools/igt-gpu-tools-docs.xml | 1 +
lib/i915/i915_blt.c | 195 +++++++--
lib/i915/i915_blt.h | 48 ++-
lib/i915/intel_blt_info.c | 156 +++++++
lib/i915/intel_blt_info.h | 93 +++++
lib/i915/intel_tiling_info.c | 87 ++++
lib/intel_chipset.h | 4 +
lib/intel_device_info.c | 47 +++
lib/meson.build | 14 +-
tests/i915/gem_ccs.c | 209 +++-------
tests/i915/gem_exercise_blt.c | 387 ++++++++++++++++++
tests/i915/gem_lmem_swapping.c | 81 +---
tests/intel-ci/fast-feedback.testlist | 180 +-------
tests/meson.build | 1 +
14 files changed, 1061 insertions(+), 442 deletions(-)
create mode 100644 lib/i915/intel_blt_info.c
create mode 100644 lib/i915/intel_blt_info.h
create mode 100644 lib/i915/intel_tiling_info.c
create mode 100644 tests/i915/gem_exercise_blt.c
--
2.34.1
next reply other threads:[~2023-01-18 9:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 9:06 Zbigniew Kempczyński [this message]
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 1/7] i915/lib: Add new library for blitter and tiling formats Zbigniew Kempczyński
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 2/7] lib: Update platform definitions with blitter information Zbigniew Kempczyński
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 3/7] lib/i915_blt: Check for Tile-YF in fast_copy Zbigniew Kempczyński
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 4/7] lib/i915_blt: Add common functions for blt_copy_object Zbigniew Kempczyński
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 5/7] tests/gem_exercise_blt: Add fast-copy test Zbigniew Kempczyński
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 6/7] tests/gem_exercise_blt: Add fast-copy-emit test Zbigniew Kempczyński
2023-01-18 9:06 ` [igt-dev] [PATCH i-g-t 7/7] HAX: Run gem_exercise_blt on all gens to verify skip correctness Zbigniew Kempczyński
2023-01-18 12:39 ` [igt-dev] ✗ Fi.CI.BAT: failure for Run gem_exercise_blt on all gens 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=20230118090640.10659-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