[PATCH i-g-t 00/54] Add no-reloc support in tests

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Fri Jul 16 11:49:06 UTC 2021


For CI only

Andrzej Turko (5):
  tests/gem_exec_big: Require relocation support
  tests/gem_exec_capture: Support gens without relocations
  tests/gem_exec_gttfill: Require relocation support
  tests/gem_exec_store: Support gens without relocations
  tests/gem_softpin: Exercise eviction with softpinning

Bhanuprakash Modem (3):
  lib/intel_batchbuffer: Add allocator support in blitter fast copy
  tests/kms_flip: Adopt to use allocator
  tests/kms_vblank: Adopt to use allocator

Sai Gowtham (4):
  tests/gem_exec_params: Support gens without relocations
  tests/gem_mmap: Add allocator support
  tests/gem_mmap_offset: Add allocator support
  tests/gem_request_retire: Add allocator support

Zbigniew Kempczyński (42):
  lib/igt_dummyload: Add support of allocator use in igt spinner
  lib/intel_allocator: Add few helper functions for common use
  lib/intel_allocator: Add helper for getting allocator handle
  lib/igt_gt: Add passing ahnd as an argument to igt_hang
  lib/intel_batchbuffer: Add allocator support in blitter src copy
  tests/gem_bad_reloc: Skip on gens where relocations are not supported
  tests/gem_busy: Use allocator for no-reloc path
  tests/gem_create: Adopt to use allocator
  tests/gem_ctx_engines: Adopt to use allocator
  tests/gem_ctx_exec: Adopt to use allocator
  tests/gem_ctx_freq: Adopt to use allocator
  tests/gem_ctx_isolation: Adopt to use no-reloc
  tests/gem_ctx_param: Adopt to use allocator
  tests/gem_eio: Adopt to use no-reloc
  tests/gem_exec_async: Add no-reloc for gens without relocations.
  tests/gem_exec_suspend: Use intel allocator in no-reloc gens
  tests/gem_exec_parallel: Adopt to use intel alloctor
  tests/gem_mmap_wc: Adopt to use no-reloc
  tests/gem_ringfill: Adopt to use allocator
  tests/gem_spin_batch: Adopt to use no-reloc
  tests/gem_tiled_fence_blits: Adopt to use allocator
  tests/gem_unfence_active_buffers: Adopt to use no-reloc
  tests/gem_wait: Adopt to use allocator
  tests/gem_watchdog: Adopt to use no-reloc
  tests/gem_workarounds: Adopt to use no-reloc
  tests/i915_hangman: Adopt to use no-reloc
  tests/i915_module_load: Adopt to use with allocator
  tests/i915_pm_rc6_residency: Adopt to use no-reloc
  tests/i915_pm_rpm: Adopt to use no-reloc
  tests/i915_pm_rps: Alter to use no-reloc
  tests/kms_busy: Adopt to use allocator
  tests/kms_cursor_legacy: Adopt to use allocator
  tests/perf_pmu: Adopt to use no-reloc
  tests/sysfs_heartbeat_interval: Adopt to use no-reloc
  tests/sysfs_preempt_timeout: Adopt to use no-reloc
  tests/sysfs_timeslice_duration: Adopt to use no-reloc
  WIP: tests/gem_exec_fence: rewrite to no-reloc
  tests/gem_ctx_persistence: Adopt to use allocator
  FIXME/WIP: tests/gem_ctx_shared: Convert to use no-reloc
  WIP/NOTWORKING: gem_exec_await
  WIP: tests/gem_exec_schedule WIP: tests/gem_exec_schedule at deep - NOT
    WORKING WIP: tests/gem_exec_schedule at wide (ok) + reorder_wide (still
    to be fixed)
  HAX: bypass BAT

 lib/igt_dummyload.c                     | 136 +++++---
 lib/igt_dummyload.h                     |   3 +
 lib/igt_fb.c                            |  22 +-
 lib/igt_gt.c                            |  21 +-
 lib/igt_gt.h                            |   4 +
 lib/intel_allocator.h                   |  46 +++
 lib/intel_batchbuffer.c                 |  70 ++++-
 lib/intel_batchbuffer.h                 |  12 +-
 tests/i915/gem_bad_reloc.c              |   1 +
 tests/i915/gem_busy.c                   |  35 ++-
 tests/i915/gem_create.c                 |  11 +-
 tests/i915/gem_ctx_engines.c            |  20 +-
 tests/i915/gem_ctx_exec.c               |  45 ++-
 tests/i915/gem_ctx_freq.c               |   4 +-
 tests/i915/gem_ctx_isolation.c          |  98 ++++--
 tests/i915/gem_ctx_param.c              |   4 +-
 tests/i915/gem_ctx_persistence.c        | 116 +++++--
 tests/i915/gem_ctx_shared.c             | 101 ++++--
 tests/i915/gem_eio.c                    |  57 +++-
 tests/i915/gem_exec_async.c             |  57 +++-
 tests/i915/gem_exec_await.c             |  14 +-
 tests/i915/gem_exec_big.c               |   1 +
 tests/i915/gem_exec_capture.c           | 131 ++++++--
 tests/i915/gem_exec_fence.c             | 244 ++++++++++-----
 tests/i915/gem_exec_gttfill.c           |   1 +
 tests/i915/gem_exec_parallel.c          |  33 +-
 tests/i915/gem_exec_params.c            |  74 +++--
 tests/i915/gem_exec_schedule.c          | 398 +++++++++++++++++++-----
 tests/i915/gem_exec_store.c             | 134 ++++++--
 tests/i915/gem_exec_suspend.c           |  44 ++-
 tests/i915/gem_mmap.c                   |   4 +-
 tests/i915/gem_mmap_offset.c            |   5 +-
 tests/i915/gem_mmap_wc.c                |   4 +-
 tests/i915/gem_request_retire.c         |  14 +-
 tests/i915/gem_ringfill.c               |  36 ++-
 tests/i915/gem_softpin.c                | 213 ++++++++++++-
 tests/i915/gem_spin_batch.c             |  38 ++-
 tests/i915/gem_tiled_fence_blits.c      |  65 +++-
 tests/i915/gem_unfence_active_buffers.c |   5 +-
 tests/i915/gem_wait.c                   |   3 +
 tests/i915/gem_watchdog.c               |  11 +-
 tests/i915/gem_workarounds.c            |  17 +-
 tests/i915/i915_hangman.c               |  15 +-
 tests/i915/i915_module_load.c           |  23 +-
 tests/i915/i915_pm_rc6_residency.c      |   8 +-
 tests/i915/i915_pm_rpm.c                |  27 +-
 tests/i915/i915_pm_rps.c                |  19 +-
 tests/i915/perf_pmu.c                   | 139 ++++++---
 tests/i915/sysfs_heartbeat_interval.c   |  24 +-
 tests/i915/sysfs_preempt_timeout.c      |  21 +-
 tests/i915/sysfs_timeslice_duration.c   |  21 +-
 tests/intel-ci/fast-feedback.testlist   | 171 ----------
 tests/kms_busy.c                        |   9 +
 tests/kms_cursor_legacy.c               |   6 +
 tests/kms_flip.c                        |  14 +-
 tests/kms_vblank.c                      |  11 +-
 tests/prime_vgem.c                      | 118 +++++--
 57 files changed, 2231 insertions(+), 747 deletions(-)

-- 
2.26.0



More information about the Intel-gfx-trybot mailing list