public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] intel_reg: Intel graphics register multitool
@ 2015-04-15 10:15 Jani Nikula
  2015-04-15 10:15 ` [PATCH 1/2] intel_reg: introduce one intel_reg tool to rule them all Jani Nikula
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jani Nikula @ 2015-04-15 10:15 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, Thomas Wood

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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-16 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 10:15 [PATCH 0/2] intel_reg: Intel graphics register multitool Jani Nikula
2015-04-15 10:15 ` [PATCH 1/2] intel_reg: introduce one intel_reg tool to rule them all Jani Nikula
2015-04-15 10:15 ` [PATCH 2/2] man: add man page for intel_reg in rst format Jani Nikula
2015-04-16 16:10   ` Thomas Wood
2015-04-15 10:23 ` [PATCH 0/2] intel_reg: Intel graphics register multitool Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox