blob: 6ea4e64ed9367ba54773fc2e86c615a57082769e [file] [log] [blame]
#!/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