[Intel-gfx] [PATCH] make intel_chipset.h public
Gurchetan Singh
gurchetansingh at chromium.org
Fri Oct 28 03:38:03 UTC 2016
This file has useful information regarding the pci-id --> gen
conversion. The gen determines which scanout formats a chipset
supports (for example, the SKL display engine can scanout Y-tiled
formats). This would be useful for the ozone-gbm interface.
Signed-off-by: Gurchetan Singh <gurchetansingh at chromium.org>
---
intel/Makefile.sources | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/intel/Makefile.sources b/intel/Makefile.sources
index 7b2272c..06f3acf 100644
--- a/intel/Makefile.sources
+++ b/intel/Makefile.sources
@@ -4,11 +4,11 @@ LIBDRM_INTEL_FILES := \
intel_bufmgr_fake.c \
intel_bufmgr_gem.c \
intel_decode.c \
- intel_chipset.h \
mm.c \
mm.h
LIBDRM_INTEL_H_FILES := \
intel_bufmgr.h \
intel_aub.h \
- intel_debug.h
+ intel_debug.h \
+ intel_chipset.h
--
2.8.0.rc3.226.g39d4020
More information about the Intel-gfx
mailing list