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

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

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

exit 0