Home
last modified time | relevance | path

Searched refs:igt_pipe_obj_has_prop (Results 1 – 6 of 6) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_color.c258 if (igt_pipe_obj_has_prop(pipe, prop)) in disable_prop()
283 igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)); in test_pipe_degamma()
284 igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT)); in test_pipe_degamma()
369 igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT)); in test_pipe_gamma()
568 igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT)); in test_pipe_legacy_gamma_reset()
570 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) in test_pipe_legacy_gamma_reset()
586 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) in test_pipe_legacy_gamma_reset()
588 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) in test_pipe_legacy_gamma_reset()
593 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) { in test_pipe_legacy_gamma_reset()
601 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) { in test_pipe_legacy_gamma_reset()
[all …]
Dkms_available_modes_crc.c366 if (igt_pipe_obj_has_prop(&data->display.pipes[pipe], IGT_CRTC_GAMMA_LUT_SIZE)) { in test_available_modes()
Dkms_big_fb.c350 !igt_pipe_obj_has_prop(&data->display.pipes[data->pipe], in test_pipe()
Dkms_chamelium.c550 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) in enable_output()
552 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT)) in enable_output()
554 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) in enable_output()
/external/igt-gpu-tools/lib/
Digt_kms.h661 igt_pipe_obj_has_prop(igt_pipe_t *pipe, enum igt_atomic_crtc_properties prop) in igt_pipe_obj_has_prop() function
Digt_kms.c1866 if (igt_pipe_obj_has_prop(pipe, IGT_CRTC_CTM)) in igt_pipe_reset()
1869 if (igt_pipe_obj_has_prop(pipe, IGT_CRTC_GAMMA_LUT)) in igt_pipe_reset()
1872 if (igt_pipe_obj_has_prop(pipe, IGT_CRTC_DEGAMMA_LUT)) in igt_pipe_reset()
3217 igt_assert(igt_pipe_obj_has_prop(pipe, prop)); in igt_pipe_obj_get_prop()