Searched refs:IGT_CRTC_GAMMA_LUT (Results 1 – 8 of 8) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_color.c | 233 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 …]
|
D | kms_big_fb.c | 224 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()
|
D | kms_available_modes_crc.c | 379 IGT_CRTC_GAMMA_LUT, in test_available_modes() 424 IGT_CRTC_GAMMA_LUT, in test_available_modes()
|
D | kms_chamelium.c | 552 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/ |
D | amd_bypass.c | 328 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_GAMMA_LUT, NULL, 0); in bypass_8bpc_test()
|
D | amd_color.c | 170 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_GAMMA_LUT, ptr, in set_regamma_lut()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 100 IGT_CRTC_GAMMA_LUT, enumerator
|
D | igt_kms.c | 400 [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()
|