mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 08:56:11 +00:00
This removes cut and pasted code and uses a more central source. Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
9 lines
95 B
Bash
Executable File
9 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./drm_lib.sh
|
|
|
|
# read everything we can
|
|
cat $i915_path/* > /dev/null 2>&1
|
|
|
|
exit 0
|