Searched refs:input_tf (Results 1 – 1 of 1) sorted by relevance
1870 bool mod_color_calculate_degamma_params(struct dc_transfer_func *input_tf, in mod_color_calculate_degamma_params() argument1873 struct dc_transfer_func_distributed_points *tf_pts = &input_tf->tf_pts; in mod_color_calculate_degamma_params()1883 if (input_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_degamma_params()1889 if (input_tf->type == TF_TYPE_PREDEFINED && in mod_color_calculate_degamma_params()1890 (input_tf->tf == TRANSFER_FUNCTION_SRGB || in mod_color_calculate_degamma_params()1891 input_tf->tf == TRANSFER_FUNCTION_LINEAR) && in mod_color_calculate_degamma_params()1895 input_tf->type = TF_TYPE_DISTRIBUTED_POINTS; in mod_color_calculate_degamma_params()1931 tf = input_tf->tf; in mod_color_calculate_degamma_params()