diff options
author | Jon Nettleton <jon.nettleton@gmail.com> | 2006-12-19 01:18:09 +0000 |
---|---|---|
committer | Jon Nettleton <jon.nettleton@gmail.com> | 2006-12-19 01:18:09 +0000 |
commit | 68b52ceeb8d25904e40d0b5a03e102e51376761f (patch) | |
tree | 61d809e47306a60aa65dfd64126abf6b64414ea8 | |
parent | 3c32d38b62750596ac252643eb5af47df1f910b0 (diff) |
re-enable xvmc for testing with k8m890vt3336_branch
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | unichrome/via_xvmc.c | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2006-12-18 Jon Nettleton <jon-dot-nettleton-at-gmail-dot-com> + + * unichrome/via_xvmc.c: + + Thomas needs a good drm test which means we need XvMC. I + have re-enabled it for testing. + 2006-12-15 Jon Nettleton <jon-dot-nettleton-at-gmail-dot-com> * unichrome/via.h: diff --git a/unichrome/via_xvmc.c b/unichrome/via_xvmc.c index fa390d1..721c42b 100644 --- a/unichrome/via_xvmc.c +++ b/unichrome/via_xvmc.c @@ -330,7 +330,8 @@ ViaInitXVMC(ScreenPtr pScreen) pVia->XvMCEnabled = 0; if (!(pVia->Chipset == VIA_CLE266) && !(pVia->Chipset == VIA_K8M800) && - !(pVia->Chipset == VIA_PM800) && !(pVia->Chipset == VIA_VM800)) { + !(pVia->Chipset == VIA_PM800) && !(pVia->Chipset == VIA_VM800) && + !(pVia->Chipset == VIA_K8M890)) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "[XvMC] Not supported on this chipset.\n"); return; |