Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dce60/ !
H A Ddce60_hwseq.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/drivers/gpu/drm/amd/display/dc/ !
H A Ddc_stream.h224 struct dc_csc_transform csc_color_matrix; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ !
H A Damdgpu_dm_color.c1328 stream->csc_color_matrix.enable_adjustment = false; in amdgpu_dm_update_crtc_color_mgmt()
1332 stream->csc_color_matrix.enable_adjustment = false; in amdgpu_dm_update_crtc_color_mgmt()
H A Damdgpu_dm.c10225 &acrtc_state->stream->csc_color_matrix; in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ !
H A Ddce110_hwseq.c3031 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment in dce110_apply_ctx_for_surface()
3038 pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce110_apply_ctx_for_surface()
3213 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in dce110_set_abm_immediate_disable()
3217 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce110_set_abm_immediate_disable()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ !
H A Ddcn20_hwseq.c1001 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in dcn20_program_output_csc()
1818 pipe_ctx->stream->csc_color_matrix.matrix, in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ !
H A Ddcn10_hwseq.c2840 if (pipe_ctx->stream->csc_color_matrix.enable_adjustment == true) { in dcn10_program_output_csc()
3118 pipe_ctx->stream->csc_color_matrix.matrix, in dcn10_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/ !
H A Ddc_hw_sequencer.c883 if (current_mpc_pipe->stream->csc_color_matrix.enable_adjustment == true) { in hwss_build_fast_sequence()
886 block_sequence[*num_steps].params.set_output_csc_params.regval = current_mpc_pipe->stream->csc_color_matrix.matrix; in hwss_build_fast_sequence()
H A Ddc.c841 stream->csc_color_matrix.matrix, in dc_stream_set_dither_option()
3336 stream->csc_color_matrix = *update->output_csc_transform; in copy_stream_update_to_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ !
H A Ddcn401_hwseq.c3649 pipe_ctx->stream->csc_color_matrix.matrix, hubp->opp_id); in dcn401_update_dchubp_dpp_sequence()