On 22/05/2019 14:14, Tvrtko Ursulin wrote:
From: Tvrtko Ursulin <[email protected]>

This enables static test enumeration to see the engine.

Signed-off-by: Tvrtko Ursulin <[email protected]>
---
  lib/igt_gt.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 5e5b9bef03dc..6b7c037e6d10 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -589,6 +589,7 @@ const struct intel_execution_engine2 
intel_execution_engines2[] = {
        { "bcs0", I915_ENGINE_CLASS_COPY, 0 },
        { "vcs0", I915_ENGINE_CLASS_VIDEO, 0 },
        { "vcs1", I915_ENGINE_CLASS_VIDEO, 1 },
+       { "vcs2", I915_ENGINE_CLASS_VIDEO, 2 },
        { "vecs0", I915_ENGINE_CLASS_VIDEO_ENHANCE, 0 },
        { }
  };


From IRC:

Reviewed-by: Chris Wilson <[email protected]>

Regards,

Tvrtko
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to