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 A0B91C30653 for ; Wed, 26 Jun 2024 20:54:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EC4E910E105; Wed, 26 Jun 2024 20:54:50 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Ebpm4yKB"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id E8A0B10E15D for ; Wed, 26 Jun 2024 20:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719435290; x=1750971290; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=c3XQ+tJfVZOF/QP3/bTWqHtT34YgEmFx8/TmEuvcyN0=; b=Ebpm4yKB5AB8VU/oJmT3OXpAXPF0jykcF+AW8LV4iV52OWyDc9EEAhdk EONCnAprMTPOwQdEDW3Egwy4fXHokzS5BbJdNqboB+v/p8hDEAyCz/3zP GNeTcI9ezXgbPfYHxeWulhIhZUHZNJeYNXijgX8lrwacY+X/6nmGNSsks YoYEpWDQdYCPZN/2aClJdob8eADH6YoqOu5OSXov4Wfo/z+0SI/77xMUI hnm4IsUswn3bh2avNXcR+UozovyGD7LBxcBbbkrABsuCL1qFb8RNfdase pd6GNDEkG3Y9t2DBZQTwN/fcsKchKwTWu8Z8KW/nvsrYs3+YDW0gp86b7 Q==; X-CSE-ConnectionGUID: prZyf7nXTuyCpmSUaotK8Q== X-CSE-MsgGUID: U+YQkwflQmCygwQJlN2VQQ== X-IronPort-AV: E=McAfee;i="6700,10204,11115"; a="27670987" X-IronPort-AV: E=Sophos;i="6.08,268,1712646000"; d="scan'208";a="27670987" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2024 13:54:49 -0700 X-CSE-ConnectionGUID: moArUfDYRf6DeCGHAds10A== X-CSE-MsgGUID: pRq2DuMiS7KEKxj2xXv1jw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,268,1712646000"; d="scan'208";a="44018912" Received: from orsosgc001.jf.intel.com ([10.165.21.138]) by fmviesa007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2024 13:54:49 -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: Wed, 26 Jun 2024 13:54:29 -0700 Message-ID: <20240626205443.1560171-3-ashutosh.dixit@intel.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240626205443.1560171-1-ashutosh.dixit@intel.com> References: <20240626205443.1560171-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