Disable some debug message

This commit is contained in:
Alan Hourihane 2006-11-08 19:01:25 +00:00
parent fbb376bd1a
commit b649f95ea6
1 changed files with 4 additions and 0 deletions

View File

@ -65,8 +65,10 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
int nbox, dxo, dyo;
Bool planar;
#if 0
ErrorF("I915DisplayVideo: %dx%d (pitch %d)\n", width, height,
video_pitch);
#endif
switch (id) {
case FOURCC_UYVY:
@ -78,7 +80,9 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
planar = TRUE;
break;
default:
#if 0
ErrorF("Unknown format 0x%x\n", id);
#endif
planar = FALSE;
break;
}