summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-08-02 19:16:03 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-08-02 19:16:03 -0700
commita076d35bed6f13cf943a0f8948176aa0c999e2da (patch)
treec92ee3cfc00e31a51ca6ea5f66f8d413c7b675e5
parentbefa655168fb8dcb6806592eb44f7ac49f191822 (diff)
downloadxorg-driver-xf86-video-intel-a076d35bed6f13cf943a0f8948176aa0c999e2da.tar.gz
No GS URB allocation is necessary when the function is disabled.
-rw-r--r--src/i830_video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index 9ae9ce5f..769c45fa 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -2893,8 +2893,8 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
#define URB_VS_ENTRIES 8
#define URB_VS_ENTRY_SIZE 1
-#define URB_GS_ENTRIES 4
-#define URB_GS_ENTRY_SIZE 5
+#define URB_GS_ENTRIES 0
+#define URB_GS_ENTRY_SIZE 0
#define URB_CLIP_ENTRIES 6
#define URB_CLIP_ENTRY_SIZE 5