summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-13 17:59:54 -0800
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2007-11-13 17:59:54 -0800
commit539b669d6e23833a917a9b0d3a355d4283e0b76a (patch)
tree2128a9072ec144a08c61b34c045ecf9a3fcc06ec /src/i830_dri.c
parent43fbc547786cf26514f95bce79fab58a66c291bf (diff)
Remove harmless error message
This really isn't an error in general. If vblank pipe setup really fails for some reason, it'll be obvious enough when the user tries to use vblank events for something. Patch from Hong Liu.
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r--src/i830_dri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c
index 4d3458f5..49288080 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1762,7 +1762,6 @@ 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 %d\n", pipe.pipe);
return FALSE;
}
}