summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-05-14 14:49:59 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2015-05-15 12:22:21 +0100
commit15f60217cc79950702afe599b567bdf8fbd5ce75 (patch)
treeff0fd314e25cf2c5e7b50f1b233da1e27dae387e /tools/Makefile.sources
parentfd6846c99f00e265f558cf0106c833b96caf977f (diff)
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>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index b07a71c6..5acf45ad 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -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 \