From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 71E07CD11DD for ; Wed, 27 Mar 2024 12:30:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E33B510FCF2; Wed, 27 Mar 2024 12:29:59 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="C/qsEokQ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3951110FCF2 for ; Wed, 27 Mar 2024 12:29:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711542598; x=1743078598; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=L8Ojz55tgTx0YPReCVYoScCHw7J+e+mPgRMWmqoDAF0=; b=C/qsEokQ1fm/iWXvFfVtZMp9WoxlqI4R12YfAtHehuZ4yc8AjMKYBgAH M/c/KWW6TQn9NiyQzXoec4bMlAz4q+S+Ag0wgDCegHeE+dXmLeSRXxpG6 eT3qf80uKblh/P7EgMSpD8eMrQQy0AUXYbeEigjYXTl/xdasQyvTzhCJZ qMTqWn+JyjTKna3fZ/Ratb386AfE2pH6Hn3WwgiOCwnsCGPbt1llxseW4 BxEzDun8id+ZnT7Vqf0t2Pm8/YgrA4F6REk9MYANLbC3L9hIg+ueDBm74 doDMplG9/ckQA7rU0yZuxjCk/5DThSlz5+5aIJIGnnEUHzerpkM0MZ0vH w==; X-CSE-ConnectionGUID: 4v/Aa+qnQs2WWrTVKlvGfQ== X-CSE-MsgGUID: g1z/PnfqTi602qKdLthLdQ== X-IronPort-AV: E=McAfee;i="6600,9927,11025"; a="17781537" X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="17781537" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2024 05:29:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,158,1708416000"; d="scan'208";a="20982386" Received: from kdec5-desk.igk.intel.com (HELO localhost) ([10.102.138.203]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2024 05:29:56 -0700 From: Katarzyna Piecielska To: igt-dev@lists.freedesktop.org Cc: Katarzyna Piecielska , Kamil Konieczny , Mauro Carvalho Chehab , Aditya Chauhan , Girotra Himanshu , Sandeep Kumar Parupalli Subject: [PATCH i-g-t 14/16] tests/intel: Introduce Media mega feature Date: Wed, 27 Mar 2024 12:27:29 +0000 Message-Id: <20240327122731.2104614-15-katarzyna.piecielska@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240327122731.2104614-1-katarzyna.piecielska@intel.com> References: <20240327122731.2104614-1-katarzyna.piecielska@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Add mega feature to Media tests. Group: SUBTEST Description Category Mega feature Sub-category Functionality Signed-off-by: Katarzyna Piecielska Cc: Kamil Konieczny Cc: Mauro Carvalho Chehab Cc: Aditya Chauhan Cc: Girotra Himanshu CC: Sandeep Kumar Parupalli --- tests/intel/gem_media_fill.c | 7 ++++--- tests/intel/gem_media_vme.c | 5 +++-- tests/intel/xe_media_fill.c | 9 +++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/tests/intel/gem_media_fill.c b/tests/intel/gem_media_fill.c index e9455df9e..e22565b86 100644 --- a/tests/intel/gem_media_fill.c +++ b/tests/intel/gem_media_fill.c @@ -48,10 +48,11 @@ /** * TEST: gem media fill * Description: Basic test for the media_fill() function, a very simple workload for the Media pipeline. - * Feature: media feature - * Sub-category: Media * Category: Desktop client - * Functionality: fill media + * Mega feature: Media + * Sub-category: Media tests + * Functionality: fill surface with media block + * Feature: media * * SUBTEST: media-fill */ diff --git a/tests/intel/gem_media_vme.c b/tests/intel/gem_media_vme.c index 89ce8c55d..1ec4d4492 100644 --- a/tests/intel/gem_media_vme.c +++ b/tests/intel/gem_media_vme.c @@ -38,10 +38,11 @@ /** * TEST: gem media vme * Description: A very simple workload for the VME media block. - * Feature: media feature - * Sub-category: Media * Category: Desktop client + * Mega feature: Media + * Sub-category: Media tests * Functionality: vme media block + * Feature: media * * SUBTEST: */ diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c index e6b5aaf73..1adafee4f 100644 --- a/tests/intel/xe_media_fill.c +++ b/tests/intel/xe_media_fill.c @@ -27,11 +27,12 @@ /** * TEST: xe media fill - * Category: Hardware building block - * Sub-category: Media - * Functionality: fill media * Description: Basic tests for the media_fill() function. - * Feature: media feature + * Category: Hardware building block + * Mega feature: Media + * Sub-category: Media tests + * Functionality: fill surface with media block + * Feature: media * Test category: functionality test * * SUBTEST: media-fill -- 2.34.1