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 406DBC3065A for ; Fri, 28 Jun 2024 22:24:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0530C10E322; Fri, 28 Jun 2024 22:24:06 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="MMQ56sXt"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id E822410E31C for ; Fri, 28 Jun 2024 22:24:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719613444; x=1751149444; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=c3XQ+tJfVZOF/QP3/bTWqHtT34YgEmFx8/TmEuvcyN0=; b=MMQ56sXt0/hx0JiqRq7lcrzv0K9APpGycjn6MNC9DuFH8ex3pVfkT8YD Clw9Wl5kS6QkHQZGt4EERMeP9+QbrsaScTXzSp+Cm88BfYgE6cCPLeO3U P0oP9uim8G3tPi/yxyObmuQv2GmJzeFAxEyDWyOTZSa8QwbhdFZW48Sut CuFPcArI/5+0cFu5rg2p1bQitdvKdLx6BlVetP4uBIbsVDauirIlwsvjI za1EuvEnkGhzCAFf07Gw6IKbHz4e7GaAgwkjy4bnqZv0I/Azh7EHj4jME JFYWhBe18lhVnDq4gmGGJZ8mG6D0wW6tFarbWHWsbHyUdkHhqwhNJDYOU w==; X-CSE-ConnectionGUID: 0npKpz4tQPmHX0oHf24YQg== X-CSE-MsgGUID: GBqnoUBfTouDhT/j2Kv0/w== X-IronPort-AV: E=McAfee;i="6700,10204,11117"; a="42232680" X-IronPort-AV: E=Sophos;i="6.09,170,1716274800"; d="scan'208";a="42232680" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2024 15:24:03 -0700 X-CSE-ConnectionGUID: cQ7IRmZ7Q1iRU1UHeVRRjQ== X-CSE-MsgGUID: KFP3T6NURXCFJXLtYSygSA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,170,1716274800"; d="scan'208";a="45616190" Received: from orsosgc001.jf.intel.com ([10.165.21.138]) by orviesa008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2024 15:24:03 -0700 From: Ashutosh Dixit To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t 02/16] lib/xe/oa: Add LNL metric guids Date: Fri, 28 Jun 2024 15:23:44 -0700 Message-ID: <20240628222358.2151036-3-ashutosh.dixit@intel.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240628222358.2151036-1-ashutosh.dixit@intel.com> References: <20240628222358.2151036-1-ashutosh.dixit@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" $ update-guids.py --guids=guids.xml MetricsXML_P31.xml > guids.xml2 And copying the new guids to guids.xml (as per the README). Note: as mentioned in update-guids.py and README.md, in order to generate config_hash in guids.xml, mdapi-convert-xml.py must first be run (as outline in the next commit) and then update-guids.py command above should be repeated. Note: LNL media guids had issues after running mdapi-convert-xml.py so have not been added, revisit this. Signed-off-by: Ashutosh Dixit Reviewed-by: Umesh Nerlige Ramappa --- lib/xe/oa-configs/guids.xml | 14 ++++++++++++++ lib/xe/oa-configs/oa_guid_registry.py | 4 +++- lib/xe/oa-configs/update-guids.py | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lib/xe/oa-configs/guids.xml b/lib/xe/oa-configs/guids.xml index 510450f87a..27330edd3d 100644 --- a/lib/xe/oa-configs/guids.xml +++ b/lib/xe/oa-configs/guids.xml @@ -2746,4 +2746,18 @@ + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa_guid_registry.py b/lib/xe/oa-configs/oa_guid_registry.py index ab14b398f3..969d40e568 100644 --- a/lib/xe/oa-configs/oa_guid_registry.py +++ b/lib/xe/oa-configs/oa_guid_registry.py @@ -100,7 +100,9 @@ class Registry: 'DG1', 'ACM', 'PVC', - 'MTL', ) + 'MTL', + 'LNL', + ) if name in known_chipsets: return name diff --git a/lib/xe/oa-configs/update-guids.py b/lib/xe/oa-configs/update-guids.py index 0c7d129404..18f3458e84 100755 --- a/lib/xe/oa-configs/update-guids.py +++ b/lib/xe/oa-configs/update-guids.py @@ -165,6 +165,7 @@ chipsets = [ 'hsw', 'tglgt1', 'tglgt2', 'rkl', 'dg1', 'adl', 'acmgt1', 'acmgt2', 'acmgt3', 'mtlgt2', 'mtlgt3', + 'lnl', ] for chipset in chipsets: -- 2.41.0