Correct FBC debug message

To be consistent, it should say 'plane' rather than 'pipe'.
This commit is contained in:
Jesse Barnes 2007-11-14 15:44:56 -08:00
parent 675b9471d8
commit 9ee96ed02a
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ i830_disable_fb_compression(xf86CrtcPtr crtc)
/* Wait for compressing bit to clear */
while (INREG(FBC_STATUS) & FBC_STAT_COMPRESSING)
; /* nothing */
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "fbc disabled on pipe %c\n", plane);
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "fbc disabled on plane %c\n", plane);
}
/**