mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 21:38:05 +02:00
Revert origin crestline pci id patch
This commit is contained in:
parent
3886b7e629
commit
9907b32c67
2 changed files with 1 additions and 3 deletions
|
|
@ -278,7 +278,6 @@
|
|||
0x8086 0x2982 0 "Intel i965G"
|
||||
0x8086 0x2992 0 "Intel i965Q"
|
||||
0x8086 0x29A2 0 "Intel i965G"
|
||||
0x8086 0x2A02 0 "Intel Crestline"
|
||||
|
||||
[imagine]
|
||||
0x105d 0x2309 IMAGINE_128 "Imagine 128"
|
||||
|
|
|
|||
|
|
@ -34,8 +34,7 @@
|
|||
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \
|
||||
dev->pci_device == 0x2982 || \
|
||||
dev->pci_device == 0x2992 || \
|
||||
dev->pci_device == 0x29A2 || \
|
||||
dev->pci_device == 0x2A02)
|
||||
dev->pci_device == 0x29A2)
|
||||
|
||||
|
||||
/* Really want an OS-independent resettable timer. Would like to have
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue