[Nouveau] [PATCH 1/2] exa: turn WaitMarker into a NOP.
Ben Skeggs
skeggsb at gmail.com
Thu Feb 26 20:43:16 PST 2009
On Thu, 2009-02-26 at 21:55 +0100, Maarten Maathuis wrote:
> - map should handle this.
It does, but we don't use prepare/finish_access() hooks to do map() on
the buffer in the non-driver-pixmaps case. I guess we could use
prepare/finish_access() there too, it probably wouldn't hurt any.
Ben.
> ---
> 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
More information about the Nouveau
mailing list