mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 13:28:06 +02:00
Adding pci id for Crestline
This commit is contained in:
parent
0316f93d51
commit
e2ea72187e
2 changed files with 3 additions and 1 deletions
|
|
@ -275,6 +275,7 @@
|
|||
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,7 +34,8 @@
|
|||
#define IS_I965G(dev) (dev->pdev->device == 0x2972 || \
|
||||
dev->pdev->device == 0x2982 || \
|
||||
dev->pdev->device == 0x2992 || \
|
||||
dev->pdev->device == 0x29A2)
|
||||
dev->pdev->device == 0x29A2 || \
|
||||
dev->pdev->device == 0x2A02)
|
||||
|
||||
|
||||
/* Really want an OS-independent resettable timer. Would like to have
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue