diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2012-03-18 18:42:44 -0700 |
---|---|---|
committer | Ben Widawsky <ben@bwidawsk.net> | 2012-06-14 10:15:42 -0700 |
commit | 5a28ef8580a83375fc663b84873c4e18207ed3fb (patch) | |
tree | 0f0c7e0af273577480109c174b4f347a2483f4d5 /lib/drmtest.c | |
parent | b28a399dcd8d28b6b9bde4baa105f9e78e520122 (diff) |
context: update for new execbuf2 element
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r-- | lib/drmtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c index cdf46aad..871c1d0d 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -118,7 +118,7 @@ void gem_quiescent_gpu(int fd) execbuf.DR1 = 0; execbuf.DR4 = 0; execbuf.flags = 0; - execbuf.rsvd1 = 0; + i915_execbuffer2_set_context_id(execbuf, 0); execbuf.rsvd2 = 0; do_ioctl(fd, DRM_IOCTL_I915_GEM_EXECBUFFER2, &execbuf); |