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

. ./drm_lib.sh

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

exit 0