summaryrefslogtreecommitdiff
path: root/libxvmc/viaLowLevelPro.c
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-10-17 23:26:24 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-10-17 23:26:24 +0000
commitc6f3469abdae45f709f27a2f1017a33b1b8a7679 (patch)
treecc63f4fa79629fd541c5d5e10066505e4239538c /libxvmc/viaLowLevelPro.c
parentf83461e3ae8a0323f96acf1084f1baf00cc9fe5d (diff)
rebase to release_0_3_0 branch rev. 413
Diffstat (limited to 'libxvmc/viaLowLevelPro.c')
-rw-r--r--libxvmc/viaLowLevelPro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxvmc/viaLowLevelPro.c b/libxvmc/viaLowLevelPro.c
index aff4d5a..8c97e28 100644
--- a/libxvmc/viaLowLevelPro.c
+++ b/libxvmc/viaLowLevelPro.c
@@ -1516,7 +1516,7 @@ initXvMCLowLevel(int fd, drm_context_t * ctx,
{
XvMCLowLevel *xl;
- if (chipId != PCI_CHIP_VT3259) {
+ if (chipId != PCI_CHIP_VT3259 && chipId != PCI_CHIP_VT3364) {
fprintf(stderr, "You are using an XvMC driver for the wrong chip.\n");
fprintf(stderr, "Chipid is 0x%04x.\n", chipId);
return NULL;