Home
last modified time | relevance | path

Searched refs:IGT_CRTC_GAMMA_LUT (Results 1 – 8 of 8) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_color.c233 igt_pipe_obj_replace_prop_blob(pipe, IGT_CRTC_GAMMA_LUT, lut, size); in set_gamma()
263 #define disable_gamma(pipe) disable_prop(pipe, IGT_CRTC_GAMMA_LUT)
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()
608 blob = get_blob(data, primary->pipe, IGT_CRTC_GAMMA_LUT); in test_pipe_legacy_gamma_reset()
647 blob = get_blob(data, primary->pipe, IGT_CRTC_GAMMA_LUT); in test_pipe_legacy_gamma_reset()
1121 igt_require(igt_pipe_obj_has_prop(pipe, IGT_CRTC_GAMMA_LUT)); in invalid_gamma_lut_sizes()
1127 igt_assert_eq(pipe_set_property_blob(pipe, IGT_CRTC_GAMMA_LUT, in invalid_gamma_lut_sizes()
1130 igt_assert_eq(pipe_set_property_blob(pipe, IGT_CRTC_GAMMA_LUT, in invalid_gamma_lut_sizes()
[all …]
Dkms_big_fb.c224 igt_pipe_obj_replace_prop_blob(pipe, IGT_CRTC_GAMMA_LUT, lut, in set_c8_lut()
234 igt_pipe_obj_replace_prop_blob(pipe, IGT_CRTC_GAMMA_LUT, NULL, 0); in unset_lut()
351 IGT_CRTC_GAMMA_LUT)) in test_pipe()
Dkms_available_modes_crc.c379 IGT_CRTC_GAMMA_LUT, in test_available_modes()
424 IGT_CRTC_GAMMA_LUT, in test_available_modes()
Dkms_chamelium.c552 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_GAMMA_LUT)) in enable_output()
553 igt_pipe_obj_replace_prop_blob(primary->pipe, IGT_CRTC_GAMMA_LUT, NULL, 0); in enable_output()
/external/igt-gpu-tools/tests/amdgpu/
Damd_bypass.c328 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_GAMMA_LUT, NULL, 0); in bypass_8bpc_test()
Damd_color.c170 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_GAMMA_LUT, ptr, in set_regamma_lut()
/external/igt-gpu-tools/lib/
Digt_kms.h100 IGT_CRTC_GAMMA_LUT, enumerator
Digt_kms.c400 [IGT_CRTC_GAMMA_LUT] = "GAMMA_LUT",
1869 if (igt_pipe_obj_has_prop(pipe, IGT_CRTC_GAMMA_LUT)) in igt_pipe_reset()
1870 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_GAMMA_LUT, 0); in igt_pipe_reset()