[Intel-gfx] [PATCH 0/2] intel_reg: Intel graphics register multitool

Jani Nikula jani.nikula at intel.com
Wed Apr 15 03:15:38 PDT 2015


Hi all, this is v1 after the RFC [1], with polish applied and too many
small changes to list. Go ahead and play with it!

The 2nd patch has a man page written in RST, with conversion done using
rst2man. It lacks proper configure checks for rst2man to push, and I'm
not sure if I'm up for the task. Included for reference anyway; the tool
has some help incorporated anyway.

I was considering Daniel's suggestion to replace the old tools
immediately, but perhaps one IGT release with both the old and new tools
coexisting, old tools deprecated, would be a better idea?

BR,
Jani.

[1] http://mid.gmane.org/cover.1427910607.git.jani.nikula@intel.com

Jani Nikula (2):
  intel_reg: introduce one intel_reg tool to rule them all
  man: add man page for intel_reg in rst format

 man/Makefile.am          |   12 +-
 man/intel_reg.rst        |  229 ++++
 tools/Makefile.sources   |    6 +
 tools/intel_reg.c        |  899 +++++++++++++++
 tools/intel_reg_decode.c | 2713 ++++++++++++++++++++++++++++++++++++++++++++++
 tools/intel_reg_spec.c   |  345 ++++++
 tools/intel_reg_spec.h   |   77 ++
 7 files changed, 4280 insertions(+), 1 deletion(-)
 create mode 100644 man/intel_reg.rst
 create mode 100644 tools/intel_reg.c
 create mode 100644 tools/intel_reg_decode.c
 create mode 100644 tools/intel_reg_spec.c
 create mode 100644 tools/intel_reg_spec.h

-- 
2.1.4



More information about the Intel-gfx mailing list