[Freedreno] [PATCH igt v2 0/3] msm: Add tests for gpu fault handling
Rob Clark
robdclark at gmail.com
Wed Nov 10 18:42:10 UTC 2021
From: Rob Clark <robdclark at 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
More information about the Freedreno
mailing list