From 50839278da46102d66fbb4dc57e4fb6b59650651 Mon Sep 17 00:00:00 2001 From: anholt Date: Thu, 7 Sep 2006 23:04:47 +0000 Subject: Merge from DRM upstream: - Add support for Intel 965 Express chipsets. - Add support for R200 vertex programs, along with minor bugfixes. - Add support for vblank synchronization to pipe B of Intel hardware (laptop screens). --- sys/dev/drm/mach64_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/drm/mach64_drm.h') diff --git a/sys/dev/drm/mach64_drm.h b/sys/dev/drm/mach64_drm.h index 7321d0d..042c91e 100644 --- a/sys/dev/drm/mach64_drm.h +++ b/sys/dev/drm/mach64_drm.h @@ -71,7 +71,7 @@ __FBSDID("$FreeBSD$"); /* Max number of swaps allowed on the ring * before the client must wait */ -#define MACH64_MAX_QUEUED_FRAMES 3 +#define MACH64_MAX_QUEUED_FRAMES 3U /* Byte offsets for host blit buffer data */ -- cgit v1.1