OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_GM45
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/intel/
intel_chipset.h
185
#define
IS_GM45
(devid) ((devid) == PCI_CHIP_GM45_GM)
186
#define IS_G4X(devid) (IS_G45(devid) ||
IS_GM45
(devid))
/xsrc/external/mit/xf86-video-intel-old/dist/src/
common.h
353
#define
IS_GM45
(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_GM45_GM)
354
#define IS_G4X(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_IGD_E_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_G45_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_Q45_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_G41_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_B43_G ||
IS_GM45
(pI810))
368
#define IS_MOBILE(pI810) (IS_I830(pI810) || IS_I85X(pI810) || IS_I915GM(pI810) || IS_I945GM(pI810) || IS_I965GM(pI810) ||
IS_GM45
(pI810) || IS_IGD(pI810) || IS_IGDNG_M(pI810))
Completed in 5 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026