Searched refs:igt_pipe_obj_has_prop (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_color.c | 258 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 …]
|
D | kms_available_modes_crc.c | 366 if (igt_pipe_obj_has_prop(&data->display.pipes[pipe], IGT_CRTC_GAMMA_LUT_SIZE)) { in test_available_modes()
|
D | kms_big_fb.c | 350 !igt_pipe_obj_has_prop(&data->display.pipes[data->pipe], in test_pipe()
|
D | kms_chamelium.c | 550 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/ |
D | igt_kms.h | 661 igt_pipe_obj_has_prop(igt_pipe_t *pipe, enum igt_atomic_crtc_properties prop) in igt_pipe_obj_has_prop() function
|
D | igt_kms.c | 1866 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()
|