context: update for new execbuf2 element

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2012-03-18 18:42:44 -07:00
parent b28a399dcd
commit 5a28ef8580
12 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ static void exec0(int fd)
execbuf.DR1 = 0;
execbuf.DR4 = 0;
execbuf.flags = 0;
execbuf.rsvd1 = 0;
i915_execbuffer2_set_context_id(execbuf, 0);
execbuf.rsvd2 = 0;
printf("trying to run an empty batchbuffer\n");