From e9d6bbbe0b41e29c58a79844decd81771da85dd4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 3 Mar 2009 16:45:03 -0800 Subject: [PATCH] remove more page flipping leftovers. --- src/i830_driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index f80ca698..55040257 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -305,7 +305,6 @@ typedef enum { OPTION_SW_CURSOR, OPTION_CACHE_LINES, OPTION_DRI, - OPTION_PAGEFLIP, OPTION_XVIDEO, OPTION_VIDEO_KEY, OPTION_COLOR_KEY, @@ -316,7 +315,6 @@ typedef enum { OPTION_TILING, OPTION_LEGACY3D, OPTION_LVDSFIXEDMODE, - OPTION_TRIPLEBUFFER, OPTION_FORCEENABLEPIPEA, #ifdef INTEL_XVMC OPTION_XVMC, @@ -2877,7 +2875,7 @@ i830_memory_init(ScrnInfoPtr pScrn) } } - /* If tiling fails we have to disable page flipping & FBC */ + /* If tiling fails we have to disable FBC */ pScrn->displayWidth = savedDisplayWidth; if (pI830->fb_compression) xf86DrvMsg(pScrn->scrnIndex, X_WARNING,