diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-08-02 19:33:28 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-08-02 19:33:28 -0700 |
commit | 82037a12758c41a304f2e0bbd033d3345cccbe1a (patch) | |
tree | 9158bbff6cd5f532d68bb74dec65941650e5f83b /src/i830_video.c | |
parent | 1d45668d7a42bfa5d7f5bfb68d8bae38bda0936b (diff) |
Remove CS URB allocation since we don't use any constants.
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 9308323c..97c9d271 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -2902,8 +2902,8 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id, #define URB_SF_ENTRIES 8 #define URB_SF_ENTRY_SIZE 11 -#define URB_CS_ENTRIES 2 -#define URB_CS_ENTRY_SIZE 32 +#define URB_CS_ENTRIES 0 +#define URB_CS_ENTRY_SIZE 0 urb_vs_start = 0; urb_vs_size = URB_VS_ENTRIES * URB_VS_ENTRY_SIZE; |