[igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description
apoorva1.singh at intel.com
apoorva1.singh at intel.com
Mon Dec 7 11:44:46 UTC 2020
From: Apoorva Singh <apoorva1.singh at intel.com>
Add description for the test
v2: Modified description to be more precise
Signed-off-by: Apoorva Singh <apoorva1.singh at intel.com>
Cc: Melkaveri, Arjun <arjun.melkaveri at intel.com>
Cc: Kempczynski, Zbigniew <zbigniew.kempczynski at intel.com>
---
tests/i915/gem_gpgpu_fill.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/i915/gem_gpgpu_fill.c b/tests/i915/gem_gpgpu_fill.c
index c605629f..fdd1e93b 100644
--- a/tests/i915/gem_gpgpu_fill.c
+++ b/tests/i915/gem_gpgpu_fill.c
@@ -47,6 +47,8 @@
#include "igt.h"
#include "intel_bufops.h"
+IGT_TEST_DESCRIPTION("Verify surface is filled correctly using GPGPU pipeline");
+
#define WIDTH 64
#define HEIGHT 64
#define STRIDE (WIDTH)
--
2.25.1
More information about the igt-dev
mailing list