Home
last modified time | relevance | path

Searched refs:TF_TYPE_BYPASS (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c48 plane_state->in_transfer_func->type = TF_TYPE_BYPASS; in dc_plane_construct()
52 plane_state->in_shaper_func->type = TF_TYPE_BYPASS; in dc_plane_construct()
59 plane_state->blend_tf->type = TF_TYPE_BYPASS; in dc_plane_construct()
H A Ddc_stream.c122 stream->out_transfer_func->type = TF_TYPE_BYPASS; in dc_stream_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c461 stream->out_transfer_func->type = TF_TYPE_BYPASS; in amdgpu_dm_update_crtc_color_mgmt()
585 dc_plane_state->in_transfer_func->type = TF_TYPE_BYPASS; in amdgpu_dm_update_plane_color_mgmt()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c123 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm3_helper_translate_curve_to_hw_format()
324 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm3_helper_translate_curve_to_degamma_hw_format()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c328 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm_helper_translate_curve_to_hw_format()
538 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm_helper_translate_curve_to_degamma_hw_format()
H A Ddcn10_hw_sequencer.c1789 } else if (tf->type == TF_TYPE_BYPASS) { in dcn10_set_input_transfer_func()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1889 if (input_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_degamma_params()
2131 if (output_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_regamma_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1082 TF_TYPE_BYPASS, enumerator
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c319 } else if (tf->type == TF_TYPE_BYPASS) { in dce110_set_input_transfer_func()
450 if (output_tf == NULL || regamma_params == NULL || output_tf->type == TF_TYPE_BYPASS) in dce110_translate_regamma_to_hw_format()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1008 } else if (tf->type == TF_TYPE_BYPASS) in dcn20_set_input_transfer_func()