All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH igt v2 0/3] msm: Add tests for gpu fault handling
@ 2021-11-10 18:42 ` Rob Clark
  0 siblings, 0 replies; 20+ messages in thread
From: Rob Clark @ 2021-11-10 18:42 UTC (permalink / raw)
  To: igt-dev
  Cc: freedreno, linux-arm-msm, Petri Latvala, Jordan Crouse,
	Akhil P Oommen, Rob Clark

From: Rob Clark <robdclark@chromium.org>

The first patch adds a easy way to write debugfs files (needed to
disable hw fault detection, so we can test the sw timeout fallback).
The second adds some helpers for cmdstream building.  And the third
adds the new tests.

v2: Fix headerdoc comments in first patch

Rob Clark (3):
  lib/igt_debugfs: Add helper for writing debugfs files
  msm: Add helper for cmdstream building and submission
  msm: Add recovery tests

 lib/igt_debugfs.c    |  17 +++++
 lib/igt_debugfs.h    |  13 ++++
 lib/igt_msm.c        | 102 +++++++++++++++++++++++++
 lib/igt_msm.h        |  51 +++++++++++++
 tests/meson.build    |   1 +
 tests/msm_recovery.c | 172 +++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 356 insertions(+)
 create mode 100644 tests/msm_recovery.c

-- 
2.31.1


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

end of thread, other threads:[~2021-11-12 10:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 18:42 [PATCH igt v2 0/3] msm: Add tests for gpu fault handling Rob Clark
2021-11-10 18:42 ` [igt-dev] " Rob Clark
2021-11-10 18:42 ` [PATCH igt v2 1/3] lib/igt_debugfs: Add helper for writing debugfs files Rob Clark
2021-11-10 18:42   ` [igt-dev] " Rob Clark
2021-11-11 12:13   ` Petri Latvala
2021-11-11 12:13     ` [igt-dev] " Petri Latvala
2021-11-10 18:42 ` [PATCH igt v2 2/3] msm: Add helper for cmdstream building and submission Rob Clark
2021-11-10 18:42   ` [igt-dev] " Rob Clark
2021-11-10 18:42 ` [PATCH igt v2 3/3] msm: Add recovery tests Rob Clark
2021-11-10 18:42   ` [igt-dev] " Rob Clark
2021-11-10 19:00   ` Rob Clark
2021-11-10 19:00     ` [igt-dev] " Rob Clark
2021-11-11 12:12     ` Petri Latvala
2021-11-11 12:12       ` [igt-dev] " Petri Latvala
2021-11-11 17:35       ` Rob Clark
2021-11-11 17:35         ` [igt-dev] " Rob Clark
2021-11-12 10:10         ` Petri Latvala
2021-11-12 10:10           ` [igt-dev] " Petri Latvala
2021-11-10 19:23 ` [igt-dev] ✓ Fi.CI.BAT: success for msm: Add tests for gpu fault handling (rev2) Patchwork
2021-11-10 22:43 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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.