summaryrefslogtreecommitdiff
path: root/src/radeon_video.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-02-23 22:49:34 -0500
committerDave Airlie <airlied@redhat.com>2008-02-23 22:49:34 -0500
commit6ce9ee47c75620b2e5d211c5d59d17271a6a7b19 (patch)
tree4a3bd4cbf4f47ef2dae6494ee5141185b989502c /src/radeon_video.c
parent9aaf8b33b22b6ba112869558ae54e021b9487ad2 (diff)
r500: add textured video Xv adapter support
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r--src/radeon_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 487f064b..1b7d9240 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -285,7 +285,7 @@ void RADEONInitVideo(ScreenPtr pScreen)
RADEONInitOffscreenImages(pScreen);
}
- if (info->ChipFamily != CHIP_FAMILY_RS400) {
+ if (info->ChipFamily != CHIP_FAMILY_RS400 && info->ChipFamily != CHIP_FAMILY_RS690) {
texturedAdaptor = RADEONSetupImageTexturedVideo(pScreen);
if (texturedAdaptor != NULL) {
adaptors[num_adaptors++] = texturedAdaptor;