Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h222 struct dc_transfer_func out_transfer_func; member
336 struct dc_transfer_func *out_transfer_func; member
H A Ddc_types.h442 const struct dc_transfer_func *out_transfer_func; member
H A Ddc.h1891 struct dc_transfer_func *out_transfer_func; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c132 stream->out_transfer_func.type = TF_TYPE_BYPASS; in dc_stream_construct()
576 wb_info->dwb_params.out_transfer_func = &stream->out_transfer_func; in dc_stream_add_writeback()
H A Ddc_hw_sequencer.c404 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
407 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
415 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
418 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
H A Ddc_resource.c4607 stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in set_avi_info_frame()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c571 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn401_set_output_transfer_func()
572 params = &stream->out_transfer_func.pwl; in dcn401_set_output_transfer_func()
573 else if (pipe_ctx->stream->out_transfer_func.type == in dcn401_set_output_transfer_func()
576 &stream->out_transfer_func, in dcn401_set_output_transfer_func()
580 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn401_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c619 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dce110_set_output_transfer_func()
620 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) { in dce110_set_output_transfer_func()
622 } else if (dce110_translate_regamma_to_hw_format(&stream->out_transfer_func, in dce110_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c1234 out_tf = &stream->out_transfer_func; in amdgpu_dm_check_crtc_color_mgmt()
H A Damdgpu_dm.c6870 stream->out_transfer_func.type = TF_TYPE_PREDEFINED; in fill_stream_properties_from_drm_display_mode()
6871 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in fill_stream_properties_from_drm_display_mode()
7498 if (stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) in create_stream_for_sink()
10304 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
10305 &acrtc_state->stream->out_transfer_func; in amdgpu_dm_commit_planes()