All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2 3/8] lib/i915/perf: small ICL equation refactor
Date: Mon, 31 Aug 2020 18:09:46 +0300	[thread overview]
Message-ID: <20200831150951.357727-4-lionel.g.landwerlin@intel.com> (raw)
In-Reply-To: <20200831150951.357727-1-lionel.g.landwerlin@intel.com>

No functional changes.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
 lib/i915/perf-configs/oa-icl.xml | 38 ++++++++++++++++----------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/lib/i915/perf-configs/oa-icl.xml b/lib/i915/perf-configs/oa-icl.xml
index 4a6e7132..eac32092 100644
--- a/lib/i915/perf-configs/oa-icl.xml
+++ b/lib/i915/perf-configs/oa-icl.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<metrics version="1582124705" merge_md5="">
+<metrics version="1598349212" merge_md5="">
   <set name="Render Metrics Basic Gen11"
        chipset="ICL"
        symbol_name="RenderBasic"
@@ -815,20 +815,6 @@
              mdapi_supported_apis=""
              mdapi_hw_unit_type="gpu"
              />
-    <counter name="EU AVG IPC Rate"
-             symbol_name="EuAvgIpcRate"
-             underscore_name="eu_avg_ipc_rate"
-             description="The average rate of IPC calculated for 2 FPU pipelines."
-             data_type="float"
-             max_equation="2"
-             units="number"
-             semantic_type="ratio"
-             equation="A 9 READ A 10 READ A 11 READ FADD A 9 READ FSUB FDIV 1 FADD"
-             mdapi_group="EU Array"
-             mdapi_usage_flags="Tier4 Overview System Frame Batch Draw"
-             mdapi_supported_apis=""
-             mdapi_hw_unit_type="gpu"
-             />
     <counter name="EU Both FPU Pipes Active"
              symbol_name="EuFpuBothActive"
              underscore_name="eu_fpu_both_active"
@@ -871,6 +857,20 @@
              mdapi_supported_apis=""
              mdapi_hw_unit_type="gpu"
              />
+    <counter name="EU AVG IPC Rate"
+             symbol_name="EuAvgIpcRate"
+             underscore_name="eu_avg_ipc_rate"
+             description="The average rate of IPC calculated for 2 FPU pipelines."
+             data_type="float"
+             max_equation="2"
+             units="number"
+             semantic_type="ratio"
+             equation="A 9 READ  A 10 READ  A 11 READ FADD  A 9 READ FSUB FDIV 1 FADD"
+             mdapi_group="EU Array"
+             mdapi_usage_flags="Tier4 Overview System Frame Batch Draw"
+             mdapi_supported_apis=""
+             mdapi_hw_unit_type="gpu"
+             />
     <counter name="EU Send Pipe Active"
              symbol_name="EuSendActive"
              underscore_name="eu_send_active"
@@ -9071,7 +9071,7 @@
              data_type="uint64"
              units="cycles"
              semantic_type="event"
-             equation="A 13 READ A 1 READ UDIV"
+             equation="A 13 READ $VsThreads UDIV"
              mdapi_group="EU Array/Vertex Shader"
              mdapi_usage_flags="Tier4 Frame Batch Draw"
              mdapi_supported_apis=""
@@ -9098,7 +9098,7 @@
              data_type="uint64"
              units="cycles"
              semantic_type="event"
-             equation="A 14 READ A 1 READ UDIV"
+             equation="A 14 READ $VsThreads UDIV"
              mdapi_group="EU Array/Vertex Shader"
              mdapi_usage_flags="Tier4 Frame Batch Draw"
              mdapi_supported_apis=""
@@ -9181,7 +9181,7 @@
              data_type="uint64"
              units="cycles"
              semantic_type="event"
-             equation="A 19 READ A 6 READ UDIV"
+             equation="A 19 READ $PsThreads UDIV"
              mdapi_group="EU Array/Fragment Shader"
              mdapi_usage_flags="Tier4 Frame Batch Draw"
              mdapi_supported_apis=""
@@ -9208,7 +9208,7 @@
              data_type="uint64"
              units="cycles"
              semantic_type="event"
-             equation="A 20 READ A 6 READ UDIV"
+             equation="A 20 READ $PsThreads UDIV"
              mdapi_group="EU Array/Fragment Shader"
              mdapi_usage_flags="Tier4 Frame Batch Draw"
              mdapi_supported_apis=""
-- 
2.28.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2020-08-31 15:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31 15:09 [igt-dev] [PATCH i-g-t v2 0/8] lib/i915/perf: Add new platform metrics Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 1/8] lib/i915_perf: drop dependency on libigt Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 2/8] lib/i915/perf: fixup converter script Lionel Landwerlin
2020-08-31 15:09 ` Lionel Landwerlin [this message]
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 4/8] pciids/i915: break TGL into GT1/2 Lionel Landwerlin
2020-08-31 22:20   ` Dixit, Ashutosh
2020-09-03 15:50   ` Umesh Nerlige Ramappa
2020-09-03 15:55     ` Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 5/8] lib/i915/perf: break TGL metrics in 2 Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 6/8] lib/i915/perf: add AsyncCompute metrics Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 7/8] lib/i915/perf: Add Rocketlake metrics Lionel Landwerlin
2020-08-31 15:09 ` [igt-dev] [PATCH i-g-t v2 8/8] lib/i915/perf: Add DG1 metrics Lionel Landwerlin
2020-08-31 16:00 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/i915/perf: Add new platform metrics (rev2) Patchwork
2020-08-31 22:20 ` [igt-dev] [PATCH i-g-t v2 0/8] lib/i915/perf: Add new platform metrics Dixit, Ashutosh
2020-08-31 23:50 ` [igt-dev] ✓ Fi.CI.IGT: success for lib/i915/perf: Add new platform metrics (rev2) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200831150951.357727-4-lionel.g.landwerlin@intel.com \
    --to=lionel.g.landwerlin@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.