From 1dc02da6d79eef0450b43a90fddd72342140f0db Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Tue, 4 Apr 2017 11:45:08 -0700 Subject: i965/drm: Drop intel_chipset.h in favor of using gen_device_info. This moves the PCI ID detection to intel_screen.c and makes drm_bacon_bufmgr_gem_init() take a devinfo pointer. We also drop the HAS_LLC query stuff - devinfo has that info already, without kernel queries, and it makes no sense to have two has_llc flags set by different mechanisms. Reviewed-by: Chris Wilson Acked-by: Jason Ekstrand --- src/mesa/drivers/dri/i965/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965/Makefile.sources') diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 9068bcdde7a..9b550dc17cc 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -132,7 +132,6 @@ i965_FILES = \ intel_buffers.c \ intel_buffers.h \ intel_bufmgr_gem.c \ - intel_chipset.h \ intel_copy_image.c \ intel_extensions.c \ intel_fbo.c \ -- cgit v1.2.3