Home
last modified time | relevance | path

Searched refs:csc_color_matrix (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h67 struct dc_csc_transform csc_color_matrix; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2626 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment in dce110_program_front_end_for_pipe()
2633 pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
2813 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment in program_csc_matrix()
2820 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_csc_matrix()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1680 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in program_csc_matrix()
2085 pipe_ctx->stream->csc_color_matrix.matrix, in update_dchubp_dpp()