Searched refs:out_transfer_func (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/ |
| 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/ |
| A D | dc_stream.h | 213 struct dc_transfer_func out_transfer_func; member 322 struct dc_transfer_func *out_transfer_func; member
|
| A D | dc_types.h | 426 const struct dc_transfer_func *out_transfer_func; member
|
| A D | dc.h | 1485 struct dc_transfer_func *out_transfer_func; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_color.c | 574 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()
|
| A D | amdgpu_dm.c | 6130 stream->out_transfer_func.type = TF_TYPE_PREDEFINED; in fill_stream_properties_from_drm_display_mode() 6131 stream->out_transfer_func.tf = TRANSFER_FUNCTION_SRGB; in fill_stream_properties_from_drm_display_mode() 6762 if (stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) in create_stream_for_sink() 9243 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes() 9244 &acrtc_state->stream->out_transfer_func; in amdgpu_dm_commit_planes()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_hw_sequencer.c | 395 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color() 398 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color() 406 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color() 409 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
|
| A D | dc_stream.c | 123 stream->out_transfer_func.type = TF_TYPE_BYPASS; in dc_stream_construct() 481 wb_info->dwb_params.out_transfer_func = &stream->out_transfer_func; in dc_stream_add_writeback()
|
| A D | dc.c | 2930 if (update->out_transfer_func) { in copy_stream_update_to_stream() 2931 stream->out_transfer_func.sdr_ref_white_level = in copy_stream_update_to_stream() 2933 stream->out_transfer_func.tf = update->out_transfer_func->tf; in copy_stream_update_to_stream() 2934 stream->out_transfer_func.type = in copy_stream_update_to_stream() 2935 update->out_transfer_func->type; in copy_stream_update_to_stream() 2936 memcpy(&stream->out_transfer_func.tf_pts, in copy_stream_update_to_stream() 2937 &update->out_transfer_func->tf_pts, in copy_stream_update_to_stream() 4617 fast_update[0].out_transfer_func = stream_update->out_transfer_func; in populate_fast_updates() 4620 fast_update[0].out_transfer_func = NULL; in populate_fast_updates() 4638 if (fast_update[0].out_transfer_func || in fast_updates_exist() [all …]
|
| A D | dc_resource.c | 4224 stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in set_avi_info_frame()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
| A D | dcn30_hwseq.c | 387 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn30_set_output_transfer_func() 388 params = &stream->out_transfer_func.pwl; in dcn30_set_output_transfer_func() 389 else if (pipe_ctx->stream->out_transfer_func.type == in dcn30_set_output_transfer_func() 392 &stream->out_transfer_func, in dcn30_set_output_transfer_func() 396 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn30_set_output_transfer_func()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
| A D | dcn32_hwseq.c | 571 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn32_set_output_transfer_func() 572 params = &stream->out_transfer_func.pwl; in dcn32_set_output_transfer_func() 573 else if (pipe_ctx->stream->out_transfer_func.type == in dcn32_set_output_transfer_func() 576 &stream->out_transfer_func, in dcn32_set_output_transfer_func() 580 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn32_set_output_transfer_func()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| A D | dcn401_hwseq.c | 726 if (stream->out_transfer_func.type == TF_TYPE_HWPWL) in dcn401_set_output_transfer_func() 727 params = &stream->out_transfer_func.pwl; in dcn401_set_output_transfer_func() 728 else if (pipe_ctx->stream->out_transfer_func.type == in dcn401_set_output_transfer_func() 731 &stream->out_transfer_func, in dcn401_set_output_transfer_func() 735 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED) in dcn401_set_output_transfer_func()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| 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/dce110/ |
| A D | dce110_hwseq.c | 613 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dce110_set_output_transfer_func() 614 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) { in dce110_set_output_transfer_func() 616 } 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/ |
| A D | dcn10_hwseq.c | 1905 if (stream->out_transfer_func.type == TF_TYPE_PREDEFINED && in dcn10_set_output_transfer_func() 1906 stream->out_transfer_func.tf == TRANSFER_FUNCTION_SRGB) in dcn10_set_output_transfer_func() 1913 &stream->out_transfer_func, in dcn10_set_output_transfer_func() 1923 &stream->out_transfer_func, in dcn10_set_output_transfer_func()
|
Completed in 97 milliseconds