blob: f15ac4614845f90ab6f453339f313945d02849f7 [file] [log] [blame]
Ville Syrjälä51b75902016-10-06 16:09:45 +03001#!/bin/bash
Ben Widawskyaf275bd2012-04-03 23:02:59 -07002
3SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
4. $SOURCE_DIR/drm_lib.sh
5
6# Testcase: wedge the hw to check the error_state reading
7#
8# Unfortunately wedged is permanent, so this test is not run by default
Mika Kuoppala3743a0b2013-06-27 16:54:42 +03009echo 1 > ${i915_dfs_path}/i915_wedged
10cat $i915_dfs_path/i915_error_state > /dev/null 2>&1