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 96473C27C79 for ; Thu, 20 Jun 2024 20:01:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A240510E884; Thu, 20 Jun 2024 20:01:03 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="bOS6jLNc"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id CE00D10E884 for ; Thu, 20 Jun 2024 20:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1718913659; x=1750449659; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=YJAkXLYqtevrpKbsPXaZy9qeoIv+g16YyMkI9eeny38=; b=bOS6jLNc2ACmx7OZSII5G9mulcAsxlDGUI/CYtl1kPYcoIxtvuhHL0At ml/apx5vWHEnk9ogj21hLNUvImaUnKP/vOqvLCRm/PH6w4qa/N8cJCxYw f3f4HjZAEiB+vmpTtR6V41idp9TW1Hk4F8489PHVCKS6CSRUOruBJr/q5 giPfsesxBJt+WVetKZjMKBJAneiYW0Scya7PhdjVZSPpa+7mzLc5mDI6m hHwLDlmcCgtg+H2FpcP1hWrbLErYmzz3eY+OSO+H4yJQQP+kn/gunXbqi nruJXkm+vaJewQI73wSYctVml+AztClwsF7QJ92Xanj7QFWbBraRZGMmL g==; X-CSE-ConnectionGUID: 30F/6ZfaSfihgBC6O7mRtw== X-CSE-MsgGUID: /DSseG/DToSl3F+FsToyhA== X-IronPort-AV: E=McAfee;i="6700,10204,11109"; a="41329320" X-IronPort-AV: E=Sophos;i="6.08,252,1712646000"; d="scan'208";a="41329320" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2024 13:00:59 -0700 X-CSE-ConnectionGUID: bp6UTpuaQHCnGNVlY5Cvzw== X-CSE-MsgGUID: it5GYs5bQPuZrZCtrr07NQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,252,1712646000"; d="scan'208";a="42459835" Received: from orsosgc001.jf.intel.com ([10.165.21.138]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2024 13:00:58 -0700 From: Ashutosh Dixit To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t 04/28] lib/xe/oa: Add truncated legacy Xe1 metrics XML's Date: Thu, 20 Jun 2024 13:00:29 -0700 Message-ID: <20240620200054.3550653-5-ashutosh.dixit@intel.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240620200054.3550653-1-ashutosh.dixit@intel.com> References: <20240620200054.3550653-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" Legacy metrics XML's allow testing with Xe KMD on legacy Xe1 platforms. However because these XML's are huge and increase compile time, only RenderBasic and TestOa metrics sets are included in these XML's. If other metrics sets are needed they can be added by copying from lib/i915/perf-configs. Signed-off-by: Ashutosh Dixit --- lib/xe/oa-configs/oa-acmgt1.xml | 710 +++++++++++++++++++++++++++ lib/xe/oa-configs/oa-acmgt2.xml | 828 ++++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-acmgt3.xml | 824 +++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-adl.xml | 816 +++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-dg1.xml | 823 +++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-mtlgt2.xml | 789 ++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-mtlgt3.xml | 803 +++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-rkl.xml | 824 +++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-tglgt1.xml | 819 +++++++++++++++++++++++++++++++ lib/xe/oa-configs/oa-tglgt2.xml | 818 +++++++++++++++++++++++++++++++ 10 files changed, 8054 insertions(+) create mode 100644 lib/xe/oa-configs/oa-acmgt1.xml create mode 100644 lib/xe/oa-configs/oa-acmgt2.xml create mode 100644 lib/xe/oa-configs/oa-acmgt3.xml create mode 100644 lib/xe/oa-configs/oa-adl.xml create mode 100644 lib/xe/oa-configs/oa-dg1.xml create mode 100644 lib/xe/oa-configs/oa-mtlgt2.xml create mode 100644 lib/xe/oa-configs/oa-mtlgt3.xml create mode 100644 lib/xe/oa-configs/oa-rkl.xml create mode 100644 lib/xe/oa-configs/oa-tglgt1.xml create mode 100644 lib/xe/oa-configs/oa-tglgt2.xml diff --git a/lib/xe/oa-configs/oa-acmgt1.xml b/lib/xe/oa-configs/oa-acmgt1.xml new file mode 100644 index 0000000000..c08b537123 --- /dev/null +++ b/lib/xe/oa-configs/oa-acmgt1.xml @@ -0,0 +1,710 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-acmgt2.xml b/lib/xe/oa-configs/oa-acmgt2.xml new file mode 100644 index 0000000000..0e205af656 --- /dev/null +++ b/lib/xe/oa-configs/oa-acmgt2.xml @@ -0,0 +1,828 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-acmgt3.xml b/lib/xe/oa-configs/oa-acmgt3.xml new file mode 100644 index 0000000000..2e873428fd --- /dev/null +++ b/lib/xe/oa-configs/oa-acmgt3.xml @@ -0,0 +1,824 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-adl.xml b/lib/xe/oa-configs/oa-adl.xml new file mode 100644 index 0000000000..f8091ad1b7 --- /dev/null +++ b/lib/xe/oa-configs/oa-adl.xml @@ -0,0 +1,816 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-dg1.xml b/lib/xe/oa-configs/oa-dg1.xml new file mode 100644 index 0000000000..52fedfa4d2 --- /dev/null +++ b/lib/xe/oa-configs/oa-dg1.xml @@ -0,0 +1,823 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-mtlgt2.xml b/lib/xe/oa-configs/oa-mtlgt2.xml new file mode 100644 index 0000000000..38ebc54274 --- /dev/null +++ b/lib/xe/oa-configs/oa-mtlgt2.xml @@ -0,0 +1,789 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-mtlgt3.xml b/lib/xe/oa-configs/oa-mtlgt3.xml new file mode 100644 index 0000000000..f5f99eaee5 --- /dev/null +++ b/lib/xe/oa-configs/oa-mtlgt3.xml @@ -0,0 +1,803 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-rkl.xml b/lib/xe/oa-configs/oa-rkl.xml new file mode 100644 index 0000000000..9cb56903f6 --- /dev/null +++ b/lib/xe/oa-configs/oa-rkl.xml @@ -0,0 +1,824 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-tglgt1.xml b/lib/xe/oa-configs/oa-tglgt1.xml new file mode 100644 index 0000000000..8c28ba3329 --- /dev/null +++ b/lib/xe/oa-configs/oa-tglgt1.xml @@ -0,0 +1,819 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/xe/oa-configs/oa-tglgt2.xml b/lib/xe/oa-configs/oa-tglgt2.xml new file mode 100644 index 0000000000..7387dc2e39 --- /dev/null +++ b/lib/xe/oa-configs/oa-tglgt2.xml @@ -0,0 +1,818 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.41.0