bdw: Update obvious missing blit support
[platform/upstream/intel-gpu-tools.git] / tests / drv_debugfs_reader
1 #!/bin/bash
2
3 SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
4 . $SOURCE_DIR/drm_lib.sh
5
6 # read everything we can
7 cat $i915_dfs_path/* > /dev/null 2>&1
8
9 exit 0