Home
last modified time | relevance | path

Searched refs:out_transfer_func (Results 1 – 11 of 11) 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/core/
H A Ddc_stream.c125 stream->out_transfer_func.type = TF_TYPE_BYPASS; in dc_stream_construct()
532 wb_info->dwb_params.out_transfer_func = &stream->out_transfer_func; in dc_stream_add_writeback()
H A Ddc.c2985 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
3032 if (!check_config->enable_legacy_fast_update && stream_update->out_transfer_func) { in check_update_surfaces_for_stream()
3242 if (update->out_transfer_func) { in copy_stream_update_to_stream()
3243 stream->out_transfer_func.sdr_ref_white_level = in copy_stream_update_to_stream()
3244 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream()
3245 stream->out_transfer_func.tf = update->out_transfer_func->tf; in copy_stream_update_to_stream()
3246 stream->out_transfer_func.type = in copy_stream_update_to_stream()
3247 update->out_transfer_func->type; in copy_stream_update_to_stream()
3248 memcpy(&stream->out_transfer_func.tf_pts, in copy_stream_update_to_stream()
3249 &update->out_transfer_func->tf_pts, in copy_stream_update_to_stream()
[all …]
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.c4594 stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in set_avi_info_frame()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1046 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn20_set_output_transfer_func()
1047 params = &stream->out_transfer_func.pwl; in dcn20_set_output_transfer_func()
1048 else if (pipe_ctx->stream->out_transfer_func.type == in dcn20_set_output_transfer_func()
1051 &stream->out_transfer_func, in dcn20_set_output_transfer_func()
1057 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn20_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h439 const struct dc_transfer_func *out_transfer_func; member
H A Ddc.h1820 struct dc_transfer_func *out_transfer_func; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c673 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn401_set_output_transfer_func()
674 params = &stream->out_transfer_func.pwl; in dcn401_set_output_transfer_func()
675 else if (pipe_ctx->stream->out_transfer_func.type == in dcn401_set_output_transfer_func()
678 &stream->out_transfer_func, in dcn401_set_output_transfer_func()
682 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn401_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c1231 out_tf = &stream->out_transfer_func; in amdgpu_dm_check_crtc_color_mgmt()
H A Damdgpu_dm.c6749 stream->out_transfer_func.type = TF_TYPE_PREDEFINED; in fill_stream_properties_from_drm_display_mode()
6750 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in fill_stream_properties_from_drm_display_mode()
7377 if (stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) in create_stream_for_sink()
10175 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
10176 &acrtc_state->stream->out_transfer_func; in amdgpu_dm_commit_planes()