intel_reg_checker: New tool to accumulate checks for HW workarounds.

The goal of this tool is to be usable as a test for whether something
(suspend/resume, GPU reset, bugs, whatever) may have lost various
required hardware setup specified in the docs.

Reviewed-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
This commit is contained in:
Eric Anholt
2011-09-23 14:47:44 -07:00
parent 5801e6b911
commit d2c95d1183
2 changed files with 400 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ bin_PROGRAMS = \
intel_gpu_time \
intel_gtt \
intel_stepping \
intel_reg_checker \
intel_reg_dumper \
intel_reg_snapshot \
intel_reg_write \