All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] G72 doesn't need ExaCopy workaround
@ 2007-10-20 11:19 Jaime Velasco Juan
       [not found] ` <20071020111904.GA16500-JN3Mhpvxl8y44ywRPIzf9A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jaime Velasco Juan @ 2007-10-20 11:19 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

Hi,

I have a G72M wich is very slow when the workaround in NVExaCopy
kicks in. It works much better with the attached patch.

I wonder if that workaround is really needed.

Greetings,
   Jaime


[-- Attachment #2: 0001-G72-doesn-t-need-ExaCopy-workaround.patch --]
[-- Type: text/x-diff, Size: 809 bytes --]

From a7d1e23dcb6713230c15aa97968890c67fc11f4d Mon Sep 17 00:00:00 2001
From: Jaime Velasco Juan <jsagarribay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Sat, 20 Oct 2007 12:01:59 +0100
Subject: [PATCH] G72 doesn't need ExaCopy workaround

---
 src/nv_exa.c |    1 -
 1 files changed, 0 insertions(+), 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


[-- Attachment #3: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-20 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-20 11:19 [PATCH] G72 doesn't need ExaCopy workaround Jaime Velasco Juan
     [not found] ` <20071020111904.GA16500-JN3Mhpvxl8y44ywRPIzf9A@public.gmane.org>
2007-10-20 12:13   ` Maarten Maathuis
     [not found]     ` <6d4bc9fc0710200513g32749468gdbab370387925143-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-10-20 12:31       ` Stephane Marchesin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.