diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-22 20:25:31 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-11-22 20:25:31 +1000 |
commit | 64010fc4eae8359c01e430f64252931242c91435 (patch) | |
tree | 5f763f62460e1f8daea21fd610e74d1a75a2ac3d | |
parent | 145da701bf4fb9c0ad9f95620b20914ae0126852 (diff) |
Revert "Disable RENDER acceleration by default on some RV200 chips."
This reverts commit 145da701bf4fb9c0ad9f95620b20914ae0126852.
pull in fix from ajax next commit
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index c939a5c1..c55b5a5c 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1704,9 +1704,7 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn) #ifdef RENDER info->RenderAccel = xf86ReturnOptValBool(info->Options, OPTION_RENDER_ACCEL, info->Chipset != PCI_CHIP_RN50_515E && - info->Chipset != PCI_CHIP_RN50_5969 && - info->Chipset != PCI_CHIP_RV200_QW && - info->Chipset != PCI_CHIP_RADEON_LW); + info->Chipset != PCI_CHIP_RN50_5969); #endif return TRUE; |