diff --git a/lib/igt_gt.c b/lib/igt_gt.c index 50da512f21c7602e3afc87c669471de780d5e601..d4a825e6642e0f29960dfca073d331741e48c27e 100644 --- a/lib/igt_gt.c +++ b/lib/igt_gt.c @@ -616,7 +616,6 @@ const struct intel_execution_engine2 intel_execution_engines2[] = { { "bcs0", I915_ENGINE_CLASS_COPY, 0, I915_EXEC_BLT }, { "vcs0", I915_ENGINE_CLASS_VIDEO, 0, I915_EXEC_BSD | I915_EXEC_BSD_RING1 }, { "vcs1", I915_ENGINE_CLASS_VIDEO, 1, I915_EXEC_BSD | I915_EXEC_BSD_RING2 }, - { "vcs2", I915_ENGINE_CLASS_VIDEO, 2, -1 }, { "vecs0", I915_ENGINE_CLASS_VIDEO_ENHANCE, 0, I915_EXEC_VEBOX }, { } };