summaryrefslogtreecommitdiff
path: root/src/radeon_exa_funcs.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2008-03-01 14:39:32 -0500
committerAlex Deucher <alex@botch2.(none)>2008-03-01 14:39:32 -0500
commitdee6cef8e62d0651c00319e03eea92940fd24aa4 (patch)
tree3a2dfa044f16fb63b9ba56ef8f839dc139dedfdb /src/radeon_exa_funcs.c
parent129f737efe4e8d1a368e7db4b063bdcd9339cb09 (diff)
RS4xx: enable exa render accel and textured video
RS6xx paths seem to work fine on RS4xx
Diffstat (limited to 'src/radeon_exa_funcs.c')
-rw-r--r--src/radeon_exa_funcs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c
index 3d158824..8a58df28 100644
--- a/src/radeon_exa_funcs.c
+++ b/src/radeon_exa_funcs.c
@@ -533,10 +533,9 @@ Bool FUNC_NAME(RADEONDrawInit)(ScreenPtr pScreen)
#ifdef RENDER
if (info->RenderAccel) {
- if ((info->ChipFamily >= CHIP_FAMILY_R600) ||
- (info->ChipFamily == CHIP_FAMILY_RS400))
+ if (info->ChipFamily >= CHIP_FAMILY_R600)
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration "
- "unsupported on XPRESS, R500 and newer cards.\n");
+ "unsupported on R600 and newer cards.\n");
else if (IS_R300_VARIANT || (IS_AVIVO_VARIANT && info->ChipFamily <= CHIP_FAMILY_RS690)) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration "
"enabled for R300 type cards.\n");