From 4d78533569746ccf26293776727429f7d62dabe4 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 30 Mar 2017 15:34:36 +0100 Subject: lib: Update kernel engine names Signed-off-by: Chris Wilson --- lib/igt_gt.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/igt_gt.c') diff --git a/lib/igt_gt.c b/lib/igt_gt.c index 976b0061..7c90724e 100644 --- a/lib/igt_gt.c +++ b/lib/igt_gt.c @@ -549,11 +549,11 @@ unsigned intel_detect_and_clear_missed_interrupts(int fd) const struct intel_execution_engine intel_execution_engines[] = { { "default", NULL, 0, 0 }, - { "render", "render ring", I915_EXEC_RENDER, 0 }, - { "bsd", "bsd ring", I915_EXEC_BSD, 0 }, - { "bsd1", "bsd ring", I915_EXEC_BSD, 1<<13 /*I915_EXEC_BSD_RING1*/ }, - { "bsd2", "bsd2 ring", I915_EXEC_BSD, 2<<13 /*I915_EXEC_BSD_RING2*/ }, - { "blt", "blitter ring", I915_EXEC_BLT, 0 }, - { "vebox", "video enhancement ring", I915_EXEC_VEBOX, 0 }, + { "render", "rcs", I915_EXEC_RENDER, 0 }, + { "bsd", "vcs", I915_EXEC_BSD, 0 }, + { "bsd1", "vcs", I915_EXEC_BSD, 1<<13 /*I915_EXEC_BSD_RING1*/ }, + { "bsd2", "vcs2", I915_EXEC_BSD, 2<<13 /*I915_EXEC_BSD_RING2*/ }, + { "blt", "bcs", I915_EXEC_BLT, 0 }, + { "vebox", "vecs", I915_EXEC_VEBOX, 0 }, { NULL, 0, 0 } }; -- cgit v1.2.3