ntel-gpu-tools/tests/debugfs_wedged
Ben Widawsky af275bd521 tests: add wedging tests
Used to check that i915_error_state works. Unfortunately this
kills the gpu because wedging is permanent.

Base on a patch by Ben Widawsky.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-04-04 11:13:06 +02:00

11 lines
299 B
Bash
Executable File

#!/bin/sh
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
# Testcase: wedge the hw to check the error_state reading
#
# Unfortunately wedged is permanent, so this test is not run by default
echo 1 > ${i915_path}/i915_wedged
cat $i915_path/i915_error_state > /dev/null 2>&1