Home
last modified time | relevance | path

Searched refs:gamut_remap_matrix (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c194 stream->gamut_remap_matrix.enable_remap = false; in amdgpu_dm_set_ctm()
198 stream->gamut_remap_matrix.enable_remap = true; in amdgpu_dm_set_ctm()
211 stream->gamut_remap_matrix.matrix[i] = dc_fixpt_zero; in amdgpu_dm_set_ctm()
221 stream->gamut_remap_matrix.matrix[i].value = val; in amdgpu_dm_set_ctm()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h66 struct colorspace_transform gamut_remap_matrix; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2186 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in program_gamut_remap()
2191 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in program_gamut_remap()
2639 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in dce110_program_front_end_for_pipe()
2644 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1665 if (pipe_ctx->stream->gamut_remap_matrix.enable_remap == true) { in program_gamut_remap()
1669 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in program_gamut_remap()