tools/dpf: Tool to read and write l3 remap registers.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2012-05-25 16:56:26 -07:00
committed by Daniel Vetter
parent a35dcac0ff
commit 8f7ea34751
3 changed files with 169 additions and 1 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/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