summaryrefslogtreecommitdiff
path: root/lib/igt_gt.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-01-27 16:28:35 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-01-27 16:42:10 +0000
commitde70769cc0a24d4d594aaa4c1f99b4a3fc8f05fe (patch)
tree09608440f3355e7ee13a8885806f3c2b8c110130 /lib/igt_gt.c
parentd1308990842fec5f523c129951a5c649d817be81 (diff)
Add I915_EXEC_DEFAULT to list of known engines
I dropped this from the list of rings for some tests when refactoring to a common array. Almost all of the tests should be run over the default exec engine to ensure ABI backwards compatiblity. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/igt_gt.c')
-rw-r--r--lib/igt_gt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 3207e515..ebff9030 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -539,6 +539,7 @@ unsigned intel_detect_and_clear_missed_interrupts(int fd)
}
const struct intel_execution_engine intel_execution_engines[] = {
+ { "default", 0, 0 },
{ "render", I915_EXEC_RENDER, 0 },
{ "bsd", I915_EXEC_BSD, 0 },
{ "bsd1", I915_EXEC_BSD, 1<<13 /*I915_EXEC_BSD_RING1*/ },