From f0951dc4533f8fe5b443c0269ceb918d814b0e66 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 22 Jan 2001 21:15:23 +0000 Subject: [PATCH] typo --- linux/r128_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/r128_drv.h b/linux/r128_drv.h index ce565d47..b3cdc64d 100644 --- a/linux/r128_drv.h +++ b/linux/r128_drv.h @@ -403,7 +403,7 @@ extern int r128_context_switch_complete(drm_device_t *dev, int new); #define R128_LAST_FRAME_REG R128_GUI_SCRATCH_REG0 #define R128_LAST_DISPATCH_REG R128_GUI_SCRATCH_REG1 -#define R128_MAX_VB_AGE 0xffffffff +#define R128_MAX_VB_AGE 0x7fffffff #define R128_MAX_VB_VERTS (0xffff)