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 4DEBAE83045 for ; Wed, 4 Feb 2026 06:46:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D459310E303; Wed, 4 Feb 2026 06:46:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="ZAAskixt"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id B310010E303 for ; Wed, 4 Feb 2026 06:46:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1770187574; x=1801723574; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0cBpZ52ZT2p8wG2OR8qCEn8hsna7AThBLzgX2GVCCyQ=; b=ZAAskixttDVAXVd/Nohgm4manDnbSmnGDyXgglJ+8eqcTvlnTtn4DaLN Y8MOIwzPzs+hQtX5ePwhe4z7fn4XPCYVviTkMNMCHb/PHNJapqU7+OhG2 yUmvaPYWZod9epQ3J3ek36EGu3sIv124fq0ag+cHp/iQ88KokT9+GxriD 7Qa2aWz4LKMc8MD/Jc+xE8ujcw+erKB1uqtePCNHsFSWpU8nXDo9hkQ1/ TyU9RdNkVSuKcgUszFmu3b2O5l10IM0WTH718PXffsQnt6640IH+gWqyx lnRZlc4id9AQUPA2MkcG1bsIJ+fJCcg+Ld8twWZ4bFqtCiEQNyy1Vem+G A==; X-CSE-ConnectionGUID: xv4rHBUiSYKWyloxLSPW0A== X-CSE-MsgGUID: H77Cn3wGQ6mJ2YXZuFBK7g== X-IronPort-AV: E=McAfee;i="6800,10657,11691"; a="82108150" X-IronPort-AV: E=Sophos;i="6.21,272,1763452800"; d="scan'208";a="82108150" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2026 22:46:14 -0800 X-CSE-ConnectionGUID: i4l59cSkSTqjDrOCHxTxHA== X-CSE-MsgGUID: SWec/KbXScS2z2RrwXYBtA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,272,1763452800"; d="scan'208";a="210152131" Received: from karthik-x299-aorus-gaming-3-pro.iind.intel.com ([10.190.238.68]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2026 22:46:12 -0800 From: Karthik B S To: igt-dev@lists.freedesktop.org Cc: Karthik B S , Santhosh Reddy Guddati Subject: [PATCH i-g-t v2 3/3] intel-ci : Unblocklist HDCP type1 subtests Date: Wed, 4 Feb 2026 12:12:12 +0530 Message-ID: <20260204064212.751758-3-karthik.b.s@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260204064212.751758-1-karthik.b.s@intel.com> References: <20260204064212.751758-1-karthik.b.s@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" Unblocklist kms_content_protection@.*type1 subtests as these configs are now enabled on CI. Cc: Santhosh Reddy Guddati Signed-off-by: Karthik B S --- tests/intel-ci/xe.ptl.display.blocklist.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt index d92e9ef35..aaf7eb1ef 100644 --- a/tests/intel-ci/xe.ptl.display.blocklist.txt +++ b/tests/intel-ci/xe.ptl.display.blocklist.txt @@ -111,10 +111,6 @@ igt@kms_chamelium.*@.*(vga).* ############################################################################## igt@kms_tiled_display@.* ############################################################################## -# Config not enabled on CI -############################################################################## -igt@kms_content_protection@.*(type1|type-1|type-change).* -############################################################################## # Simulation specific test ############################################################################## igt@kms_simulation_hpd@sim-hpd -- 2.43.0