drm/i915: Add 965GM pci id update
Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
9e9c1326a5
commit
ce7dd06372
@ -296,5 +296,6 @@
|
|||||||
{0x8086, 0x2982, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
{0x8086, 0x2982, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
||||||
{0x8086, 0x2992, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
{0x8086, 0x2992, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
||||||
{0x8086, 0x29a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
{0x8086, 0x29a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
||||||
|
{0x8086, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
|
||||||
{0, 0, 0}
|
{0, 0, 0}
|
||||||
|
|
||||||
|
@ -34,7 +34,8 @@
|
|||||||
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \
|
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \
|
||||||
dev->pci_device == 0x2982 || \
|
dev->pci_device == 0x2982 || \
|
||||||
dev->pci_device == 0x2992 || \
|
dev->pci_device == 0x2992 || \
|
||||||
dev->pci_device == 0x29A2)
|
dev->pci_device == 0x29A2 || \
|
||||||
|
dev->pci_device == 0x2A02)
|
||||||
|
|
||||||
/* Really want an OS-independent resettable timer. Would like to have
|
/* Really want an OS-independent resettable timer. Would like to have
|
||||||
* this loop run for (eg) 3 sec, but have the timer reset every time
|
* this loop run for (eg) 3 sec, but have the timer reset every time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user