summaryrefslogtreecommitdiff
path: root/tests/drv_debugfs_reader
blob: 6ea4e64ed9367ba54773fc2e86c615a57082769e (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_dfs_path/* > /dev/null 2>&1

exit $IGT_EXIT_SUCCESS