Searched refs:IGT_CRTC_ACTIVE (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/benchmarks/ |
D | kms_throughput.c | 185 igt_pipe_obj_set_prop_value(p, IGT_CRTC_ACTIVE, 1); in flip_overlays() 220 igt_pipe_obj_set_prop_value(p, IGT_CRTC_ACTIVE, 0); in repeat_flip()
|
/external/igt-gpu-tools/tests/ |
D | kms_content_protection.c | 507 IGT_CRTC_ACTIVE, 0); in test_content_protection_on_output() 511 IGT_CRTC_ACTIVE, 1); in test_content_protection_on_output()
|
D | kms_atomic_interruptible.c | 162 plane->pipe->props[IGT_CRTC_ACTIVE], in run_plane_test()
|
D | kms_atomic.c | 145 if (prop == IGT_CRTC_MODE_ID || prop == IGT_CRTC_ACTIVE) in crtc_filter() 726 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_ACTIVE, 0); in crtc_invalid_params_fence() 741 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_ACTIVE, 1); in crtc_invalid_params_fence()
|
D | kms_atomic_transition.c | 677 if (igt_pipe_is_prop_changed(display, pipe, IGT_CRTC_ACTIVE)) { in set_combinations()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 405 [IGT_CRTC_ACTIVE] = "ACTIVE", 1863 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_ACTIVE, 0); in igt_pipe_reset() 2929 prop == IGT_CRTC_ACTIVE || in is_atomic_prop() 3412 igt_pipe_obj_clear_prop_changed(pipe_obj, IGT_CRTC_ACTIVE); in display_commit_changed() 3780 igt_pipe_obj_set_prop_value(old_pipe, IGT_CRTC_ACTIVE, 0); in igt_output_set_pipe() 3794 igt_pipe_obj_set_prop_value(pipe_obj, IGT_CRTC_ACTIVE, 1); in igt_output_set_pipe()
|
D | igt_kms.h | 105 IGT_CRTC_ACTIVE, enumerator
|