| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/ |
| H A D | dcn30_dwb.c | 105 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 D | dc_stream.h | 222 struct dc_transfer_func out_transfer_func; member 336 struct dc_transfer_func *out_transfer_func; member
|
| H A D | dc_types.h | 440 const struct dc_transfer_func *out_transfer_func; member
|
| H A D | dc.h | 1843 struct dc_transfer_func *out_transfer_func; member
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| H A D | dcn30_hwseq.c | 408 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn30_set_output_transfer_func() 409 params = &stream->out_transfer_func.pwl; in dcn30_set_output_transfer_func() 410 else if (pipe_ctx->stream->out_transfer_func.type == in dcn30_set_output_transfer_func() 413 &stream->out_transfer_func, in dcn30_set_output_transfer_func() 417 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 D | dc_stream.c | 125 stream->out_transfer_func.type = TF_TYPE_BYPASS; in dc_stream_construct() 564 wb_info->dwb_params.out_transfer_func = &stream->out_transfer_func; in dc_stream_add_writeback()
|
| H A D | dc.c | 2992 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream() 3039 if (!check_config->enable_legacy_fast_update && stream_update->out_transfer_func) { in check_update_surfaces_for_stream() 3249 if (update->out_transfer_func) { in copy_stream_update_to_stream() 3250 stream->out_transfer_func.sdr_ref_white_level = in copy_stream_update_to_stream() 3251 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream() 3252 stream->out_transfer_func.tf = update->out_transfer_func->tf; in copy_stream_update_to_stream() 3253 stream->out_transfer_func.type = in copy_stream_update_to_stream() 3254 update->out_transfer_func->type; in copy_stream_update_to_stream() 3255 memcpy(&stream->out_transfer_func.tf_pts, in copy_stream_update_to_stream() 3256 &update->out_transfer_func->tf_pts, in copy_stream_update_to_stream() [all …]
|
| H A D | dc_hw_sequencer.c | 404 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 D | dc_resource.c | 4594 stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in set_avi_info_frame()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| H A D | dcn32_hwseq.c | 583 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn32_set_output_transfer_func() 584 params = &stream->out_transfer_func.pwl; in dcn32_set_output_transfer_func() 585 else if (pipe_ctx->stream->out_transfer_func.type == in dcn32_set_output_transfer_func() 588 &stream->out_transfer_func, in dcn32_set_output_transfer_func() 592 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn32_set_output_transfer_func()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 1031 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn20_set_output_transfer_func() 1032 params = &stream->out_transfer_func.pwl; in dcn20_set_output_transfer_func() 1033 else if (pipe_ctx->stream->out_transfer_func.type == in dcn20_set_output_transfer_func() 1036 &stream->out_transfer_func, in dcn20_set_output_transfer_func() 1042 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn20_set_output_transfer_func()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 677 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn401_set_output_transfer_func() 678 params = &stream->out_transfer_func.pwl; in dcn401_set_output_transfer_func() 679 else if (pipe_ctx->stream->out_transfer_func.type == in dcn401_set_output_transfer_func() 682 &stream->out_transfer_func, in dcn401_set_output_transfer_func() 686 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 D | dce110_hwseq.c | 615 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dce110_set_output_transfer_func() 616 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) { in dce110_set_output_transfer_func() 618 } 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 D | dcn10_hwseq.c | 2123 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dcn10_set_output_transfer_func() 2124 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) in dcn10_set_output_transfer_func() 2131 &stream->out_transfer_func, in dcn10_set_output_transfer_func() 2141 &stream->out_transfer_func, in dcn10_set_output_transfer_func()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_color.c | 1234 out_tf = &stream->out_transfer_func; in amdgpu_dm_check_crtc_color_mgmt()
|
| H A D | amdgpu_dm.c | 6798 stream->out_transfer_func.type = TF_TYPE_PREDEFINED; in fill_stream_properties_from_drm_display_mode() 6799 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in fill_stream_properties_from_drm_display_mode() 7426 if (stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) in create_stream_for_sink() 10235 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes() 10236 &acrtc_state->stream->out_transfer_func; in amdgpu_dm_commit_planes()
|