summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2011-09-05intel_gpu_top: initialize monitoring statistics at startupEugeni Dodonov
This patch initializes the last_stats[] for registers prior to starting the monitoring itself. This way, the first measure will already contain the difference from the previous value instead of non-initialized value. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-09-05intel_gpu_top: suport command line parameters and variable samples perEugeni Dodonov
second This patch adds support for getopt, and adds two default parameters to it: -h to show usage notes; and -s to allow user to define number of samples to acquire per second. Manpage documentation is also adjusted accordingly. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2010-04-05intel_reg_dumper: Add support for reading register dumps from filesAdam Jackson
Also add intel_reg_snapshot for creating such snapshots, and relevant documentation. Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-02-25man: Add manpage for intel_error_decodeChris Wilson
A rudimentary manpage based on intel_gpu_dump for the simple tool for the post-processing of i915_error_state, intel_error_decode.
2010-02-25Fix a typo in intel_gtt(1).Eric Anholt
2010-02-25Add manpages for a bunch of recently-added tools.Eric Anholt
2010-02-01intel_gtt: Add intel_gtt from the 2D driver.Eric Anholt
We've used it several times in bringing up the AGP driver, so it seems useful to have aronud.
2009-10-06Add intel_gpu_dump from the 2D driver.Eric Anholt
2009-09-04Add a manpage for intel_reg_writeEric Anholt
2009-05-19Add manpages for all installed binaries.Eric Anholt