[PATCH i-g-t 00/22] KMS no reloc tests

Bhanuprakash Modem bhanuprakash.modem at intel.com
Fri Jun 25 12:53:54 UTC 2021


no reloc tests

Bhanuprakash Modem (13):
  lib/kms: Support no relocations
  tests/kms_big_fb: Adopt to use allocator
  tests/kms_ccs: Adopt to use allocator
  tests/kms_cursor_legacy: Adopt to use allocator
  tests/kms_flip: Adopt to use allocator
  tests/kms_flip_scaled_crc: Adopt to use allocator
  tests/kms_flip_tiling: Adopt to use allocator
  tests/kms_plane: Adopt to use allocator
  tests/kms_plane_lowres: Adopt to use allocator
  tests/kms_plane_multiple: Adopt to use allocator
  tests/kms_plane_scaling: Adopt to use allocator
  tests/kms_rotation_crc: Adopt to use allocator
  tests/kms_vblank: Adopt to use allocator

Zbigniew Kempczyński (9):
  lib/igt_dummyload: Add support of allocator use in igt spinner
  dummyload
  dummyload
  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
  tests/kms_busy: Adopt to use allocator
  tests/kms_cursor_legacy: Adopt to use allocator
  HAX: bypass BAT

 lib/igt_dummyload.c                   | 136 ++++++++++-----
 lib/igt_dummyload.h                   |   3 +
 lib/igt_fb.c                          |  48 ++++-
 lib/igt_fb.h                          |   2 +
 lib/igt_gt.c                          |  21 ++-
 lib/igt_gt.h                          |   3 +
 lib/intel_allocator.h                 |  46 +++++
 lib/intel_batchbuffer.c               |  54 ++++--
 lib/intel_batchbuffer.h               |   6 +-
 tests/intel-ci/fast-feedback.testlist | 241 ++++++++------------------
 tests/kms_big_fb.c                    |   1 +
 tests/kms_busy.c                      |   9 +
 tests/kms_ccs.c                       |  20 ++-
 tests/kms_cursor_legacy.c             |   7 +
 tests/kms_flip.c                      |   8 +-
 tests/kms_flip_scaled_crc.c           |   5 +
 tests/kms_flip_tiling.c               |   3 +
 tests/kms_plane.c                     |  10 ++
 tests/kms_plane_lowres.c              |  16 ++
 tests/kms_plane_multiple.c            |  16 ++
 tests/kms_plane_scaling.c             |  43 ++++-
 tests/kms_rotation_crc.c              |  61 ++++++-
 tests/kms_vblank.c                    |   9 +-
 23 files changed, 513 insertions(+), 255 deletions(-)

--
2.20.1



More information about the Intel-gfx-trybot mailing list