From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, Thomas Wood <thomas.wood@intel.com>
Subject: [PATCH 0/2] intel_reg: Intel graphics register multitool
Date: Wed, 15 Apr 2015 13:15:38 +0300 [thread overview]
Message-ID: <cover.1429092573.git.jani.nikula@intel.com> (raw)
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
next reply other threads:[~2015-04-15 9:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-15 10:15 Jani Nikula [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1429092573.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=thomas.wood@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox