mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
tests: rename debugfs base path to be more specific
In preparation to have sysfs entries used in scripts rename to more specific name. Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
4541cbeba4
commit
3743a0b994
+1
-1
@@ -11,7 +11,7 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
||||
|
||||
oldpath=`pwd`
|
||||
|
||||
cd $i915_path
|
||||
cd $i915_dfs_path
|
||||
|
||||
if [ ! -f i915_ring_stop ] ; then
|
||||
echo "kernel doesn't support ring stopping"
|
||||
|
||||
Reference in New Issue
Block a user