| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_dri.h | 47 int irq; member in struct:_I830DRIRec
|
| i810_dri.h | 54 int irq; member in struct:__anon8857
|
| i810_dri.c | 959 if (!pI810DRI->irq) { 960 pI810DRI->irq = drmGetInterruptFromBusID(pI810->drmSubFD, 966 if ((drmCtlInstHandler(pI810->drmSubFD, pI810DRI->irq)) != 0) { 968 "[drm] failure adding irq handler, there is a device " 969 "already using that irq\n Consider rearranging your " 977 "[drm] dma control initialized, using IRQ %d\n", pI810DRI->irq); 1023 if (pI810DRI->irq) { 1025 pI810DRI->irq = 0;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| i810_dri.h | 54 int irq; member in struct:__anon7024
|
| i810_dri.c | 851 if (!pI810DRI->irq) { 852 pI810DRI->irq = drmGetInterruptFromBusID(pI810->drmSubFD, 858 if ((drmCtlInstHandler(pI810->drmSubFD, pI810DRI->irq)) != 0) { 860 "[drm] failure adding irq handler, there is a device " 861 "already using that irq\n Consider rearranging your " 869 "[drm] dma control initialized, using IRQ %d\n", pI810DRI->irq); 911 if (pI810DRI->irq) { 913 pI810DRI->irq = 0;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| i810_dri.h | 54 int irq; member in struct:__anon7893
|
| i810_dri.c | 851 if (!pI810DRI->irq) { 852 pI810DRI->irq = drmGetInterruptFromBusID(pI810->drmSubFD, 858 if ((drmCtlInstHandler(pI810->drmSubFD, pI810DRI->irq)) != 0) { 860 "[drm] failure adding irq handler, there is a device " 861 "already using that irq\n Consider rearranging your " 869 "[drm] dma control initialized, using IRQ %d\n", pI810DRI->irq); 911 if (pI810DRI->irq) { 913 pI810DRI->irq = 0;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_dri.c | 487 /* Eventually grab and enable IRQ */ 489 pSIS->irq = drmGetInterruptFromBusID(pSIS->drmSubFD, 492 if(pSIS->irq < 0) { 494 "[drm] No valid IRQ number for device %d:%d:%d (code %d)\n", 496 pSIS->irq); 497 } else if((drmCtlInstHandler(pSIS->drmSubFD, pSIS->irq)) != 0) { 499 "[drm] Failed to add IRQ %d handler\n", 500 pSIS->irq); 503 "[drm] Successfully installed handler for IRQ %d\n", 504 pSIS->irq); [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atidri.c | 928 if ( pATI->irq <= 0 ) { 929 pATI->irq = drmGetInterruptFromBusID(pATI->drmFD, 933 if ( pATI->irq <= 0 ) { 935 "[drm] Couldn't find IRQ for bus id %d:%d:%d\n", 939 pATI->irq = 0; 940 } else if ((drmCtlInstHandler(pATI->drmFD, pATI->irq)) != 0) { 942 "[drm] Failed to initialize interrupt handler with IRQ %d\n", 943 pATI->irq); 944 pATI->irq = 0; 947 if (pATI->irq) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_screen.h | 116 unsigned int irq; /* IRQ number (0 means none) */ member in struct:radeon_screen
|
| radeon_common_context.c | 173 radeon->radeonScreen->irq); 179 "IRQ's not enabled, falling back to %s: %d %d\n", 181 fthrottle_mode, radeon->radeonScreen->irq);
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| via_drm.h | 241 unsigned irq; member in struct:drm_via_wait_irq_request
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| freebsd_pci.c | 349 uint8_t irq; local 359 * At this point, we need to fill in regions, rom_size, and irq. 362 err = pci_device_cfg_read_u8( dev, &irq, 60 ); 365 dev->irq = irq;
|
| hurd_pci.c | 80 uint8_t irq; local 89 * At this point, we need to fill in regions, rom_size, and irq. 92 err = pci_device_cfg_read_u8(dev, &irq, PCI_IRQ); 95 dev->irq = irq;
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_dri.c | 612 /* FIXME: This function uses the DRM to get the IRQ, but the pci_device 619 if (!pMga->irq) { 620 pMga->irq = drmGetInterruptFromBusID(pMga->drmFD, 633 if((drmCtlInstHandler(pMga->drmFD, pMga->irq)) != 0) { 635 "[drm] failure adding irq handler, " 636 "there is a device already using that irq\n" 637 "[drm] falling back to irq-free operation\n"); 638 pMga->irq = 0; 644 if (pMga->irq) 646 "[drm] dma control initialized, using IRQ %d\n" [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_dri.c | 718 if (!info->irq) { 719 info->irq = drmGetInterruptFromBusID( 725 if((drmCtlInstHandler(info->drmFD, info->irq)) != 0) { 727 "[drm] failure adding irq handler, " 728 "there is a device already using that irq\n" 729 "[drm] falling back to irq-free operation\n"); 730 info->irq = 0; 737 if (info->irq) 739 "[drm] dma control initialized, using IRQ %d\n", 740 info->irq); [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_dri.c | 492 /* enable IRQ */ 493 pXGI->irq = drmGetInterruptFromBusID(pXGI->drmSubFD, 506 if((drmCtlInstHandler(pXGI->drmSubFD, pXGI->irq)) != 0) 509 "[drm] failure adding irq %d handler, stereo disabled\n", 510 pXGI->irq);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_screen.h | 126 unsigned int irq; /* IRQ number (0 means none) */ member in struct:radeon_screen
|
| radeon_common_context.c | 172 radeon->radeonScreen->irq); 178 "IRQ's not enabled, falling back to %s: %d %d\n", 180 fthrottle_mode, radeon->radeonScreen->irq);
|
| /xsrc/external/mit/libpciaccess/dist/include/ |
| pciaccess.h | 378 * IRQ associated with the device. If there is no IRQ, this value will 381 int irq; member in struct:pci_device
|
| /xsrc/external/mit/libpciaccess/dist/scanpci/ |
| scanpci.c | 189 dev->irq );
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_drm.h | 251 unsigned irq; member in struct:drm_via_wait_irq_request
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| drm.h | 176 int irq; member in struct:drm_control 250 _DRM_STAT_IRQ, /**< IRQ */ 465 int irq; /**< IRQ number */ member in struct:drm_irq_busid
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| drm.h | 176 int irq; member in struct:drm_control 250 _DRM_STAT_IRQ, /**< IRQ */ 465 int irq; /**< IRQ number */ member in struct:drm_irq_busid
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_dri.c | 1285 if (!info->dri->irq) { 1286 info->dri->irq = drmGetInterruptFromBusID( 1292 if ((drmCtlInstHandler(info->dri->drmFD, info->dri->irq)) != 0) { 1294 "[drm] failure adding irq handler, " 1295 "there is a device already using that irq\n" 1296 "[drm] falling back to irq-free operation\n"); 1297 info->dri->irq = 0; 1312 if (info->dri->irq) 1314 "[drm] dma control initialized, using IRQ %d\n", 1315 info->dri->irq); [all...] |