xf86-video-intel: src/i830_video.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Jun 7 07:33:04 PDT 2010


 src/i830_video.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1788b16eb26580624dd3df96ed84f68d40e78ed7
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jun 7 15:31:47 2010 +0100

    i915: Fix typo from previous commit.
    
    A trivial change, I thought, having tested it before rebasing, unworthy
    even of a perfunctory compile test. How wrong I was.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/i830_video.c b/src/i830_video.c
index eea967f..86f3f77 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -367,7 +367,7 @@ void I830InitVideo(ScreenPtr screen)
 	/* Set up textured video if we can do it at this depth and we are on
 	 * supported hardware.
 	 */
-	if (scrn->bitsPerPixel >= 16 && (IS_I9XX(intel) || IS_I965G(intel)))
+	if (scrn->bitsPerPixel >= 16 && (IS_I9XX(intel) || IS_I965G(intel))) {
 		texturedAdaptor = I830SetupImageVideoTextured(screen);
 		if (texturedAdaptor != NULL) {
 			xf86DrvMsg(scrn->scrnIndex, X_INFO,


More information about the xorg-commit mailing list