From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id C03426E0A2 for ; Sun, 6 Dec 2020 12:08:09 +0000 (UTC) From: apoorva1.singh@intel.com Date: Sun, 6 Dec 2020 17:40:45 +0530 Message-Id: <20201206121045.263779-1-apoorva1.singh@intel.com> MIME-Version: 1.0 Subject: [igt-dev] [PATCH i-g-t] i915/gem_gpgpu_fill: Add test description List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org, arjun.melkaveri@intel.com List-ID: From: Apoorva Singh Add description for the test Signed-off-by: Apoorva Singh Cc: Melkaveri, Arjun --- 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..3356892d 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("Test for the gpgpu fill function - a very simple workload for the GPGPU pipeline"); + #define WIDTH 64 #define HEIGHT 64 #define STRIDE (WIDTH) -- 2.25.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev