[PATCH xf86-video-voodoo] Remove obsolete miInitializeBackingStore() call

Hans de Goede hdegoede at redhat.com
Thu Sep 29 17:58:06 UTC 2016


Recent servers do not need this, and the latest servers do not
even provide it.

Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
 src/voodoo_driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/voodoo_driver.c b/src/voodoo_driver.c
index 6ef12ae..04b6d9c 100644
--- a/src/voodoo_driver.c
+++ b/src/voodoo_driver.c
@@ -680,7 +680,6 @@ VoodooScreenInit(SCREEN_INIT_ARGS_DECL)
   if(pVoo->Accel)
   	Voodoo2XAAInit(pScreen);
 
-  miInitializeBackingStore(pScreen);
   xf86SetBackingStore(pScreen);
   
 
-- 
2.9.3



More information about the xorg-devel mailing list