Searched refs:FAIL_ON (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | test-drm_cmdline_parser.c | 24 FAIL_ON(!drm_mode_parse_command_line_for_connector("e", in drm_cmdline_test_force_e_only() 27 FAIL_ON(mode.specified); in drm_cmdline_test_force_e_only() 28 FAIL_ON(mode.refresh_specified); in drm_cmdline_test_force_e_only() 29 FAIL_ON(mode.bpp_specified); in drm_cmdline_test_force_e_only() 31 FAIL_ON(mode.rb); in drm_cmdline_test_force_e_only() 32 FAIL_ON(mode.cvt); in drm_cmdline_test_force_e_only() 33 FAIL_ON(mode.interlace); in drm_cmdline_test_force_e_only() 34 FAIL_ON(mode.margins); in drm_cmdline_test_force_e_only() 35 FAIL_ON(mode.force != DRM_FORCE_ON); in drm_cmdline_test_force_e_only() 44 FAIL_ON(!drm_mode_parse_command_line_for_connector("D", in drm_cmdline_test_force_D_only_not_digital() [all …]
|
D | test-drm_format.c | 20 FAIL_ON(drm_format_info_block_width(info, 0) != 0); in igt_check_drm_format_block_width() 21 FAIL_ON(drm_format_info_block_width(info, -1) != 0); in igt_check_drm_format_block_width() 22 FAIL_ON(drm_format_info_block_width(info, 1) != 0); in igt_check_drm_format_block_width() 26 FAIL_ON(!info); in igt_check_drm_format_block_width() 27 FAIL_ON(drm_format_info_block_width(info, 0) != 1); in igt_check_drm_format_block_width() 28 FAIL_ON(drm_format_info_block_width(info, 1) != 0); in igt_check_drm_format_block_width() 29 FAIL_ON(drm_format_info_block_width(info, -1) != 0); in igt_check_drm_format_block_width() 33 FAIL_ON(!info); in igt_check_drm_format_block_width() 34 FAIL_ON(drm_format_info_block_width(info, 0) != 1); in igt_check_drm_format_block_width() 35 FAIL_ON(drm_format_info_block_width(info, 1) != 1); in igt_check_drm_format_block_width() [all …]
|
D | test-drm_plane_helper.c | 108 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 109 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 1024 << 16, 768 << 16)); in igt_check_plane_state() 110 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 119 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 120 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 768 << 16, 1024 << 16)); in igt_check_plane_state() 121 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1024, 768)); in igt_check_plane_state() 138 FAIL_ON(!plane_state.visible); in igt_check_plane_state() 139 FAIL_ON(!check_src_eq(&plane_state, 0, 0, 1023 << 16, 767 << 16)); in igt_check_plane_state() 140 FAIL_ON(!check_crtc_eq(&plane_state, 0, 0, 1023, 767)); in igt_check_plane_state() 155 FAIL_ON(!plane_state.visible); in igt_check_plane_state() [all …]
|
D | test-drm_damage_helper.c | 99 FAIL_ON(!check_damage_clip(&state, &clip, 0, 0, 2048, 2048)); in igt_damage_iter_no_damage() 132 FAIL_ON(!check_damage_clip(&state, &clip, 3, 3, 1028, 772)); in igt_damage_iter_no_damage_fractional_src() 164 FAIL_ON(!check_damage_clip(&state, &clip, 10, 10, 1034, 778)); in igt_damage_iter_no_damage_src_moved() 197 FAIL_ON(!check_damage_clip(&state, &clip, 4, 4, 1029, 773)); in igt_damage_iter_no_damage_fractional_src_moved() 313 FAIL_ON(!check_damage_clip(&state, &clip, 0, 0, 1024, 768)); in igt_damage_iter_simple_damage() 348 FAIL_ON(!check_damage_clip(&state, &clip, 256, 192, 768, 576)); in igt_damage_iter_single_damage() 384 FAIL_ON(!check_damage_clip(&state, &clip, 256, 192, 1024, 768)); in igt_damage_iter_single_damage_intersect_src() 457 FAIL_ON(!check_damage_clip(&state, &clip, 10, 10, 256, 330)); in igt_damage_iter_single_damage_fractional_src() 496 FAIL_ON(!check_damage_clip(&state, &clip, 10, 4, 1029, 330)); in igt_damage_iter_single_damage_intersect_fractional_src() 571 FAIL_ON(!check_damage_clip(&state, &clip, 10, 10, 1034, 778)); in igt_damage_iter_single_damage_src_moved() [all …]
|
D | test-drm_modeset_common.h | 17 #define FAIL_ON(x) FAIL((x), "%s", "FAIL_ON(" __stringify(x) ")\n") macro
|
D | test-drm_dp_mst_helper.c | 169 #define DO_TEST() FAIL_ON(!sideband_msg_req_encode_decode(&in)) in igt_dp_mst_sideband_msg_req_decode()
|