[Intel-gfx] [PATCH igt v2 0/6] corresponding changes for i915-perf interface

Robert Bragg robert at sixbynine.org
Mon Nov 7 22:26:57 UTC 2016


The i915-perf series affects the command parser and itself includes new uapi
which these i-g-t changes try to cover.

This version splits up the gem_exec_parse.c changes

I also made some adjustments to the i915 perf tests to scale raw timestamps
in terms of a 12500000Hz timestamp frequency constant for Haswell, considering
how the previous approach of scaling by an integer (80) isn't going to work
for gen9.

- Robert

Robert Bragg (6):
  igt/perf: add i915 perf stream tests for Haswell
  igt/gem_exec_parse: remove oacontrol checks
  igt/gem_exec_parse: some minor cleanups
  igt/gem_exec_parse: move hsw_load_register_reg down
  igt/gem_exec_parse: update hsw_load_register_reg
  igt/gem_exec_parse: update for version 8 changes

 tests/Makefile.sources |    1 +
 tests/gem_exec_parse.c |  519 +++++------
 tests/perf.c           | 2220 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2429 insertions(+), 311 deletions(-)
 create mode 100644 tests/perf.c

-- 
2.10.1



More information about the Intel-gfx mailing list