From 757471599422469a1d12eec82ee038c4a748fc0f Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 10 Jan 2019 16:09:53 +0100 Subject: lib/igt_chamelium: Hook-in checkerboard comparison method in helpers This introduces the checkerboard chamelium checking type and hooks the call to the associated igt_frame matching helper in the frame match chamelium helper. Signed-off-by: Paul Kocialkowski Reviewed-by: Lyude Paul Reviewed-by: Maxime Ripard --- lib/igt_chamelium.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/igt_chamelium.c') diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c index 62f7e40c..02cc9b2c 100644 --- a/lib/igt_chamelium.c +++ b/lib/igt_chamelium.c @@ -1127,6 +1127,9 @@ void chamelium_assert_frame_match_or_dump(struct chamelium *chamelium, case CHAMELIUM_CHECK_ANALOG: match = igt_check_analog_frame_match(reference, capture); break; + case CHAMELIUM_CHECK_CHECKERBOARD: + match = igt_check_checkerboard_frame_match(reference, capture); + break; default: igt_assert(false); } @@ -1156,7 +1159,6 @@ void chamelium_assert_frame_match_or_dump(struct chamelium *chamelium, cairo_surface_destroy(capture); } - /** * chamelium_analog_frame_crop: * @chamelium: The Chamelium instance to use -- cgit v1.2.3