[igt-dev] [PATCH i-g-t 0/3] Add i915 blt library + gem_ccs test

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Wed Feb 16 09:19:15 UTC 2022


Enable DG2+ testing of flatccs.

Idea of library comes from Ayaz, just implementation differs due
to some reasons discovered during different tiling testing.

Currently I used default (0) mocs to avoid kernel differences.
We may change it to UC/WB when kernel interface will be stabilized
and merged.

v3: rebased on top of local DG2 pciids

Cc: Apoorva Singh <apoorva1.singh at intel.com>
Cc: Ayaz A Siddiqui <ayaz.siddiqui at intel.com>

Chris Wilson (1):
  i915/gem_engine_topology: Only use the main copy engines for
    XY_BLOCK_COPY

Zbigniew Kempczyński (2):
  lib/i915_blt: Add library for blitter
  tests/gem_ccs: Verify uncompressed and compressed blits

 .../igt-gpu-tools/igt-gpu-tools-docs.xml      |    1 +
 lib/i915/gem_engine_topology.c                |   38 +
 lib/i915/gem_engine_topology.h                |    5 +
 lib/i915/i915_blt.c                           | 1087 +++++++++++++++++
 lib/i915/i915_blt.h                           |  196 +++
 lib/meson.build                               |    1 +
 tests/i915/gem_ccs.c                          |  485 ++++++++
 tests/meson.build                             |    1 +
 8 files changed, 1814 insertions(+)
 create mode 100644 lib/i915/i915_blt.c
 create mode 100644 lib/i915/i915_blt.h
 create mode 100644 tests/i915/gem_ccs.c

-- 
2.32.0



More information about the igt-dev mailing list