From 1d8f3320cbc06fa73ad1487453a63993f17b9d57 Mon Sep 17 00:00:00 2001 From: Antonio Argenziano Date: Tue, 26 Feb 2019 09:30:44 -0800 Subject: lib/i915: Move mmap IOCTLs wrappers into separate file Move all mmap flavours and support function to separate file in i915 folder. This helps with moving i915 specific functions away from common libraries. v2: - Autotools still exists. (Petri) - Include gem_mman.h directly. (Chris) v3: - Keep includes explicit. (Chris) Signed-off-by: Antonio Argenziano Cc: Chris Wilson Cc: Petri Latvala Reviewed-by: Chris Wilson --- benchmarks/gem_mmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/gem_mmap.c') diff --git a/benchmarks/gem_mmap.c b/benchmarks/gem_mmap.c index c809e087..d3d4ad31 100644 --- a/benchmarks/gem_mmap.c +++ b/benchmarks/gem_mmap.c @@ -43,6 +43,7 @@ #include "drmtest.h" #include "igt_aux.h" #include "igt_stats.h" +#include "i915/gem_mman.h" #define OBJECT_SIZE (1<<23) -- cgit v1.2.3