[Intel-gfx] [PATCH i-g-t] configure.ac: Install and distribute kabylake registers
Petri Latvala
petri.latvala at intel.com
Wed Sep 27 14:38:43 UTC 2017
tools/registers/kabylake was not included in the REGISTER_FILES list,
so didn't get included in tarballs or installed.
Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
Some files still remain that are not tarballed or installed:
Should these be included in all platform files?
base_interrupt.txt
base_other.txt
base_power.txt
base_rings.txt
Should this one be in valleyview?
vlv_power.txt
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index c78f5194..aebd9eee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -392,9 +392,9 @@ fi
AM_CONDITIONAL(BUILD_TESTS, [test "x$BUILD_TESTS" = xyes])
AC_DEFINE_UNQUOTED(TARGET_CPU_PLATFORM, ["$host_cpu"], [Target platform])
-files="broadwell cherryview haswell ivybridge sandybridge valleyview skylake"
+files="broadwell cherryview haswell ivybridge sandybridge valleyview skylake kabylake"
for file in $files; do
- REGISTER_FILES="$REGISTER_FILES $file `cat $srcdir/tools/registers/$file`"
+ REGISTER_FILES="$REGISTER_FILES $file `cat $srcdir/tools/registers/$file | grep -v '^#'`"
done
REGISTER_FILES=`echo $REGISTER_FILES | tr ' ' '\n' | sort -u | tr '\n' ' '`
AC_SUBST(REGISTER_FILES)
--
2.14.1
More information about the Intel-gfx
mailing list