diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-08-04 11:16:05 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-08-04 11:16:05 -0400 |
commit | fce31b61a88522733863a9b4e9f1c935c439cb4e (patch) | |
tree | cc5a63e12102aba4eedfe30bcdce2c388ad78aa5 /src/radeon_driver.c | |
parent | 6b1b4b9214d58175727f7992fc42bc7244c42bf2 (diff) |
RS880: enable accel
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 29c0b11a..e7660930 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2295,9 +2295,6 @@ static Bool RADEONPreInitDRI(ScrnInfoPtr pScrn) } } - if (info->ChipFamily == CHIP_FAMILY_RS880) - return FALSE; - if (!xf86ReturnOptValBool(info->Options, OPTION_DRI, TRUE)) { xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Direct rendering forced off\n"); |