All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH i-g-t v3 0/1] tests/i915/perf: Add stress / race exercises
@ 2023-02-13  9:31 ` Janusz Krzysztofik
  0 siblings, 0 replies; 12+ messages in thread
From: Janusz Krzysztofik @ 2023-02-13  9:31 UTC (permalink / raw)
  To: igt-dev
  Cc: Arkadiusz Hiler, intel-gfx, Andrzej Hajda, Petri Latvala,
	Chris Wilson, Nirmoy Das

Users reported oopses on list corruptions when using i915 perf with a
number of concurrently running graphics applications.  That indicates we
are currently missing some important tests for such scenarios.  Cover
that gap.

v3: locate the new subtest in a new tests, intedned for exercising
    intentionally racy barrier tasks list processing,
  - fixes and optimizations (see the patch changelog for details).
v2: drop open-race subtest for now, not capable of triggering the user
    reported bug, but triggering other bugs which I can't see any fixes
    for queued yet,
  - move the other new subtest out of tests/i915/perf.c (Ashutosh).

Janusz Krzysztofik (1):
  tests: Exercise remote request vs barrier handling race

 tests/i915/gem_barrier_race.c | 159 ++++++++++++++++++++++++++++++++++
 tests/meson.build             |   8 ++
 2 files changed, 167 insertions(+)
 create mode 100644 tests/i915/gem_barrier_race.c

-- 
2.25.1


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

end of thread, other threads:[~2023-02-14 22:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  9:31 [Intel-gfx] [PATCH i-g-t v3 0/1] tests/i915/perf: Add stress / race exercises Janusz Krzysztofik
2023-02-13  9:31 ` [igt-dev] " Janusz Krzysztofik
2023-02-13  9:31 ` [Intel-gfx] [PATCH i-g-t v3 1/1] tests: Exercise remote request vs barrier handling race Janusz Krzysztofik
2023-02-13  9:31   ` [igt-dev] " Janusz Krzysztofik
2023-02-14 21:20   ` [Intel-gfx] " Kamil Konieczny
2023-02-14 21:20     ` [igt-dev] " Kamil Konieczny
2023-02-14 22:40     ` [Intel-gfx] " Janusz Krzysztofik
2023-02-14 22:40       ` [igt-dev] " Janusz Krzysztofik
2023-02-13 10:04 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/perf: Add stress / race exercises (rev3) Patchwork
2023-02-13 11:19 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-02-13 14:45   ` [Intel-gfx] " Janusz Krzysztofik
2023-02-13 14:45     ` [igt-dev] " Janusz Krzysztofik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.