summaryrefslogtreecommitdiff
path: root/lib/gpu_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gpu_fill.c')
-rw-r--r--lib/gpu_fill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gpu_fill.c b/lib/gpu_fill.c
index a53e5533..f1fe5b33 100644
--- a/lib/gpu_fill.c
+++ b/lib/gpu_fill.c
@@ -462,6 +462,8 @@ gen8_fill_interface_descriptor(struct intel_batchbuffer *batch, struct igt_buf *
idd->desc5.constant_urb_entry_read_offset = 0;
idd->desc5.constant_urb_entry_read_length = 1; /* grf 1 */
+ idd->desc6.num_threads_in_tg = 1;
+
return offset;
}