Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH igt v3 0/4] msm: Add tests for gpu fault handling
@ 2021-11-16  0:30 Rob Clark
  2021-11-16  0:30 ` [igt-dev] [PATCH igt v3 1/4] lib/igt_debugfs: Add helper for writing debugfs files Rob Clark
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Rob Clark @ 2021-11-16  0:30 UTC (permalink / raw)
  To: igt-dev
  Cc: Rob Clark, Petri Latvala, linux-arm-msm, Akhil P Oommen,
	Jordan Crouse, freedreno

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
v3: Add helper to detect debugfs files and updated last patch
    to skip the one sub-test that depends on new debugfs when
    running on older kernels

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

 lib/igt_debugfs.c    |  38 ++++++++++
 lib/igt_debugfs.h    |  14 ++++
 lib/igt_msm.c        | 102 +++++++++++++++++++++++++
 lib/igt_msm.h        |  51 +++++++++++++
 tests/meson.build    |   1 +
 tests/msm_recovery.c | 174 +++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 380 insertions(+)
 create mode 100644 tests/msm_recovery.c

-- 
2.33.1

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16  0:30 [igt-dev] [PATCH igt v3 0/4] msm: Add tests for gpu fault handling Rob Clark
2021-11-16  0:30 ` [igt-dev] [PATCH igt v3 1/4] lib/igt_debugfs: Add helper for writing debugfs files Rob Clark
2021-11-16  0:30 ` [igt-dev] [PATCH igt v3 2/4] lib/igt_debugfs: Add helper for detecting " Rob Clark
2021-11-16  4:59   ` Petri Latvala
2021-11-16  0:30 ` [igt-dev] [PATCH igt v3 3/4] msm: Add helper for cmdstream building and submission Rob Clark
2021-11-16  0:30 ` [igt-dev] [PATCH igt v3 4/4] msm: Add recovery tests Rob Clark
2021-11-16  1:20 ` [igt-dev] ✓ Fi.CI.BAT: success for msm: Add tests for gpu fault handling (rev3) Patchwork
2021-11-16  2:35 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-11-19 11:55 ` [igt-dev] [PATCH igt v3 0/4] msm: Add tests for gpu fault handling Petri Latvala
2021-11-19 16:19   ` Rob Clark

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