Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c46 plane_state->in_transfer_func.type = TF_TYPE_BYPASS; in dc_plane_construct()
48 plane_state->in_shaper_func.type = TF_TYPE_BYPASS; in dc_plane_construct()
52 plane_state->blend_tf.type = TF_TYPE_BYPASS; in dc_plane_construct()
H A Ddc_stream.c125 stream->out_transfer_func.type = TF_TYPE_BYPASS; in dc_stream_construct()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c599 out_tf->type = TF_TYPE_BYPASS; in amdgpu_dm_set_atomic_regamma()
770 func_shaper->type = TF_TYPE_BYPASS; in amdgpu_dm_atomic_shaper_lut()
799 func_blend->type = TF_TYPE_BYPASS; in amdgpu_dm_atomic_blend_lut()
1224 dc_plane_state->in_transfer_func.type = TF_TYPE_BYPASS; in amdgpu_dm_update_plane_color_mgmt()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c348 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm_helper_translate_curve_to_hw_format()
553 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm_helper_translate_curve_to_degamma_hw_format()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c122 if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS) in cm3_helper_translate_curve_to_hw_format()
/linux-6.15/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1684 if (input_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_degamma_params()
1926 if (output_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_regamma_params()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1192 TF_TYPE_BYPASS, enumerator
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1158 } else if (tf->type == TF_TYPE_BYPASS) in dcn20_set_input_transfer_func()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1853 } else if (tf->type == TF_TYPE_BYPASS) { in dcn10_set_input_transfer_func()