summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-04-17 10:42:05 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2011-05-29 23:51:49 +0100
commit9125dbe57a7d6f77b35c6f0bbdd9eef44bbf3936 (patch)
tree3ca26a8d17fa4ff0d72d655932f0599a4f21e603
parentd47221b094ef1344ddd349fffd5fc92be12a9b6c (diff)
i965/video: We need 150 dwords of space for video state emission
(Actually around 131, with additional 10% just for safety.) Reported-by: Modestas Vainius <geromanas@mailas.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36319 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit c9fb69cb2502917dfb2828c90802de7766072899) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
-rw-r--r--src/i965_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_video.c b/src/i965_video.c
index 13708f39..3e6fae0a 100644
--- a/src/i965_video.c
+++ b/src/i965_video.c
@@ -1211,7 +1211,7 @@ I965DisplayVideoTextured(ScrnInfoPtr scrn,
intel_batch_submit(scrn);
}
- intel_batch_start_atomic(scrn, 100);
+ intel_batch_start_atomic(scrn, 150);
i965_emit_video_setup(scrn, surface_state_binding_table_bo, n_src_surf, pixmap);