[Intel-gfx] [RFC i-g-t] tests/drv_hangman: test for acthd increasing through invalid VM space

Chris Wilson chris at chris-wilson.co.uk
Thu Feb 18 21:10:04 UTC 2016


On Thu, Feb 18, 2016 at 05:34:50PM +0000, daniele.ceraolospurio at 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


More information about the Intel-gfx mailing list