Message ID | 1409870002-7910-3-git-send-email-rodrigo.vivi@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c index bbe18f0..51e54a7 100644 --- a/tests/kms_psr_sink_crc.c +++ b/tests/kms_psr_sink_crc.c @@ -328,6 +328,8 @@ static void get_sink_crc(data_t *data, char *crc) { fclose(file); + igt_debug_wait(1, "%s\n", crc); + /* The important value was already taken. * Now give a time for human eyes */
This helps to debug and check if the CRC you are reading correspond what you are seeing on the screen Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> --- tests/kms_psr_sink_crc.c | 2 ++ 1 file changed, 2 insertions(+)