mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
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:
+2
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user