Home
last modified time | relevance | path

Searched refs:FAIL_ON (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/selftests/
Dtest-drm-helper.c24 #define FAIL_ON(x) FAIL((x), "%s", "FAIL_ON(" __stringify(x) ")\n") macro
120 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
121 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 1024 << 16, 768 << 16)); in igt_check_plane_state()
122 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
131 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
132 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 768 << 16, 1024 << 16)); in igt_check_plane_state()
133 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state()
150 FAIL_ON(!plane_state.visible); in igt_check_plane_state()
151 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 1023 << 16, 767 << 16)); in igt_check_plane_state()
152 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1023, 767)); in igt_check_plane_state()
[all …]