[Mesa-dev] [PATCH]: [gallium/i915] Add Intel Pineview GM PCI id.
Rene Bolldorf
xsecute at googlemail.com
Tue Sep 14 09:56:13 PDT 2010
Hi,
this patch add's the PCI id for the Pineview GM integrated graphics controller.
Signed-off-by: Rene Bolldorf <xsecute at googlemail.com>
---
src/gallium/drivers/i915/i915_reg.h | 1 +
src/gallium/drivers/i915/i915_screen.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/i915/i915_reg.h b/src/gallium/drivers/i915/i915_reg.h
index 04620fe..e33bd11 100644
--- a/src/gallium/drivers/i915/i915_reg.h
+++ b/src/gallium/drivers/i915/i915_reg.h
@@ -969,6 +969,7 @@
#define PCI_CHIP_I915_GM 0x2592
#define PCI_CHIP_I945_G 0x2772
#define PCI_CHIP_I945_GM 0x27A2
+#define PCI_CHIP_PINEVIEW_GM 0xA011
#define PCI_CHIP_I945_GME 0x27AE
#define PCI_CHIP_G33_G 0x29C2
#define PCI_CHIP_Q35_G 0x29B2
diff --git a/src/gallium/drivers/i915/i915_screen.c b/src/gallium/drivers/i915/i915_screen.c
index a3e7c5c..10742f3 100644
--- a/src/gallium/drivers/i915/i915_screen.c
+++ b/src/gallium/drivers/i915/i915_screen.c
@@ -342,6 +342,7 @@ i915_screen_create(struct i915_winsys *iws)
case PCI_CHIP_I945_G:
case PCI_CHIP_I945_GM:
+ case PCI_CHIP_PINEVIEW_GM:
case PCI_CHIP_I945_GME:
case PCI_CHIP_G33_G:
case PCI_CHIP_Q33_G:
--
1.7.2.3.392.g02377
More information about the mesa-dev
mailing list