diff options
Diffstat (limited to 'driver/xf86-video-radeonhd/src/rhd_cs.c')
-rw-r--r-- | driver/xf86-video-radeonhd/src/rhd_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-radeonhd/src/rhd_cs.c b/driver/xf86-video-radeonhd/src/rhd_cs.c index 5e9fa0237..14cbe684c 100644 --- a/driver/xf86-video-radeonhd/src/rhd_cs.c +++ b/driver/xf86-video-radeonhd/src/rhd_cs.c @@ -643,7 +643,7 @@ RHDCSInit(ScrnInfoPtr pScrn) if (rhdPtr->ChipSet >= RHD_R600) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, - "%s: No CS for R600 and up yet.\n", __func__); + "%s: CS for R600 requires DRI.\n", __func__); xfree(CS); rhdPtr->CS = NULL; return; |