Home
last modified time | relevance | path

Searched refs:IGT_CRTC_CTM (Results 1 – 5 of 5) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_color.c253 igt_pipe_obj_replace_prop_blob(pipe, IGT_CRTC_CTM, &ctm, sizeof(ctm)); in set_ctm()
264 #define disable_ctm(pipe) disable_prop(pipe, IGT_CRTC_CTM)
588 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) in test_pipe_legacy_gamma_reset()
601 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) { in test_pipe_legacy_gamma_reset()
602 blob = get_blob(data, primary->pipe, IGT_CRTC_CTM); in test_pipe_legacy_gamma_reset()
644 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) in test_pipe_legacy_gamma_reset()
645 igt_assert(get_blob(data, primary->pipe, IGT_CRTC_CTM) == NULL); in test_pipe_legacy_gamma_reset()
690 igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)); in test_pipe_ctm()
1187 igt_require(igt_pipe_obj_has_prop(pipe, IGT_CRTC_CTM)); in invalid_ctm_matrix_sizes()
1191 igt_assert_eq(pipe_set_property_blob(pipe, IGT_CRTC_CTM, ptr, 1), in invalid_ctm_matrix_sizes()
[all …]
Dkms_chamelium.c554 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM)) in enable_output()
555 igt_pipe_obj_replace_prop_blob(primary->pipe, IGT_CRTC_CTM, NULL, 0); in enable_output()
/external/igt-gpu-tools/tests/amdgpu/
Damd_bypass.c329 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_CTM, NULL, 0); in bypass_8bpc_test()
/external/igt-gpu-tools/lib/
Digt_kms.h99 IGT_CRTC_CTM, enumerator
Digt_kms.c399 [IGT_CRTC_CTM] = "CTM",
1866 if (igt_pipe_obj_has_prop(pipe, IGT_CRTC_CTM)) in igt_pipe_reset()
1867 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_CTM, 0); in igt_pipe_reset()