summaryrefslogtreecommitdiff
path: root/src/i830_video.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-08-02 17:47:37 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-08-02 17:47:37 -0700
commitba896c779c697e1d7458028798ec49013bd9da9f (patch)
tree317983ee80c807d8af808958792ac7c4f18c4f9c /src/i830_video.c
parent21b62df7c34217be5dd95985c35e33be11c25846 (diff)
Updated grf/urb state for WM.
Diffstat (limited to 'src/i830_video.c')
-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 a3f8b62b..8d95a341 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -3147,8 +3147,8 @@ BroadwaterDisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
wm_state->thread1.binding_table_entry_count = 2;
wm_state->thread2.scratch_space_base_pointer = 0; /* XXX */
wm_state->thread2.per_thread_scratch_space = 0; /* XXX */
- wm_state->thread3.dispatch_grf_start_reg = 10; /* XXX */
- wm_state->thread3.urb_entry_read_length = 3; /* XXX */
+ wm_state->thread3.dispatch_grf_start_reg = 3; /* XXX */
+ wm_state->thread3.urb_entry_read_length = 1; /* XXX */
wm_state->thread3.const_urb_entry_read_length = 0; /* XXX */
wm_state->thread3.const_urb_entry_read_offset = 0; /* XXX */
wm_state->thread3.urb_entry_read_offset = 0; /* XXX */