Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_crtc_background_color.c100 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, pipe_background_color); in prepare_crtc()
120 igt_pipe_obj_set_prop_value(plane->pipe, IGT_CRTC_BACKGROUND, BLACK64); in cleanup_crtc()
140 igt_require(igt_pipe_has_prop(display, pipe, IGT_CRTC_BACKGROUND)); in test_crtc_background()
147 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, PURPLE64); in test_crtc_background()
151 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, CYAN64); in test_crtc_background()
154 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, YELLOW64); in test_crtc_background()
157 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, RED64); in test_crtc_background()
160 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, GREEN64); in test_crtc_background()
163 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, BLUE64); in test_crtc_background()
166 igt_pipe_set_prop_value(display, pipe, IGT_CRTC_BACKGROUND, WHITE64); in test_crtc_background()
/external/igt-gpu-tools/lib/
Digt_kms.h98 IGT_CRTC_BACKGROUND = 0, enumerator
Digt_kms.c398 [IGT_CRTC_BACKGROUND] = "background_color",