On Thu, Feb 18, 2016 at 05:34:50PM +0000, daniele.ceraolospu...@intel.com wrote:
> +static void ppgtt_walking(void)
> +{
> +     memset(&execbuf, 0, sizeof(execbuf));
> +     execbuf.buffers_ptr = (uintptr_t)&gem_exec;
> +     execbuf.buffer_count = 1;
> +     execbuf.batch_len = 8;
> +
> +     gem_execbuf(fd, &execbuf);
> +
> +     while (gem_bo_busy(fd, handle) && timeout > 0) {
> +             igt_debug("decreasing timeout to %u\n", --timeout);
> +             sleep(1);
> +     }

See gem_wait()
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to