From 4714784daeb4df97fa82cfcf8f566661cc4ff4a4 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Thu, 15 Mar 2018 12:53:05 -0700 Subject: anv: move canonical_address calculation into a separate function A later patch will make use of this in other places. Also, remove dependency on undefined behavior of left-shifting a signed value. v2: - move function into a separate header (Chris) v3: (by Ken) Add new header to the various build systems. Reviewed-by: Jordan Justen Reviewed-by: Kenneth Graunke --- src/intel/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/intel/Makefile.sources') diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 1adf6f990c6..f22e727553f 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -17,6 +17,7 @@ COMMON_FILES = \ common/gen_disasm.c \ common/gen_disasm.h \ common/gen_defines.h \ + common/gen_gem.h \ common/gen_l3_config.c \ common/gen_l3_config.h \ common/gen_urb_config.c \ -- cgit v1.2.3