Searched refs:busIdString (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c93 char *busIdString; local in function:radeon_kernel_mode_enabled
102 busIdString = DRICreatePCIBusID(pci_dev);
103 ret = drmCheckModesettingSupported(busIdString);
107 ret = drmCheckModesettingSupported(busIdString);
110 free(busIdString);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.c116 char *busIdString; local in function:radeon_kernel_mode_enabled
125 busIdString = DRICreatePCIBusID(pci_dev);
126 ret = drmCheckModesettingSupported(busIdString);
127 free(busIdString);
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_hwmc.c86 char busIdString[10]; member in struct:__anond53f54c90108
299 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c80 char busIdString[10]; member in struct:__anon10a1dcce0108
284 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);
H A Di810_dri.c241 pDRIInfo->busIdString = DRICreatePCIBusID(pI810->PciInfo);
243 pDRIInfo->busIdString = malloc(64);
244 if (pDRIInfo->busIdString)
245 sprintf(pDRIInfo->busIdString, "PCI:%d:%d:%d",
250 if (!pDRIInfo->busIdString) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c80 char busIdString[10]; member in struct:__anon9f9195020108
284 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);
H A Di810_dri.c241 pDRIInfo->busIdString = DRICreatePCIBusID(pI810->PciInfo);
243 pDRIInfo->busIdString = malloc(64);
244 if (pDRIInfo->busIdString)
245 sprintf(pDRIInfo->busIdString, "PCI:%d:%d:%d",
250 if (!pDRIInfo->busIdString) {
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_hwmc.c82 char busIdString[10]; member in struct:__anond84be8850108
286 strncpy (contextRec->busIdString, pDRIInfo->busIdString, 9);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Dxf86dri.c147 char *busIdString; local in function:ProcXF86DRIOpenConnection
158 &hSAREA, &busIdString)) {
162 if (busIdString)
163 busIdStringLength = strlen(busIdString);
183 WriteToClient(client, busIdStringLength, busIdString);
H A Ddri.h148 char *busIdString; member in struct:__anon93a856140208
207 char **busIdString);
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A Dxf86dri.c175 uniDRIOpenConnection(dpy, screen, hSAREA, busIdString)
179 char **busIdString;
208 *busIdString = Xcalloc(rep.busIdStringLength + 1, 1);
210 *busIdString = NULL;
211 if (*busIdString == NULL) {
218 _XReadPad(dpy, *busIdString, rep.busIdStringLength);
220 *busIdString = NULL;
H A DviaXvMCPriv.h92 char busIdString[21]; /* Busid of video card */ member in struct:__anon312a5bee0308
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A DXF86dri.c177 char **busIdString)
206 *busIdString = calloc(rep.busIdStringLength + 1, 1);
208 *busIdString = NULL;
209 if (*busIdString == NULL) {
216 _XReadPad(dpy, *busIdString, rep.busIdStringLength);
219 *busIdString = NULL;
176 XF86DRIOpenConnection(Display * dpy,int screen,drm_handle_t * hSAREA,char ** busIdString) argument
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_probe.c93 const char *busIdString = pAMDGPUEnt->busid; local in function:amdgpu_kernel_mode_enabled
94 int ret = drmCheckModesettingSupported(busIdString);
98 ret = drmCheckModesettingSupported(busIdString);
/xsrc/external/mit/libdrm/dist/tests/ttmtest/src/
H A Dxf86dri.c178 uniDRIOpenConnection(dpy, screen, hSAREA, busIdString)
182 char **busIdString;
210 if (!(*busIdString = (char *)Xcalloc(rep.busIdStringLength + 1, 1))) {
217 _XReadPad(dpy, *busIdString, rep.busIdStringLength);
219 *busIdString = NULL;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Dxf86dri.c156 char* busIdString; local in function:ProcXF86DRIOpenConnection
167 &busIdString)) {
174 if (busIdString)
175 rep.busIdStringLength = strlen(busIdString);
188 WriteToClient(client, rep.busIdStringLength, busIdString);
H A Ddri.h160 char* busIdString; member in struct:__anonfa1ba9410208
220 char **busIdString);
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dri.c136 pDRIInfo->busIdString = DRICreatePCIBusID(pTDFX->PciInfo[0]);
139 pDRIInfo->busIdString = DRICreatePCIBusID(pTDFX->PciInfo);
141 pDRIInfo->busIdString = malloc(64);
142 sprintf(pDRIInfo->busIdString, "PCI:%d:%d:%d",
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A DXF86dri.c196 char **busIdString)
224 if (!(*busIdString = (char *)calloc(rep.busIdStringLength + 1, 1))) {
231 _XReadPad(dpy, *busIdString, rep.busIdStringLength);
233 *busIdString = NULL;
194 XF86DRIOpenConnection(Display * dpy,int screen,drm_handle_t * hSAREA,char ** busIdString) argument
H A Dephyrdriext.c610 char* busIdString = NULL; local in function:ProcXF86DRIOpenConnection
622 &busIdString)) {
629 if (busIdString)
630 rep.busIdStringLength = strlen(busIdString);
643 WriteToClient(client, rep.busIdStringLength, busIdString);
644 free(busIdString);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c175 pDRIInfo->busIdString = DRICreatePCIBusID(pSIS->PciInfo);
178 pDRIInfo->busIdString = malloc(64);
179 sprintf(pDRIInfo->busIdString, "PCI:%d:%d:%d",
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.h109 char busIdString[10]; /* PCI:0:1:0 or PCI:0:2:0 */ member in struct:_i810XvMCContext
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.h109 char busIdString[10]; /* PCI:0:1:0 or PCI:0:2:0 */ member in struct:_i810XvMCContext
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c559 pDRIInfo->busIdString = DRICreatePCIBusID(pVia->PciInfo);
561 pDRIInfo->busIdString = xalloc(64);
562 sprintf(pDRIInfo->busIdString, "PCI:%d:%d:%d",
574 pDRIInfo->busIdString = DRICreatePCIBusID(pVia->PciInfo);
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A DI810XvMC.h109 char busIdString[10]; /* PCI:0:1:0 or PCI:0:2:0 */ member in struct:_i810XvMCContext

Completed in 79 milliseconds

12