Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
H A Ddcn30_dwb.c105 dwb3_ogam_set_input_transfer_func(dwbc, params->out_transfer_func); in dwb3_enable()
180 dwb3_ogam_set_input_transfer_func(dwbc, params->out_transfer_func); in dwb3_update()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h216 struct dc_transfer_func out_transfer_func; member
326 struct dc_transfer_func *out_transfer_func; member
H A Ddc_types.h432 const struct dc_transfer_func *out_transfer_func; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c574 struct dc_transfer_func *out_tf = &stream->out_transfer_func; in amdgpu_dm_set_atomic_regamma()
957 stream->out_transfer_func.type = TF_TYPE_DISTRIBUTED_POINTS; in amdgpu_dm_update_crtc_color_mgmt()
958 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in amdgpu_dm_update_crtc_color_mgmt()
966 r = __set_legacy_tf(&stream->out_transfer_func, regamma_lut, in amdgpu_dm_update_crtc_color_mgmt()
H A Damdgpu_dm.c6427 stream->out_transfer_func.type = TF_TYPE_PREDEFINED; in fill_stream_properties_from_drm_display_mode()
6428 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in fill_stream_properties_from_drm_display_mode()
7055 if (stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) in create_stream_for_sink()
9611 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
9612 &acrtc_state->stream->out_transfer_func; in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c397 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
400 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
408 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
411 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
H A Ddc_stream.c125 stream->out_transfer_func.type = TF_TYPE_BYPASS; in dc_stream_construct()
494 wb_info->dwb_params.out_transfer_func = &stream->out_transfer_func; in dc_stream_add_writeback()
H A Ddc.c2928 if (dc->debug.enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
2972 if (!dc->debug.enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
3208 if (update->out_transfer_func) { in copy_stream_update_to_stream()
3209 stream->out_transfer_func.sdr_ref_white_level = in copy_stream_update_to_stream()
3210 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream()
3211 stream->out_transfer_func.tf = update->out_transfer_func->tf; in copy_stream_update_to_stream()
3212 stream->out_transfer_func.type = in copy_stream_update_to_stream()
3213 update->out_transfer_func->type; in copy_stream_update_to_stream()
3214 memcpy(&stream->out_transfer_func in copy_stream_update_to_stream()
[all...]
H A Ddc_resource.c4494 stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in set_avi_info_frame()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c574 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn32_set_output_transfer_func()
575 params = &stream->out_transfer_func.pwl; in dcn32_set_output_transfer_func()
576 else if (pipe_ctx->stream->out_transfer_func.type == in dcn32_set_output_transfer_func()
579 &stream->out_transfer_func, in dcn32_set_output_transfer_func()
583 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn32_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c667 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn401_set_output_transfer_func()
668 params = &stream->out_transfer_func.pwl; in dcn401_set_output_transfer_func()
669 else if (pipe_ctx->stream->out_transfer_func.type == in dcn401_set_output_transfer_func()
672 &stream->out_transfer_func, in dcn401_set_output_transfer_func()
676 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.c614 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dce110_set_output_transfer_func()
615 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) { in dce110_set_output_transfer_func()
617 } else if (dce110_translate_regamma_to_hw_format(&stream->out_transfer_func, in dce110_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2087 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dcn10_set_output_transfer_func()
2088 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) in dcn10_set_output_transfer_func()
2095 &stream->out_transfer_func, in dcn10_set_output_transfer_func()
2105 &stream->out_transfer_func, in dcn10_set_output_transfer_func()