[PATCH i-g-t 0/6] Check flat-ccs

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Fri Jan 28 07:50:56 UTC 2022


Introduce gem_ccs, for CI only now.

Apoorva Singh (2):
  lib/i915: Introduce library intel_mocs
  lib/intel_chipset.h: Add has_flat_ccs flag

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

Zbigniew Kempczyński (3):
  FIXME: Add DG2 defs to use in gem-ccs
  lib/i915_blt: Add library for blitter
  tests/gem_ccs: Verify uncompressed and compressed blits

 lib/i915/gem_engine_topology.c |  38 ++
 lib/i915/gem_engine_topology.h |   5 +
 lib/i915/i915_blt.c            | 993 +++++++++++++++++++++++++++++++++
 lib/i915/i915_blt.h            | 157 ++++++
 lib/i915/intel_mocs.c          |  51 ++
 lib/i915/intel_mocs.h          |  23 +
 lib/i915_pciids.h              |   6 +
 lib/intel_chipset.h            |   3 +
 lib/intel_device_info.c        |   7 +
 lib/meson.build                |   2 +
 tests/i915/gem_ccs.c           | 487 ++++++++++++++++
 tests/meson.build              |   1 +
 12 files changed, 1773 insertions(+)
 create mode 100644 lib/i915/i915_blt.c
 create mode 100644 lib/i915/i915_blt.h
 create mode 100644 lib/i915/intel_mocs.c
 create mode 100644 lib/i915/intel_mocs.h
 create mode 100644 tests/i915/gem_ccs.c

-- 
2.32.0



More information about the Intel-gfx-trybot mailing list