Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v4 0/5] Add flat-ccs tests
@ 2023-10-24 17:36 Zbigniew Kempczyński
  2023-10-24 17:36 ` [igt-dev] [PATCH i-g-t v4 1/5] lib/intel_blt: Release an offset in the allocator on buffer destroy Zbigniew Kempczyński
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Zbigniew Kempczyński @ 2023-10-24 17:36 UTC (permalink / raw)
  To: igt-dev

On DG2 I observe data inconsistency with flat-ccs when buffers are
returning back from system to vram. For the verification first group
of subtests is run on 20% of vram, second on 110% which triggers
eviction. Issue is visible mostly on 'parallel' subtests.

v2: Add different cmdline switches to exercise eviction using different
    sizes and vram overcommitment percent 
v3: Handle mappable vram flag in blitter helper + address some minor
    nits
v4: Remove hwe (Matt) + truncate sizes to SZ_1K+ (Kamil)

Zbigniew Kempczyński (5):
  lib/intel_blt: Release an offset in the allocator on buffer destroy
  lib/intel_blt: Add visible vram flag if object needs to be mapped
  lib/igt_sizes: Add common SZ_* header
  tests/xe_evict_ccs: Add evict ccs test
  intel-ci/xe-fast-feedback: Add two xe_evict_ccs subtests for Xe run

 lib/igt.h                                |   1 +
 lib/igt_sizes.h                          |  33 ++
 lib/intel_blt.c                          |  22 +-
 lib/intel_blt.h                          |   2 +
 lib/xe/xe_query.h                        |   4 +-
 tests/intel-ci/xe-fast-feedback.testlist |   2 +
 tests/intel/gem_exec_async.c             |   2 -
 tests/intel/gem_lmem_swapping.c          |   1 -
 tests/intel/i915_query.c                 |   1 -
 tests/intel/xe_evict.c                   |   3 -
 tests/intel/xe_evict_ccs.c               | 514 +++++++++++++++++++++++
 tests/meson.build                        |   1 +
 tests/msm/msm_shrink.c                   |   2 -
 13 files changed, 574 insertions(+), 14 deletions(-)
 create mode 100644 lib/igt_sizes.h
 create mode 100644 tests/intel/xe_evict_ccs.c

-- 
2.34.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-25 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 17:36 [igt-dev] [PATCH i-g-t v4 0/5] Add flat-ccs tests Zbigniew Kempczyński
2023-10-24 17:36 ` [igt-dev] [PATCH i-g-t v4 1/5] lib/intel_blt: Release an offset in the allocator on buffer destroy Zbigniew Kempczyński
2023-10-24 17:36 ` [igt-dev] [PATCH i-g-t v4 2/5] lib/intel_blt: Add visible vram flag if object needs to be mapped Zbigniew Kempczyński
2023-10-24 17:36 ` [igt-dev] [PATCH i-g-t v4 3/5] lib/igt_sizes: Add common SZ_* header Zbigniew Kempczyński
2023-10-25 16:25   ` Kamil Konieczny
2023-10-24 17:36 ` [igt-dev] [PATCH i-g-t v4 4/5] tests/xe_evict_ccs: Add evict ccs test Zbigniew Kempczyński
2023-10-24 17:36 ` [igt-dev] [PATCH i-g-t v4 5/5] intel-ci/xe-fast-feedback: Add two xe_evict_ccs subtests for Xe run Zbigniew Kempczyński
2023-10-24 18:19 ` [igt-dev] ✓ Fi.CI.BAT: success for Add flat-ccs tests (rev4) Patchwork
2023-10-25  8:57 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox