[igt-dev] [PATCH i-g-t 0/6] Split display/graphics versions and add ADL-P

Matt Roper matthew.d.roper at intel.com
Fri Jun 4 20:39:21 UTC 2021


Since ADL-P has version 12 graphics and version 13 display, we need to
split IGT's 'gen' value into separate graphics and display versions,
just as we've done in the kernel.  Once we've done that we can add the
basic ADL-P support.

Cc: Anusha Srivatsa <anusha.srivatsa at intel.com>

Clint Taylor (1):
  lib/i915/adl-p: Basic ADL-P enabling

Imre Deak (1):
  lib/i915: Add ADL-P plane offset restriction for CCS framebuffers

José Roberto de Souza (1):
  lib/i915: Add ADL-P stride restrictions for non-linear buffers

Lionel Landwerlin (1):
  lib/i915/perf: Add ADL-P metrics

Matt Roper (2):
  lib/i915: Split 'gen' into graphics version and display version
  lib/i915: Add intel_display_ver() and use it in display tests/libs

 lib/i915/perf-configs/guids.xml            |    26 +
 lib/i915/perf-configs/mdapi-xml-convert.py |     1 +
 lib/i915/perf-configs/oa-adlp.xml          | 10624 +++++++++++++++++++
 lib/i915/perf-configs/update-guids.py      |     2 +-
 lib/i915/perf.c                            |     7 +-
 lib/i915/perf.h                            |     2 +-
 lib/i915/perf_data_reader.c                |     6 +-
 lib/igt_device_scan.c                      |     2 +-
 lib/igt_draw.c                             |    12 +-
 lib/igt_fb.c                               |    66 +-
 lib/igt_gt.c                               |    10 +-
 lib/intel_chipset.h                        |    10 +-
 lib/intel_device_info.c                    |   153 +-
 lib/meson.build                            |     2 +-
 tests/i915/gem_exec_store.c                |     4 +-
 tests/i915/i915_pciid.c                    |     4 +-
 tests/kms_atomic_transition.c              |     2 +-
 tests/kms_big_fb.c                         |    10 +-
 tests/kms_ccs.c                            |     2 +-
 tests/kms_draw_crc.c                       |     2 +-
 tests/kms_flip_scaled_crc.c                |     2 +-
 tests/kms_flip_tiling.c                    |     2 +-
 tests/kms_frontbuffer_tracking.c           |     4 +-
 tests/kms_getfb.c                          |     2 +-
 tests/kms_hdmi_inject.c                    |     2 +-
 tests/kms_panel_fitting.c                  |     2 +-
 tests/kms_plane.c                          |     2 +-
 tests/kms_plane_lowres.c                   |     4 +-
 tests/kms_plane_scaling.c                  |     8 +-
 tests/kms_rotation_crc.c                   |     8 +-
 tests/kms_universal_plane.c                |     2 +-
 tools/i915-perf/i915_perf_configs.c        |     2 +-
 tools/i915-perf/i915_perf_reader.c         |     5 +-
 tools/i915-perf/i915_perf_recorder.c       |     6 +-
 34 files changed, 10880 insertions(+), 118 deletions(-)
 create mode 100644 lib/i915/perf-configs/oa-adlp.xml

-- 
2.25.4



More information about the igt-dev mailing list