[Intel-gfx] [PATCH] libdrm_intel: add new pci ids
Zhenyu Wang
zhenyuw at linux.intel.com
Wed Sep 2 05:36:40 CEST 2009
Make sure we don't need to count fence also on new chips.
Signed-off-by: Zhenyu Wang <zhenyuw at linux.intel.com>
---
libdrm/intel/intel_chipset.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libdrm/intel/intel_chipset.h b/libdrm/intel/intel_chipset.h
index 0b3af02..6b90095 100644
--- a/libdrm/intel/intel_chipset.h
+++ b/libdrm/intel/intel_chipset.h
@@ -48,7 +48,9 @@
(dev)->pci_device == 0x2A42 || \
(dev)->pci_device == 0x2E02 || \
(dev)->pci_device == 0x2E12 || \
- (dev)->pci_device == 0x2E22)
+ (dev)->pci_device == 0x2E22 || \
+ (dev)->pci_device == 0x0042 || \
+ (dev)->pci_device == 0x0046)
#define IS_I965GM(dev) ((dev)->pci_device == 0x2A02)
--
1.6.3.3
More information about the Intel-gfx
mailing list