summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/radeon_driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 4efd2724..2321fe2e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2057,6 +2057,9 @@ static Bool RADEONPreInitAccel(ScrnInfoPtr pScrn)
}
info->useEXA = FALSE;
+ /* if we have shadow fb bail */
+ if (info->r600_shadow_fb)
+ return TRUE;
if (info->ChipFamily >= CHIP_FAMILY_R600) {
xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT,