summaryrefslogtreecommitdiff
path: root/tests/debugfs_reader
blob: c17af2bbaff6dcbaa6d8807a2e78c917d07ff8b9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh

# read everything we can
cat $i915_path/* > /dev/null 2>&1 

exit 0