From c03c6ceb293fd667a6b582377c182dfc3b6d0f32 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 21:34:29 +0100 Subject: lib: rename intel_gpu_tools.h to intel_io.h With the header cleanup we can now give this header a suitable name, since it now really only contains register access and other I/O functions and assorted definitions. Signed-off-by: Daniel Vetter --- benchmarks/intel_upload_blit_large_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/intel_upload_blit_large_map.c') diff --git a/benchmarks/intel_upload_blit_large_map.c b/benchmarks/intel_upload_blit_large_map.c index 93433fc9..18d2dfe4 100644 --- a/benchmarks/intel_upload_blit_large_map.c +++ b/benchmarks/intel_upload_blit_large_map.c @@ -61,7 +61,7 @@ #include "drmtest.h" #include "intel_bufmgr.h" #include "intel_batchbuffer.h" -#include "intel_gpu_tools.h" +#include "intel_io.h" #include "intel_chipset.h" #define OBJECT_WIDTH 1280 -- cgit v1.2.3