From 15f60217cc79950702afe599b567bdf8fbd5ce75 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 14 May 2015 14:49:59 +0100 Subject: 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 --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/.gitignore') diff --git a/tools/.gitignore b/tools/.gitignore index b47fafda..5a2f5ffb 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -4,6 +4,7 @@ intel_audio_dump intel_backlight intel_bios_dumper intel_bios_reader +intel_display_crc intel_display_poller intel_dump_decode intel_error_decode -- cgit v1.2.3