HomeSort by: relevance | last modified time | path
    Searched refs:ChipId (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_xv.c 274 if (pVia->ChipId != PCI_CHIP_VT3205 &&
275 pVia->ChipId != PCI_CHIP_VT3204 &&
276 pVia->ChipId != PCI_CHIP_VT3259 &&
277 pVia->ChipId != PCI_CHIP_VT3314 &&
278 pVia->ChipId != PCI_CHIP_VT3327 &&
279 pVia->ChipId != PCI_CHIP_VT3336 &&
280 pVia->ChipId != PCI_CHIP_VT3409 &&
281 pVia->ChipId != PCI_CHIP_VT3410 &&
282 pVia->ChipId != PCI_CHIP_VT3364 &&
283 pVia->ChipId != PCI_CHIP_VT3324 &
    [all...]
via_xv_overlay.c 110 if (pVia->ChipId == PCI_CHIP_VT3259
149 if (pVia->ChipId == PCI_CHIP_VT3259
871 switch (pVia->ChipId) {
1006 switch (pVia->ChipId) {
1037 switch (pVia->ChipId) {
1077 switch (pVia->ChipId) {
1138 if (pVia->ChipId == PCI_CHIP_VT3259 &&
1372 switch (pVia->ChipId) {
1437 switch (pVia->ChipId) {
1471 switch (pVia->ChipId) {
    [all...]
via_xvmc.c 375 if (pVia->ChipId != PCI_CHIP_VT3259 &&
376 pVia->ChipId != PCI_CHIP_VT3364) {
502 contextRec->chipId = pVia->ChipId;
via_driver.c 84 static const OptionInfoRec *VIAAvailableOptions(int chipid, int busid);
273 VIAAvailableOptions(int chipid, int busid)
613 LookupChipID(PciChipsets *pset, int ChipID)
617 if (pset->PCIid == ChipID)
1006 pVia->ChipId = LookupChipSet(VIAPciChipsets, pVia->Chipset);
1007 } else if (pEnt->device->chipID >= 0) {
1009 pVia->ChipId = pEnt->device->chipID;
1010 pVia->Chipset = LookupChipID(VIAPciChipsets, pVia->ChipId);
1012 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "ChipID override: 0x%04X\n"
    [all...]
via_driver.h 240 int ChipId;
via_dri.c 201 switch (pVia->ChipId) {
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.h 402 int ChipId;
savage_driver.c 82 static const OptionInfoRec * SavageAvailableOptions(int chipid, int busid);
89 static int LookupChipID(PciChipsets* pset, int ChipID);
660 static const OptionInfoRec * SavageAvailableOptions(int chipid, int busid)
813 } else if (pEnt->device->chipID >= 0) {
815 pEnt->device->chipID);
861 static int LookupChipID( PciChipsets* pset, int ChipID )
866 if( pset->PCIid == ChipID )
1440 psav->ChipId = pEnt->device->chipID;
1442 } else if (pEnt->device->chipID >= 0)
    [all...]

Completed in 13 milliseconds