From 9ee96ed02aacd953ab58288fddf0fa60f60b668e Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Wed, 14 Nov 2007 15:44:56 -0800 Subject: [PATCH] Correct FBC debug message To be consistent, it should say 'plane' rather than 'pipe'. --- src/i830_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_display.c b/src/i830_display.c index ea10c8a8..223a6aaf 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -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); } /**