mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
igt: Add gem_eio for inducing expected EIO
A few entry points in the GEM API are expected to raise EIO if we encounter a wedged GPU. This testcase aims to do so by first injecting a GPU hang with GPU resets disabled (thus causing the GPU to become wedged) and then exercises the various API to check for the expected errors. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -20,6 +20,7 @@ TESTS_progs_M = \
|
||||
gem_ctx_bad_exec \
|
||||
gem_ctx_exec \
|
||||
gem_dummy_reloc_loop \
|
||||
gem_eio \
|
||||
gem_evict_alignment \
|
||||
gem_evict_everything \
|
||||
gem_exec_bad_domains \
|
||||
|
||||
Reference in New Issue
Block a user