Searched refs:IGT_CRTC_DEGAMMA_LUT (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_color.c | 220 igt_pipe_obj_replace_prop_blob(pipe, IGT_CRTC_DEGAMMA_LUT, lut, size); in set_degamma() 262 #define disable_degamma(pipe) disable_prop(pipe, IGT_CRTC_DEGAMMA_LUT) 283 igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)); in test_pipe_degamma() 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() 593 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) { in test_pipe_legacy_gamma_reset() 594 blob = get_blob(data, primary->pipe, IGT_CRTC_DEGAMMA_LUT); in test_pipe_legacy_gamma_reset() 640 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) in test_pipe_legacy_gamma_reset() 642 IGT_CRTC_DEGAMMA_LUT) == NULL); in test_pipe_legacy_gamma_reset() 1155 igt_require(igt_pipe_obj_has_prop(pipe, IGT_CRTC_DEGAMMA_LUT)); in invalid_degamma_lut_sizes() [all …]
|
D | kms_chamelium.c | 550 if (igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_DEGAMMA_LUT)) in enable_output() 551 igt_pipe_obj_replace_prop_blob(primary->pipe, IGT_CRTC_DEGAMMA_LUT, NULL, 0); in enable_output()
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_bypass.c | 327 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_DEGAMMA_LUT, NULL, 0); in bypass_8bpc_test()
|
D | amd_color.c | 160 igt_pipe_obj_replace_prop_blob(data->pipe, IGT_CRTC_DEGAMMA_LUT, ptr, in set_degamma_lut()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 102 IGT_CRTC_DEGAMMA_LUT, enumerator
|
D | igt_kms.c | 402 [IGT_CRTC_DEGAMMA_LUT] = "DEGAMMA_LUT", 1872 if (igt_pipe_obj_has_prop(pipe, IGT_CRTC_DEGAMMA_LUT)) in igt_pipe_reset() 1873 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_DEGAMMA_LUT, 0); in igt_pipe_reset()
|