iris: compctrl

oh, also run things
This commit is contained in:
Kenneth Graunke
2018-01-30 02:44:25 -08:00
parent db15993cfd
commit 9be4b3baaf
2 changed files with 20 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ submit_batch(struct iris_batch *batch, int in_fence_fd, int *out_fence_fd)
execbuf.flags |= I915_EXEC_FENCE_OUT;
}
#if 0
#if 1
int ret = drm_ioctl(batch->screen->fd, cmd, &execbuf);
if (ret != 0)
ret = -errno;