[PATCH xf86-video-r128 1/2] Prevent disabling of EXA inside R128ScreenInit

Kevin Brace kevinbrace at gmx.com
Mon Jul 30 22:41:51 UTC 2018


Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
 src/r128_driver.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/r128_driver.c b/src/r128_driver.c
index afa41ca..32beddd 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -1748,8 +1748,6 @@ Bool R128ScreenInit(SCREEN_INIT_ARGS_DECL)
 			  pScrn->defaultVisual)) return FALSE;
     miSetPixmapDepths ();
 
-    if (info->noAccel) info->useEXA = FALSE;
-
 #ifdef R128DRI
 				/* Setup DRI after visuals have been
 				   established, but before fbScreenInit is
-- 
2.7.4



More information about the xorg-driver-ati mailing list