summaryrefslogtreecommitdiff
path: root/tests/gem_exec_basic.c
AgeCommit message (Collapse)Author
2016-06-17tests: Push igt_fork/stop_hang_detector into fixturesDaniel Vetter
It access hardware, hence why the simple igt_only_list_subtests() check from igt_fork/stop_signal_helper() isn't enough. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2016-03-25igt/gem: Add GPU hang detection to basic testsChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2016-03-03igt/gem_exec_basic: Check that we don't write into the const execbuf argChris Wilson
For good measure, also check that we can read the args from a GTT mmaping. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2016-02-09lib: Only compile igt_vc4 is we have itDaniel Vetter
Unbreaks compilation fail. Also appease gcc in gem_exec_basic because. Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2016-01-27igt: Add gem_exec_basicChris Wilson
Extremely basic check that we can dispatch an execbuf on every ring. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>