From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6609610E268 for ; Tue, 15 Aug 2023 16:56:19 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 15 Aug 2023 22:17:11 +0530 Message-Id: <20230815164815.320904-18-bhanuprakash.modem@intel.com> In-Reply-To: <20230815164815.320904-1-bhanuprakash.modem@intel.com> References: <20230815164815.320904-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V7 17/81] tests/i915/kms_fb_coherency: Document each subtest for testplan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add documentation for all kms tests which is used by IGT testplan documentation. V2: - Driver requirement: s/any/i915, xe/ Signed-off-by: Bhanuprakash Modem Reviewed-by: Karthik B S --- tests/i915/kms_fb_coherency.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/i915/kms_fb_coherency.c b/tests/i915/kms_fb_coherency.c index edb5ba460..c772ddcdc 100644 --- a/tests/i915/kms_fb_coherency.c +++ b/tests/i915/kms_fb_coherency.c @@ -5,6 +5,7 @@ /** * TEST: kms_fb_coherency + * Category: Display * Description: Exercise coherency of future scanout buffer objects */ @@ -244,7 +245,10 @@ igt_main * of memset operations on future scanout buffer objects * mmapped with different mmap methods and different caching modes. * Mega feature: General Display Features - * Functionality: gtt + * Functionality: kms_core + * Driver requirement: i915, xe + * Run type: FULL + * Test category: functionality test */ igt_subtest_with_dynamic("memset-crc") { if (gem_has_mappable_ggtt(data.drm_fd)) { -- 2.40.0