Searched refs:PCI_CHIP_I965_G (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| H A D | stepping.c | 104 case PCI_CHIP_I965_G:
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | common.h | 253 #ifndef PCI_CHIP_I965_G 254 #define PCI_CHIP_I965_G 0x29A2 macro 360 #define IS_I965G(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I965_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_G35_G || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I965_Q || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I946_GZ || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I965_GM || DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I965_GME || IS_G4X(pI810) || IS_IGDNG(pI810))
|
| H A D | i810_driver.c | 126 INTEL_DEVICE_MATCH (PCI_CHIP_I965_G, 0 ), 180 {PCI_CHIP_I965_G, "965G"}, 219 {PCI_CHIP_I965_G, PCI_CHIP_I965_G, NULL},
|
| H A D | i830_driver.c | 104 {PCI_CHIP_I965_G, "965G"}, 137 {PCI_CHIP_I965_G, PCI_CHIP_I965_G, NULL}, 1054 case PCI_CHIP_I965_G:
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_driver.h | 39 #define PCI_CHIP_I965_G 0x29A2 macro
|
| H A D | intel_module.c | 163 {PCI_CHIP_I965_G, "965G"},
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | intel_driver.h | 39 #define PCI_CHIP_I965_G 0x29A2 macro
|
| H A D | intel_module.c | 148 {PCI_CHIP_I965_G, "965G"},
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_chipset.h | 59 #define PCI_CHIP_I965_G 0x29A2 macro 214 #define IS_GEN4(devid) ((devid) == PCI_CHIP_I965_G || \
|
Completed in 13 milliseconds