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 876E3EE645B for ; Thu, 12 Sep 2024 07:58:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0949810E9CA; Thu, 12 Sep 2024 07:58:05 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="f0oMW+vq"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2383510E9CA for ; Thu, 12 Sep 2024 07:58:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726127884; x=1757663884; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=dQ3Gtqrm2P6/h1iogJeZ8UhKMWhVJ/keIUzNakt97MU=; b=f0oMW+vq+dd+7lwGcVuNV9NhuZcVF5CD5y8F6DBhQ0b10n4KfUfAMyvx QGkv5Tg8Q+jwt9gi19sWOYMwdEYiI31ncrvsCQvP9yR83/d2iKtwBuT/y SwnRpGbKbhuDuFdjwmJtZYkM+2/RWMPedruRMRTdSwgNOL4jYNK+dT75B uQztXHA6pFkmjJHKoObhtxwx1npaow1lUPSDL8ErArXVBFRVoZArDagpX 6yz3n+HW2ngktQLAjsDX2KTVOkiNZCdiNIrdGamMEgS7K69Wx1Szov/FY E3hvekcHhKOnWkuTDO+eEQ350IVcMKpKKhshX0uBt7syHrHqtXH1iQwc+ w==; X-CSE-ConnectionGUID: a9D8YUAORA+lHBBid2TQOg== X-CSE-MsgGUID: fI5FCYSAQQOI7y5P9Z/XNA== X-IronPort-AV: E=McAfee;i="6700,10204,11192"; a="25095442" X-IronPort-AV: E=Sophos;i="6.10,222,1719903600"; d="scan'208";a="25095442" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2024 00:58:02 -0700 X-CSE-ConnectionGUID: 1WGfektXRfGxvi+OkleQzQ== X-CSE-MsgGUID: IT5EcjXLSFiA34n9KTa6qA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,222,1719903600"; d="scan'208";a="67248394" Received: from kandpal-x299-ud4-pro.iind.intel.com ([10.190.239.32]) by fmviesa006.fm.intel.com with ESMTP; 12 Sep 2024 00:58:00 -0700 From: Suraj Kandpal To: igt-dev@lists.freedesktop.org Cc: mohammed.thasleem@intel.com, karthik.b.s@intel.com, jeevan.b@intel.com, Suraj Kandpal Subject: [PATCH i-g-t 0/3] HDCP MST LIC fixes Date: Thu, 12 Sep 2024 13:25:32 +0530 Message-ID: <20240912075536.710350-1-suraj.kandpal@intel.com> X-Mailer: git-send-email 2.43.2 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" Contains some refactors and fixes to get mst lic tests to work as inteneded. Signed-off-by: Suraj Kandpal Suraj Kandpal (3): test/kms_content_protection: Fix variable declaration tests/kms_content_protection: Print correct output test/kms_content_protection: Move color change code. tests/kms_content_protection.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) -- 2.43.2