Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c409 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn30_set_output_transfer_func()
410 params = &stream->out_transfer_func.pwl; in dcn30_set_output_transfer_func()
411 else if (pipe_ctx->stream->out_transfer_func.type == in dcn30_set_output_transfer_func()
414 &stream->out_transfer_func, in dcn30_set_output_transfer_func()
418 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn30_set_output_transfer_func()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3076 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
3146 if (!check_config->enable_legacy_fast_update && stream_update->out_transfer_func) { in check_update_surfaces_for_stream()
3382 if (update->out_transfer_func) { in copy_stream_update_to_stream()
3383 stream->out_transfer_func.sdr_ref_white_level = in copy_stream_update_to_stream()
3384 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream()
3385 stream->out_transfer_func.tf = update->out_transfer_func->tf; in copy_stream_update_to_stream()
3386 stream->out_transfer_func.type = in copy_stream_update_to_stream()
3387 update->out_transfer_func->type; in copy_stream_update_to_stream()
3388 memcpy(&stream->out_transfer_func.tf_pts, in copy_stream_update_to_stream()
3389 &update->out_transfer_func->tf_pts, in copy_stream_update_to_stream()
[all …]
/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/dc/
H A Ddc.h1947 struct dc_transfer_func *out_transfer_func; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7079 stream->out_transfer_func.type = TF_TYPE_PREDEFINED; in fill_stream_properties_from_drm_display_mode()
7080 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in fill_stream_properties_from_drm_display_mode()
7770 if (stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) in create_stream_for_sink()
10610 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
10611 &acrtc_state->stream->out_transfer_func; in amdgpu_dm_commit_planes()