tf_pts           1764 drivers/gpu/drm/amd/display/dc/core/dc.c 		memcpy(&surface->in_transfer_func->tf_pts,
tf_pts           1765 drivers/gpu/drm/amd/display/dc/core/dc.c 			&srf_update->in_transfer_func->tf_pts,
tf_pts           1819 drivers/gpu/drm/amd/display/dc/core/dc.c 		memcpy(&stream->out_transfer_func->tf_pts,
tf_pts           1820 drivers/gpu/drm/amd/display/dc/core/dc.c 		       &update->out_transfer_func->tf_pts,
tf_pts            636 drivers/gpu/drm/amd/display/dc/dc.h 		struct dc_transfer_func_distributed_points tf_pts;
tf_pts            504 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			rgb_resulted[j].red = output_tf->tf_pts.red[i];
tf_pts            505 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			rgb_resulted[j].green = output_tf->tf_pts.green[i];
tf_pts            506 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			rgb_resulted[j].blue = output_tf->tf_pts.blue[i];
tf_pts            513 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
tf_pts            514 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
tf_pts            515 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
tf_pts            383 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 			rgb_resulted[j].red = output_tf->tf_pts.red[i];
tf_pts            384 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 			rgb_resulted[j].green = output_tf->tf_pts.green[i];
tf_pts            385 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 			rgb_resulted[j].blue = output_tf->tf_pts.blue[i];
tf_pts            392 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
tf_pts            393 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
tf_pts            394 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
tf_pts            549 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 			rgb_resulted[j].red = output_tf->tf_pts.red[i];
tf_pts            550 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 			rgb_resulted[j].green = output_tf->tf_pts.green[i];
tf_pts            551 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 			rgb_resulted[j].blue = output_tf->tf_pts.blue[i];
tf_pts            558 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
tf_pts            559 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
tf_pts            560 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c 	rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
tf_pts           1455 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		DC_LOG_GAMMA("R\t%d\t%llu\n", i, tf->tf_pts.red[i].value);
tf_pts           1456 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu\n", i, tf->tf_pts.green[i].value);
tf_pts           1457 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu\n", i, tf->tf_pts.blue[i].value);
tf_pts           1461 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		DC_LOG_ALL_GAMMA("R\t%d\t%llu\n", i, tf->tf_pts.red[i].value);
tf_pts           1462 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu\n", i, tf->tf_pts.green[i].value);
tf_pts           1463 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu\n", i, tf->tf_pts.blue[i].value);
tf_pts           1287 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct dc_transfer_func_distributed_points *tf_pts)
tf_pts           1309 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				regamma_y = &tf_pts->red[i];
tf_pts           1311 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				regamma_y = &tf_pts->green[i];
tf_pts           1313 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				regamma_y = &tf_pts->blue[i];
tf_pts           1416 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct dc_transfer_func_distributed_points *tf_pts)
tf_pts           1437 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->red[i] = calculate_mapped_value(
tf_pts           1439 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->green[i] = calculate_mapped_value(
tf_pts           1441 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->blue[i] = calculate_mapped_value(
tf_pts           1473 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		struct dc_transfer_func_distributed_points *tf_pts)
tf_pts           1493 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->red[i] = dc_fixpt_zero;
tf_pts           1494 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->green[i] = dc_fixpt_zero;
tf_pts           1495 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->blue[i] = dc_fixpt_zero;
tf_pts           1501 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				tf_point = &tf_pts->red[i];
tf_pts           1503 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				tf_point = &tf_pts->green[i];
tf_pts           1505 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 				tf_point = &tf_pts->blue[i];
tf_pts           1549 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct dc_transfer_func_distributed_points *tf_pts)
tf_pts           1556 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->red[i] = dc_fixpt_clamp(
tf_pts           1557 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			tf_pts->red[i], dc_fixpt_zero,
tf_pts           1559 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->green[i] = dc_fixpt_clamp(
tf_pts           1560 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			tf_pts->green[i], dc_fixpt_zero,
tf_pts           1562 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->blue[i] = dc_fixpt_clamp(
tf_pts           1563 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			tf_pts->blue[i], dc_fixpt_zero,
tf_pts           1601 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct dc_transfer_func_distributed_points *tf_pts,
tf_pts           1617 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			hw_points_num, tf_pts);
tf_pts           1621 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			tf_pts->red[i] = regamma->r;
tf_pts           1622 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			tf_pts->green[i] = regamma->g;
tf_pts           1623 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			tf_pts->blue[i] = regamma->b;
tf_pts           1631 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	build_new_custom_resulted_curve(hw_points_num, tf_pts);
tf_pts           1642 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct dc_transfer_func_distributed_points *tf_pts = &output_tf->tf_pts;
tf_pts           1708 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->end_exponent = 7;
tf_pts           1709 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->x_point_at_y1_red = 125;
tf_pts           1710 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->x_point_at_y1_green = 125;
tf_pts           1711 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->x_point_at_y1_blue = 125;
tf_pts           1730 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->end_exponent = 0;
tf_pts           1731 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->x_point_at_y1_red = 1;
tf_pts           1732 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->x_point_at_y1_green = 1;
tf_pts           1733 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		tf_pts->x_point_at_y1_blue = 1;
tf_pts           1741 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			MAX_HW_POINTS, tf_pts,
tf_pts           1746 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		apply_lut_1d(ramp, MAX_HW_POINTS, tf_pts);
tf_pts           1786 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		output_tf->tf_pts.red[i] = dc_fixpt_zero;
tf_pts           1787 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		output_tf->tf_pts.green[i] = dc_fixpt_zero;
tf_pts           1788 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		output_tf->tf_pts.blue[i] = dc_fixpt_zero;
tf_pts           1793 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		output_tf->tf_pts.red[i] = translate_from_linear_space_ex(
tf_pts           1795 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		output_tf->tf_pts.green[i] = translate_from_linear_space_ex(
tf_pts           1797 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		output_tf->tf_pts.blue[i] = translate_from_linear_space_ex(
tf_pts           1804 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	build_new_custom_resulted_curve(MAX_HW_POINTS, &output_tf->tf_pts);
tf_pts           1813 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct dc_transfer_func_distributed_points *tf_pts = &output_tf->tf_pts;
tf_pts           1850 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			regamma->flags.bits.applyDegamma, tf_pts);
tf_pts           1853 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->end_exponent = 0;
tf_pts           1854 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->x_point_at_y1_red = 1;
tf_pts           1855 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->x_point_at_y1_green = 1;
tf_pts           1856 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->x_point_at_y1_blue = 1;
tf_pts           1859 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	build_new_custom_resulted_curve(MAX_HW_POINTS, tf_pts);
tf_pts           1873 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	struct dc_transfer_func_distributed_points *tf_pts = &input_tf->tf_pts;
tf_pts           1963 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->end_exponent = 0;
tf_pts           1964 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->x_point_at_y1_red = 1;
tf_pts           1965 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->x_point_at_y1_green = 1;
tf_pts           1966 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 	tf_pts->x_point_at_y1_blue = 1;
tf_pts           1970 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 			MAX_HW_POINTS, tf_pts,
tf_pts           1973 drivers/gpu/drm/amd/display/modules/color/color_gamma.c 		apply_lut_1d(ramp, MAX_HW_POINTS, tf_pts);