mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 08:22:54 +00:00
02cdd9899d
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#!/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
|