HomeSort by: relevance | last modified time | path
    Searched refs:DEVICE_ID (Results 1 - 25 of 33) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
common.h 330 #define DEVICE_ID(p) (p)->device_id
335 #define IS_I810(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810 || \
336 DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810_DC100 || \
337 DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810_E)
338 #define IS_I815(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I815)
339 #define IS_I830(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I830_M)
340 #define IS_845G(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_845_G)
341 #define IS_I85X(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I855_GM)
342 #define IS_I852(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I855_GM && (pI810->variant == I852_GM || pI810->variant == I852_GME)
    [all...]
i830_quirks.c 418 if (DEVICE_ID(pI830->PciInfo) == p->chipType &&
i830_driver.c 996 switch (DEVICE_ID(pI830->PciInfo)) {
1122 DEVICE_ID(pI830->PciInfo) = pI830->pEnt->device->chipID;
1126 DEVICE_ID(pI830->PciInfo));
1330 if (DEVICE_ID(pI830->PciInfo) == PCI_CHIP_E7221_G)
i915_hwmc.c 514 contextRec->deviceID = DEVICE_ID(pI830->PciInfo);
i810_driver.c 462 switch (DEVICE_ID(device)) {
696 DEVICE_ID(pI810->PciInfo));
i810_dri.c 979 pI810DRI->deviceID = DEVICE_ID(pI810->PciInfo);
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_const.h 12 #define DEVICE_ID(p) (p)->device_id
19 #define DEVICE_ID(p) (p)->chipType
riva_driver.c 413 DEVICE_ID(pRiva->PciInfo) != PCI_CHIP_RIVA128)
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_macros.h 7 #define DEVICE_ID(p) (p)->device_id
13 #define DEVICE_ID(p) (p)->chipType
mga_dri.c 379 DEVICE_ID(pMga->PciInfo));
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmware_bootstrap.c 132 #define DEVICE_ID(p) (p)->device_id
138 #define DEVICE_ID(p) (p)->chipType
266 DEVICE_ID(pciInfo)));
291 switch (DEVICE_ID(device)) {
vmware.h 212 #define DEVICE_ID(p) (p)->device_id
218 #define DEVICE_ID(p) (p)->chipType
vmware.c 337 if (DEVICE_ID(pVMWARE->PciInfo) == PCI_DEVICE_ID_VMWARE_SVGA) {
605 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "ChipID 0x%04x is not recognised\n", DEVICE_ID(pVMWARE->PciInfo));
  /xsrc/external/mit/MesaLib/dist/src/glx/
dri_common_query_renderer.c 42 __RENDERER(DEVICE_ID),
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
dri_common_query_renderer.c 42 __RENDERER(DEVICE_ID),
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx.h 45 #define DEVICE_ID(p) (p)->device_id
59 #define DEVICE_ID(p) (p)->chipType
tdfx_dri.c 300 pTDFXDRI->deviceID = DEVICE_ID(pTDFX->PciInfo[0]);
302 pTDFXDRI->deviceID = DEVICE_ID(pTDFX->PciInfo);
tdfx_driver.c 878 pTDFX->ChipType = DEVICE_ID(match);
975 DEVICE_ID(match));
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.h 39 #define DEVICE_ID(p) (p)->device_id
44 #define DEVICE_ID(p) (p)->chipType
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition.c 59 # define DEVICE_ID(p) (p)->device_id
61 # define DEVICE_ID(p) (p)->chipType
564 if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) {
636 if (PCI_CHIP_V1000 == DEVICE_ID(pRendition->PciInfo)) {
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_eng_regs.h 728 #define DEVICE_ID(p) (p)->device_id
735 #define DEVICE_ID(p) (p)->chipType
via_ums.c 802 if (DEVICE_ID(bridge) == 0x0296) {
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi.h 220 #define DEVICE_ID(p) (p)->device_id
225 #define DEVICE_ID(p) (p)->chipType
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_501.h 417 #define DEVICE_ID 0x000060
432 } device_id; member in struct:_MSOCRegRec
smi_501.c 110 save->device_id.value = READ_SCR(pSmi, DEVICE_ID);

Completed in 27 milliseconds

1 2