From c7e9be2302ab3dea289edc86b8c63e22d668fe2b Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 18 Mar 2016 17:33:03 +0000 Subject: lib: add crc comparison function without an assert Signed-off-by: Lionel Landwerlin Reviewed-by: Matt Roper Signed-off-by: Matt Roper --- lib/igt_debugfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt_debugfs.h') diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h index dac84130..d08fc237 100644 --- a/lib/igt_debugfs.h +++ b/lib/igt_debugfs.h @@ -124,6 +124,7 @@ __attribute__((warn_unused_result)) int igt_pipe_crc_get_crcs(igt_pipe_crc_t *pipe_crc, int n_crcs, igt_crc_t **out_crcs); void igt_pipe_crc_collect_crc(igt_pipe_crc_t *pipe_crc, igt_crc_t *out_crc); +bool igt_crc_equal(igt_crc_t *a, igt_crc_t *b); /* * Drop caches -- cgit v1.2.3