i915g: add pineview pci ids
Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
This commit is contained in:
committed by
Jakob Bornecrantz
parent
aba728eb25
commit
8624fe7a49
@@ -973,6 +973,8 @@
|
||||
#define PCI_CHIP_G33_G 0x29C2
|
||||
#define PCI_CHIP_Q35_G 0x29B2
|
||||
#define PCI_CHIP_Q33_G 0x29D2
|
||||
#define PCI_CHIP_PINEVIEW_G 0xA001
|
||||
#define PCI_CHIP_PINEVIEW_M 0xA011
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -83,6 +83,12 @@ i915_get_name(struct pipe_screen *screen)
|
||||
case PCI_CHIP_Q33_G:
|
||||
chipset = "Q33";
|
||||
break;
|
||||
case PCI_CHIP_PINEVIEW_G:
|
||||
chipset = "Pineview G";
|
||||
break;
|
||||
case PCI_CHIP_PINEVIEW_M:
|
||||
chipset = "Pineview M";
|
||||
break;
|
||||
default:
|
||||
chipset = "unknown";
|
||||
break;
|
||||
@@ -351,6 +357,8 @@ i915_screen_create(struct i915_winsys *iws)
|
||||
case PCI_CHIP_G33_G:
|
||||
case PCI_CHIP_Q33_G:
|
||||
case PCI_CHIP_Q35_G:
|
||||
case PCI_CHIP_PINEVIEW_G:
|
||||
case PCI_CHIP_PINEVIEW_M:
|
||||
is->is_i945 = TRUE;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user