Home
last modified time | relevance | path

Searched refs:igt_pipe_set_prop_value (Results 1 – 4 of 4) 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()
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()
Dkms_content_protection.c506 igt_pipe_set_prop_value(display, pipe, in test_content_protection_on_output()
510 igt_pipe_set_prop_value(display, pipe, in test_content_protection_on_output()
Dkms_vrr.c159 igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, in set_vrr_on_pipe()
/external/igt-gpu-tools/lib/
Digt_kms.h728 #define igt_pipe_set_prop_value(display, pipe, prop, value) \ macro