Mesa (gallium-0.2): nouveau: notifier timeout is a float now

Ben Skeggs darktama at kemper.freedesktop.org
Wed Feb 4 11:09:15 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: ee97bcc66c270a8a5152988213190d910302a0dd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee97bcc66c270a8a5152988213190d910302a0dd

Author: Ben Skeggs <skeggsb at gmail.com>
Date:   Wed Feb  4 21:08:41 2009 +1000

nouveau: notifier timeout is a float now

---

 src/gallium/drivers/nouveau/nouveau_winsys.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nouveau/nouveau_winsys.h b/src/gallium/drivers/nouveau/nouveau_winsys.h
index 25e0b05..e935fff 100644
--- a/src/gallium/drivers/nouveau/nouveau_winsys.h
+++ b/src/gallium/drivers/nouveau/nouveau_winsys.h
@@ -50,7 +50,7 @@ struct nouveau_winsys {
 	uint32_t  (*notifier_status)(struct nouveau_notifier *, int id);
 	uint32_t  (*notifier_retval)(struct nouveau_notifier *, int id);
 	int       (*notifier_wait)(struct nouveau_notifier *, int id,
-				   int status, int timeout);
+				   int status, float timeout);
 
 	int (*surface_copy)(struct nouveau_winsys *, struct pipe_surface *,
 			    unsigned, unsigned, struct pipe_surface *,




More information about the mesa-commit mailing list