Add 'intel_reg_read' tool

This is a handy tool to just check state of one register, which might
not bother to be included in intel_reg_dumper tool. And also take in Ben's
original full range register dump with '-f' option.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
This commit is contained in:
Zhenyu Wang
2010-01-06 13:39:05 +08:00
parent 5afb8ff68b
commit 4cc8b0543a
2 changed files with 82 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ bin_PROGRAMS = \
intel_gpu_time \
intel_stepping \
intel_reg_dumper \
intel_reg_write
intel_reg_write \
intel_reg_read
intel_gpu_dump_SOURCES = \
intel_gpu_dump.c \