mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
8f7ea34751
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
9 lines
220 B
Bash
Executable File
9 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
|
. $SOURCE_DIR/drm_lib.sh
|
|
|
|
$SOURCE_DIR/../tools/intel_l3_parity -c 2>&1
|
|
$SOURCE_DIR/../tools/intel_l3_parity 0,0,0 2>&1
|
|
$SOURCE_DIR/../tools/intel_l3_parity 2>&1
|