Note which pipe has failed to be configured for VBlank interrupt

This commit is contained in:
Keith Packard 2006-11-22 15:36:43 -08:00
parent 659e3db925
commit 850e3652f4
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ I830DRISetVBlankInterrupt (ScrnInfoPtr pScrn, Bool on)
}
if (drmCommandWrite(pI830->drmSubFD, DRM_I830_SET_VBLANK_PIPE,
&pipe, sizeof (pipe))) {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "I830 Vblank Pipe Setup Failed\n");
xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "I830 Vblank Pipe Setup Failed %d\n", pipe.pipe);
return FALSE;
}
}