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 8B43010E26D for ; Tue, 15 Aug 2023 16:57:11 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 15 Aug 2023 22:17:42 +0530 Message-Id: <20230815164815.320904-49-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 48/81] tests/kms_flip_event_leak: 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: - Fix test description V3: - Driver requirement: s/any/i915, xe/ Cc: Karthik B S Signed-off-by: Bhanuprakash Modem Reviewed-by: Karthik B S --- tests/kms_flip_event_leak.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/kms_flip_event_leak.c b/tests/kms_flip_event_leak.c index 423ce40df..d638a4495 100644 --- a/tests/kms_flip_event_leak.c +++ b/tests/kms_flip_event_leak.c @@ -31,6 +31,23 @@ #include "igt_device.h" #include "xe/xe_query.h" +/** + * TEST: kms flip event leak + * Category: Display + * Description: Test to validate flip event leak + * + * SUBTEST: basic + * Description: This test tries to provoke the kernel into leaking a pending + * page flip event when the fd is closed before the flip has + * completed. The test itself won't fail even if the kernel leaks + * the event, but the resulting dmesg WARN will indicate a failure. + * Driver requirement: i915, xe + * Functionality: kms_core + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + */ + typedef struct { int drm_fd; igt_display_t display; -- 2.40.0