HomeSort by: relevance | last modified time | path
    Searched defs:devList (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunInit.c 528 char **devList;
578 devList = GetDeviceList (argc, argv);
579 for (i = 0, scr = 0; devList[i] != NULL && scr < MAXSCREENS; i++)
580 if (OpenFrameBuffer (devList[i], scr))
583 free (devList);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.c 535 GDevPtr *devList;
536 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList);
544 if (!devList[i]->active)
548 devpath = xf86FindOptionValue(devList[i]->options, "kmsdev");
554 } else if (devList[i]->busID && *devList[i]->busID) {
555 if (xf86PlatformDeviceCheckBusID(&xf86_platform_devices[j], devList[i]->busID))
576 foundScreen = probeSingleDevice(&xf86_platform_devices[j], drvp, devList[i],
577 isGPUDevice(devList[i]) ? PLATFORM_PROBE_GPU_SCREEN : 0);
580 free(devList);
    [all...]
xf86pciBus.c 488 GDevPtr *devList;
489 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList);
499 if (devList[i]->busID && *devList[i]->busID) {
500 if (xf86ComparePciBusString(devList[i]->busID,
517 device_id = (devList[i]->chipID > 0)
518 ? devList[i]->chipID : pPci->device_id;
537 if ((devList[i]->screen == 0) && !xf86CheckPciSlot(pPci))
545 devList[i], devList[i]->active)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunInit.c 580 char **devList;
626 devList = GetDeviceList (argc, argv);
627 for (i = 0, scr = 0; devList[i] != NULL && scr < MAXSCREENS; i++)
628 if (OpenFrameBuffer (devList[i], scr))
631 xfree (devList);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86pciBus.c 472 GDevPtr *devList;
473 const unsigned numDevs = xf86MatchDevice(drvp->driverName, & devList);
484 if (devList[i]->busID && *devList[i]->busID) {
485 if (xf86ComparePciBusString(devList[i]->busID,
503 device_id = (devList[i]->chipID > 0)
504 ? devList[i]->chipID : pPci->device_id;
524 if ((devList[i]->screen == 0) && !xf86CheckPciSlot(pPci))
532 devList[i], devList[i]->active)
    [all...]

Completed in 8 milliseconds