From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 050C010E0D1 for ; Wed, 6 Dec 2023 10:52:10 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.246.34.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id D52AA580C9B for ; Wed, 6 Dec 2023 02:52:09 -0800 (PST) Received: from maurocar by linux.intel.com with local (Exim 4.96.2) (envelope-from ) id 1rApVg-000U2y-0R for igt-dev@lists.freedesktop.org; Wed, 06 Dec 2023 11:52:08 +0100 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Wed, 6 Dec 2023 11:51:30 +0100 Message-ID: <20231206105206.115463-2-mauro.chehab@linux.intel.com> In-Reply-To: <20231206105206.115463-1-mauro.chehab@linux.intel.com> References: <20231206105206.115463-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 1/1] intel/xe_media_fill.c: address a documentation warning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Currently, this warning is happening when building IGT: Warning: igt@xe_media_fill@media-fill Description documentation is missing The documentation is there, but not for the subtests. Address it by moving it to the right place while adding a description for the test, as other subtests could be added there in the future. Signed-off-by: Mauro Carvalho Chehab --- tests/intel/xe_media_fill.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c index 6b8494537038..ddda1b535ba0 100644 --- a/tests/intel/xe_media_fill.c +++ b/tests/intel/xe_media_fill.c @@ -30,12 +30,13 @@ * Category: Hardware building block * Sub-category: Media * Functionality: fill surface with media block - * Description: Basic test for the media_fill() function, - * a very simple workload for the Media pipeline. + * Description: Basic tests for the media_fill() function. * Feature: media * Test category: functionality test * * SUBTEST: media-fill + * Description: Basic test for the media_fill() function, + * a very simple workload for the Media pipeline. */ IGT_TEST_DESCRIPTION("Basic test for the media_fill() function, a very simple" -- 2.43.0