diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-04 19:04:34 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-04 19:04:34 -0500 |
commit | 3b0fc22ad9e5c0f120a74c4f3d8e48c270f0ff29 (patch) | |
tree | 88b8955d582697192344f8b09e5ec38b3bcfb64d /src/radeon_video.c | |
parent | 52f06ace04ad8141effc45fb6a0107a05bb46a73 (diff) |
R6xx/R7xx: wire up DMAForXv option like older asics
Select between SW and HW-assisted uploads
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r-- | src/radeon_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c index 2fb5fcce..92d1a718 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -310,7 +310,7 @@ void RADEONInitVideo(ScreenPtr pScreen) } else xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Failed to set up textured video\n"); } else - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Textured video requires CP on R5xx/IGP\n"); + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Textured video requires CP on R5xx/R6xx/R7xx/IGP\n"); } else xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Textured video disabled on RV250 due to HW bug\n"); |