Symbol: TF_TYPE_BYPASS
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1056
func_shaper->type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1085
func_blend->type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1482
tf->type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1663
tf->type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1744
if (tf->type == TF_TYPE_BYPASS) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1994
dc_plane_state->in_transfer_func.type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
775
out_tf->type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/dc/core/dc.c
6887
state->mpc.mpcc_mode[i] = (plane_state->blend_tf.type != TF_TYPE_BYPASS) ? 1 : 0;
drivers/gpu/drm/amd/display/dc/core/dc_stream.c
125
stream->out_transfer_func.type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/dc/core/dc_surface.c
46
plane_state->in_transfer_func.type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/dc/core/dc_surface.c
48
plane_state->in_shaper_func.type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/dc/core/dc_surface.c
52
plane_state->blend_tf.type = TF_TYPE_BYPASS;
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c
348
if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c
553
if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c
125
if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
320
} else if (tf->type == TF_TYPE_BYPASS) {
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
451
if (output_tf == NULL || regamma_params == NULL || output_tf->type == TF_TYPE_BYPASS)
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2070
} else if (tf->type == TF_TYPE_BYPASS) {
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
1160
} else if (tf->type == TF_TYPE_BYPASS)
drivers/gpu/drm/amd/display/modules/color/color_gamma.c
1684
if (input_tf->type == TF_TYPE_BYPASS)
drivers/gpu/drm/amd/display/modules/color/color_gamma.c
1923
if (output_tf->type == TF_TYPE_BYPASS)