summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/radeon_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b6add93..d52f898 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5346,6 +5346,7 @@ Bool RADEONSetupMemXAA_DRI(int scrnIndex, ScreenPtr pScreen)
info->depthPitchOffset = (((info->depthPitch * cpp / 64) << 22) |
((info->depthOffset + info->fbLocation) >> 10));
+ return TRUE;
}
#endif /* XF86DRI */