summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-09 17:49:25 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-03-09 17:50:25 -0400
commit7735e411954fd2cb6105c30ebd5a1b209974ce22 (patch)
treee05dc971236489a78b349bf2488c91e8be90e643
parent1d355798f3d421cabf2a3a0ba32a580483476ab0 (diff)
R6xx/r7xx: clarify EXA message
-rw-r--r--src/radeon_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 0842164c..cbe5d592 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1991,7 +1991,7 @@ static Bool RADEONPreInitAccel(ScrnInfoPtr pScrn)
if (info->ChipFamily >= CHIP_FAMILY_R600) {
xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT,
- "Experimental R6xx/R7xx EXA support.\n");
+ "Will attempt to use R6xx/R7xx EXA support if DRI is enabled.\n");
info->useEXA = TRUE;
}