[PATCH i-g-t 04/28] lib/xe/oa: Add truncated legacy Xe1 metrics XML's

Umesh Nerlige Ramappa umesh.nerlige.ramappa at intel.com
Thu Jun 20 21:57:21 UTC 2024


On Thu, Jun 20, 2024 at 01:00:29PM -0700, Ashutosh Dixit wrote:
>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.

On platforms supporting ComputeBasic, we should add that metrics. I 
think I have at least a couple tests that use it to dump EuStall 
metrics, but we can do that when those tests are added upstream, so this 
is

Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>

>
>Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
>---
> 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 @@


More information about the igt-dev mailing list