intel_display_crc: A new tool to play with display CRCs

The CRC debug interface is a bit more than a simple textual file in
debugfs as there are a small command language to control what we want
from them.

This tool starts, slowly, by allowing us to dump the pipe CRCs whenever
we want. It can be handy to check what is the current CRC when we reach
a certain state on the screen (when using --interactive-debug for
instance) against a known CRC.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2015-05-14 14:49:59 +01:00
parent fd6846c99f
commit 15f60217cc
3 changed files with 112 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ bin_PROGRAMS = \
intel_backlight \
intel_bios_dumper \
intel_bios_reader \
intel_display_crc \
intel_display_poller \
intel_dump_decode \
intel_error_decode \