All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] exa: turn WaitMarker into a NOP.
@ 2009-02-26 20:55 Maarten Maathuis
       [not found] ` <1235681723-11180-1-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Maarten Maathuis @ 2009-02-26 20:55 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

- map should handle this.
---
 src/nouveau_exa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
index b656ca7..20ad380 100644
--- a/src/nouveau_exa.c
+++ b/src/nouveau_exa.c
@@ -259,7 +259,7 @@ nouveau_exa_mark_sync(ScreenPtr pScreen)
 static void
 nouveau_exa_wait_marker(ScreenPtr pScreen, int marker)
 {
-	NVSync(xf86Screens[pScreen->myNum]);
+	return;
 }
 
 static Bool
-- 
1.6.1.3

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

end of thread, other threads:[~2009-02-27 11:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26 20:55 [PATCH 1/2] exa: turn WaitMarker into a NOP Maarten Maathuis
     [not found] ` <1235681723-11180-1-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-02-26 20:55   ` [PATCH 2/2] exa: do PrepareAccess for classic too, since we do need to map the frontbuffer Maarten Maathuis
     [not found]     ` <1235681723-11180-2-git-send-email-madman2003-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-02-27  4:42       ` Ben Skeggs
     [not found]         ` <1235709737.3423.2.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-02-27 10:07           ` Hervé Cauwelier
     [not found]             ` <49A7BB4F.7040103-GANU6spQydw@public.gmane.org>
2009-02-27 11:31               ` Maarten Maathuis
2009-02-27  4:43   ` [PATCH 1/2] exa: turn WaitMarker into a NOP Ben Skeggs

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.