TF_TYPE_BYPASS    368 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		stream->out_transfer_func->type = TF_TYPE_BYPASS;
TF_TYPE_BYPASS    475 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c 		dc_plane_state->in_transfer_func->type = TF_TYPE_BYPASS;
TF_TYPE_BYPASS    125 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 	stream->out_transfer_func->type = TF_TYPE_BYPASS;
TF_TYPE_BYPASS     50 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->in_transfer_func->type = TF_TYPE_BYPASS;
TF_TYPE_BYPASS     56 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->in_shaper_func->type = TF_TYPE_BYPASS;
TF_TYPE_BYPASS     66 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->blend_tf->type = TF_TYPE_BYPASS;
TF_TYPE_BYPASS    312 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	} else if (tf->type == TF_TYPE_BYPASS) {
TF_TYPE_BYPASS    443 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (output_tf == NULL || regamma_params == NULL || output_tf->type == TF_TYPE_BYPASS)
TF_TYPE_BYPASS    324 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
TF_TYPE_BYPASS    511 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	if (output_tf == NULL || lut_params == NULL || output_tf->type == TF_TYPE_BYPASS)
TF_TYPE_BYPASS   1426 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	} else if (tf->type == TF_TYPE_BYPASS) {
TF_TYPE_BYPASS    810 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	} else if (tf->type == TF_TYPE_BYPASS)
TF_TYPE_BYPASS   1652 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (output_tf->type == TF_TYPE_BYPASS)
TF_TYPE_BYPASS   1883 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	if (input_tf->type == TF_TYPE_BYPASS)