Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c403 stream->csc_color_matrix.enable_adjustment = false; in amdgpu_dm_update_crtc_color_mgmt()
407 stream->csc_color_matrix.enable_adjustment = false; in amdgpu_dm_update_crtc_color_mgmt()
Damdgpu_dm.c7302 &acrtc_state->stream->csc_color_matrix; in amdgpu_dm_commit_planes()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c289 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment in dce60_program_front_end_for_pipe()
296 pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce60_program_front_end_for_pipe()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h162 struct dc_csc_transform csc_color_matrix; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2555 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment in dce110_program_front_end_for_pipe()
2562 pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
2727 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in program_output_csc()
2731 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_output_csc()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c784 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in dcn20_program_output_csc()
1520 pipe_ctx->stream->csc_color_matrix.matrix, in dcn20_update_dchubp_dpp()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c514 stream->csc_color_matrix.matrix, in dc_stream_program_csc_matrix()
2222 stream->csc_color_matrix = *update->output_csc_transform; in copy_stream_update_to_stream()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2236 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in dcn10_program_output_csc()
2584 pipe_ctx->stream->csc_color_matrix.matrix, in dcn10_update_dchubp_dpp()