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 52ADBCD4F25 for ; Fri, 15 May 2026 15:40:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 07B7310F56A; Fri, 15 May 2026 15:40:37 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="DA6Ed7hc"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2B3C710F56A for ; Fri, 15 May 2026 15:40:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1778859617; x=1810395617; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GlVS/JbXzzwyWhii0lpljTO+T9e3yGCqIR0pRjUJb/4=; b=DA6Ed7hcyivpFjd8NTJkHbvwrqM66rbcek+izej2pHevXILK/C7nBS3L H+u/TKMDhDHcJJcIlfG3uZkRT0+BPUFJRi+R0cst+98dJfyKyByP7P4Uw 6QsyX9qhSiEreiuImjE98tX7ZnkYD15yIv2NJkedT7yWgW2BcN+N5xW/n B7N7xueX0SaMjxY3VJ79/fPiuJ1XQ4x92ITc1yruiBovYddqewfr8UO1r Zq2Yw6ReuWilGf0BTW3HuG9gNRNKRUVqzYWa/T2OMEKbh9rCNc5pS2QRQ +oJm7/Jda9cxbd9zv9VbTb8xwCqgewUvVQUli3Z3/JgoHvNvTJTMJHhwk A==; X-CSE-ConnectionGUID: nEgd388rR++/3LgobNIkAQ== X-CSE-MsgGUID: R//pGSeXQUiNlvvAg/FpiA== X-IronPort-AV: E=McAfee;i="6800,10657,11787"; a="79936296" X-IronPort-AV: E=Sophos;i="6.23,236,1770624000"; d="scan'208";a="79936296" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2026 08:40:17 -0700 X-CSE-ConnectionGUID: kt6/YYDoTHikf+cqALebGg== X-CSE-MsgGUID: BmLqHkoUTj6vw34nCAhh7w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,236,1770624000"; d="scan'208";a="242719958" Received: from jeevan-x299-aorus-gaming-3-pro.iind.intel.com ([10.227.90.91]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2026 08:40:15 -0700 From: Jeevan B To: igt-dev@lists.freedesktop.org Cc: animesh.manna@intel.com, dibin.moolakadan.subrahmanian@intel.com, mohammed.thasleem@intel.com, ramanaidu.naladala@intel.com, Jeevan B Subject: [PATCH i-g-t v6 0/7] Enable and Add new tests for DC3CO Date: Fri, 15 May 2026 21:08:30 +0530 Message-ID: <20260515153838.841048-1-jeevan.b@intel.com> X-Mailer: git-send-email 2.43.0 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" Enable DC3CO tests for PSR/PR for display versions >= 35, add a new test for DC3CO to validate frame drops, and test DC3CO with LOBF. v3: Adds a test to verify DC3CO continues to function properly after a DC6 power cycle and rename function name in first patch. v4: Add a new test to verify DC3CO continues to funct v5: Addressed review comments, clarified platform support wording. Simplified PSR mode handling and fixed output-aware PSR checks. Cleaned up and aligned new DC3CO test flows and guards. v6: Addressed review comments. Jeevan B (7): tests: s/check_dc_counter/assert_dc_counter tests/intel/kms_pm_dc: Replace require with proper assertion tests/intel/kms_pm_dc: Enable DC3CO test for PSR2/PR modes tests/kms_vrr: Add new test for DC3CO validation with LOBF tests/intel/kms_pm_dc: Add new test for dc3co framedrop validation tests/intel/kms_pm_dc: Add new test for DC3CO recovery after DC6 tests/intel/kms_pm_dc: Add dc3co-vpb-framegap subtest tests/intel/kms_pm_dc.c | 292 +++++++++++++++++++++++++++++++++++++--- tests/kms_vrr.c | 34 +++++ 2 files changed, 309 insertions(+), 17 deletions(-) -- 2.43.0