Lines Matching refs:irq
928 if ( pATI->irq <= 0 ) {
929 pATI->irq = drmGetInterruptFromBusID(pATI->drmFD,
933 if ( pATI->irq <= 0 ) {
939 pATI->irq = 0;
940 } else if ((drmCtlInstHandler(pATI->drmFD, pATI->irq)) != 0) {
943 pATI->irq);
944 pATI->irq = 0;
947 if (pATI->irq)
950 pATI->irq);
953 "[drm] Falling back to irq-free operation\n");
1355 if ( pATI->irq > 0 ) {
1358 "[drm] Error uninstalling interrupt handler for IRQ %d\n", pATI->irq);
1361 "[drm] Uninstalled interrupt handler for IRQ %d\n", pATI->irq);
1363 pATI->irq = 0;