public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/7] Run gem_exercise_blt on all gens.
@ 2023-01-18  9:06 Zbigniew Kempczyński
  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
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Zbigniew Kempczyński @ 2023-01-18  9:06 UTC (permalink / raw)
  To: igt-dev

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

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

end of thread, other threads:[~2023-01-18 12:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18  9:06 [igt-dev] [PATCH i-g-t 0/7] Run gem_exercise_blt on all gens Zbigniew Kempczyński
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

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