[PATCH i-g-t v2 0/6] GEN12 rendercopy and CCS

Mika Kahola mika.kahola at intel.com
Fri Nov 8 11:51:35 UTC 2019


TGL rendercopy and CCS patches for testing

v2: Fix kms_ccs subtest execution and listing

Imre Deak (3):
  lib/rendercopy: Add AUX page table support
  tests/gem_render_copy: Adjust the tgl+ compressed buf alignments
  tests/gem_render_copy: Add compressed src to compressed dst subtests

Mika Kahola (3):
  Format modifier for Intel Gen-12 render compression
  lib/igt_fb.c: Update tile sizes for GEN12 CCS
  tests/kms_ccs: Add GEN12 CCS render compression format modifiers

 include/drm-uapi/drm_fourcc.h |   1 +
 lib/Makefile.sources          |   1 +
 lib/drmtest.h                 |   9 +
 lib/igt_fb.c                  |  34 ++-
 lib/intel_aux_pgtable.c       | 377 ++++++++++++++++++++++++++++++++++
 lib/intel_aux_pgtable.h       |  12 ++
 lib/intel_reg.h               |   2 +
 lib/ioctl_wrappers.h          |   1 +
 lib/meson.build               |   1 +
 lib/rendercopy_gen9.c         | 234 ++++++++++++++++++++-
 lib/stubs/drm/intel_bufmgr.c  |   6 +
 tests/i915/gem_render_copy.c  | 177 ++++++++++++----
 tests/kms_ccs.c               | 107 ++++++----
 13 files changed, 866 insertions(+), 96 deletions(-)
 create mode 100644 lib/intel_aux_pgtable.c
 create mode 100644 lib/intel_aux_pgtable.h

-- 
2.17.1



More information about the Intel-gfx-trybot mailing list