summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-26 11:00:46 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-26 11:00:46 -0500
commit22d7746bfc1bcbb3269afac88971254088ea9ece (patch)
tree51cf003845c87148988f9b83f80da6cb81be2949
parent957c2ba3459af152ad16a3f6dd4631044f9df6f9 (diff)
RS600: enable the DRI by default
-rw-r--r--src/radeon_driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 031d987b..8bf2a02e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2153,11 +2153,10 @@ static Bool RADEONPreInitDRI(ScrnInfoPtr pScrn)
if (info->Chipset == PCI_CHIP_RN50_515E ||
info->Chipset == PCI_CHIP_RN50_5969 ||
- info->ChipFamily == CHIP_FAMILY_RS600 ||
info->ChipFamily >= CHIP_FAMILY_R600) {
if (xf86ReturnOptValBool(info->Options, OPTION_DRI, FALSE)) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "Direct rendering for RN50/RS600/R600 forced on -- "
+ "Direct rendering for RN50/R600 forced on -- "
"This is NOT officially supported at the hardware level "
"and may cause instability or lockups\n");
} else {