Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce7dd063 authored by Wang Zhenyu's avatar Wang Zhenyu Committed by Dave Airlie
Browse files

drm/i915: Add 965GM pci id update



Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 9e9c1326
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -296,5 +296,6 @@
	{0x8086, 0x2982, 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, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
	{0, 0, 0}
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@
#define IS_I965G(dev) (dev->pci_device == 0x2972 || \
		       dev->pci_device == 0x2982 || \
		       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
 * this loop run for (eg) 3 sec, but have the timer reset every time