Displaying 1 result from an estimated 1 matches for "chipset_g70".
Did you mean:
chipset_g71
2007 Oct 20
1
[PATCH] G72 doesn't need ExaCopy workaround
...1 deletions(-)
diff --git a/src/nv_exa.c b/src/nv_exa.c
index d88d85a..b403072 100644
--- a/src/nv_exa.c
+++ b/src/nv_exa.c
@@ -283,7 +283,6 @@ static void NVExaCopy(PixmapPtr pDstPixmap,
if ( ((abs(srcY - dstY)< 16)||(abs(srcX-dstX)<16)) &&
((((pNv->Chipset & 0xfff0) == CHIPSET_G70) ||
((pNv->Chipset & 0xfff0) == CHIPSET_G71) ||
- ((pNv->Chipset & 0xfff0) == CHIPSET_G72) ||
((pNv->Chipset & 0xfff0) == CHIPSET_G73) ||
((pNv->Chipset & 0xfff0) == CHIPSET_C512))) )
{
--
1.5.3.3
--ZPt4rx8FFjLCG7dd--