Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Ddebugfs_test.c108 if (output->pending_pipe != PIPE_NONE) in kms_tests()
135 igt_output_set_pipe(output, PIPE_NONE); in kms_tests()
Dkms_busy.c65 igt_output_set_pipe(output, PIPE_NONE); in do_cleanup_display()
103 igt_output_set_pipe(output, PIPE_NONE); in flip_to_fb()
235 igt_output_set_pipe(output, PIPE_NONE); in test_hang()
280 igt_output_set_pipe(output, PIPE_NONE); in test_pageflip_modeset_hang()
Dkms_atomic_transition.c92 igt_output_set_pipe(output, PIPE_NONE); in run_primary_test()
474 igt_output_set_pipe(output, PIPE_NONE); in run_transition_test()
568 igt_output_set_pipe(output, PIPE_NONE); in run_transition_test()
612 igt_output_set_pipe(output, PIPE_NONE); in run_transition_test()
669 igt_output_set_pipe(output, PIPE_NONE); in set_combinations()
688 if (output->pending_pipe != PIPE_NONE) in set_combinations()
749 igt_output_set_pipe(output, PIPE_NONE); in run_modeset_tests()
769 if (output->pending_pipe != PIPE_NONE) in run_modeset_tests()
Dkms_atomic_interruptible.c51 igt_output_set_pipe(output, PIPE_NONE); in block_plane()
264 igt_output_set_pipe(output, PIPE_NONE); in run_plane_test()
Dkms_properties.c60 igt_output_set_pipe(output, PIPE_NONE); in cleanup_pipe()
220 if (pipe != PIPE_NONE) in run_connector_property_tests()
227 if (pipe != PIPE_NONE) in run_connector_property_tests()
303 run_connector_property_tests(display, PIPE_NONE, &display->outputs[i], atomic); in connector_properties()
Dkms_color.c346 igt_output_set_pipe(output, PIPE_NONE); in test_pipe_degamma()
427 igt_output_set_pipe(output, PIPE_NONE); in test_pipe_gamma()
527 igt_output_set_pipe(output, PIPE_NONE); in test_pipe_legacy_gamma()
659 igt_output_set_pipe(output, PIPE_NONE); in test_pipe_legacy_gamma_reset()
760 igt_output_set_pipe(output, PIPE_NONE); in test_pipe_ctm()
860 igt_output_set_pipe(output, PIPE_NONE);
Dkms_cursor_legacy.c162 if (output->pending_pipe != PIPE_NONE) in set_fb_on_crtc()
212 enum pipe pipe, first = PIPE_NONE; in find_connected_pipe()
801 igt_output_set_pipe(output, PIPE_NONE); in nonblocking_modeset_vs_cursor()
834 igt_output_set_pipe(output, PIPE_NONE); in nonblocking_modeset_vs_cursor()
915 igt_output_set_pipe(output2, PIPE_NONE); in two_screens_flip_vs_cursor()
945 igt_output_set_pipe(output2, enabled ? PIPE_NONE : pipe2); in two_screens_flip_vs_cursor()
998 igt_output_set_pipe(output2, enabled ? PIPE_NONE : pipe2); in two_screens_flip_vs_cursor()
Dkms_dp_dsc.c198 igt_output_set_pipe(data->output, PIPE_NONE); in update_display()
Dkms_plane_lowres.c204 igt_output_set_pipe(output, PIPE_NONE); in test_planes_on_pipe_with_output()
Dkms_atomic.c481 igt_output_set_pipe(output, PIPE_NONE); in test_only()
942 igt_output_set_pipe(output, PIPE_NONE); in atomic_clear()
949 enum pipe pipe = PIPE_NONE;
Dkms_ccs.c315 igt_output_set_pipe(data->output, PIPE_NONE); in __test_output()
Dkms_frontbuffer_tracking.c420 find_connector(true, true, NULL, PIPE_NONE, &prim_output, &prim_pipe); in init_modeset_cached_params()
422 find_connector(true, false, NULL, PIPE_NONE, &prim_output, &prim_pipe); in init_modeset_cached_params()
424 find_connector(false, true, NULL, PIPE_NONE, &prim_output, &prim_pipe); in init_modeset_cached_params()
426 find_connector(false, false, NULL, PIPE_NONE, &prim_output, &prim_pipe); in init_modeset_cached_params()
437 scnd_mode_params.pipe = PIPE_NONE; in init_modeset_cached_params()
Dkms_available_modes_crc.c430 igt_output_set_pipe(output, PIPE_NONE); in test_available_modes()
Dkms_content_protection.c526 igt_output_set_pipe(output, PIPE_NONE); in test_content_protection_on_output()
Dkms_vblank.c357 igt_output_set_pipe(output, PIPE_NONE); in vblank_ts_cont()
Dkms_plane_scaling.c533 enum pipe first = PIPE_NONE; in find_connected_pipe()
Dkms_plane.c774 igt_output_set_pipe(output, PIPE_NONE); in test_pixel_formats()
Dkms_chamelium.c512 igt_output_set_pipe(output, PIPE_NONE); in prepare_output()
/external/igt-gpu-tools/lib/
Digt_kms.c532 if (pipe == PIPE_NONE) in kmstest_pipe_name()
1231 config->pipe = PIPE_NONE; in _kmstest_connector_config()
1749 if (output->pending_pipe != PIPE_NONE) in igt_output_refresh()
1880 output->pending_pipe = PIPE_NONE; in igt_output_reset()
2121 output->pending_pipe = PIPE_NONE; in igt_display_require()
2314 if (output->pending_pipe != PIPE_NONE) { in igt_display_refresh()
2344 if (output->pending_pipe == PIPE_NONE) { in igt_output_get_driving_pipe()
2541 igt_assert(pipe != PIPE_NONE); in igt_get_single_output_for_pipe()
3760 if (output->pending_pipe != PIPE_NONE) in igt_output_set_pipe()
3763 if (pipe != PIPE_NONE) in igt_output_set_pipe()
[all …]
Digt_kms.h56 PIPE_NONE = -1, enumerator
57 PIPE_ANY = PIPE_NONE,
/external/igt-gpu-tools/benchmarks/
Dkms_throughput.c65 enum pipe pipe_idx = PIPE_NONE; in get_pipe()