i965: XML description of Haswell OA metric set
authorRobert Bragg <robert@sixbynine.org>
Thu, 4 Jun 2015 12:54:43 +0000 (13:54 +0100)
committerRobert Bragg <robert@sixbynine.org>
Thu, 9 Mar 2017 12:53:07 +0000 (12:53 +0000)
commitb79268174bfc59f2f19e22e65d029c69d2cbcde1
tree9edc65b74119da0b96b0a5ff0995f8c03057dbfe
parent655c395f65b79bc05259d3ee4887f147d94b243c
i965: XML description of Haswell OA metric set

In preparation for exposing Gen Observation Architecture performance
counters via INTEL_performance_query this adds an XML description for an
initial 'Render Metrics Basic Gen7.5' query and corresponding counters.

The intention is to auto generate code for building a query from these
counters as well as the code for normalizing the individual counters.

Note that the upstream for this XML data is currently GPU Top:

  https://github.com/rib/gputop

The files are maintained under gputop-data/ and they are themselves
derived from files in an internal 'MDAPI XML' schema. There are scripts
under gputop-scripts/ and make rules in gputop-data/Makefile.xml for
maintaining these files.

Signed-off-by: Robert Bragg <robert@sixbynine.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_oa_hsw.xml [new file with mode: 0644]