Lines Matching refs:irq
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)
647 pMga->irq);
1241 if (pMga->irq) {
1243 pMga->irq = 0;