Home
last modified time | relevance | path

Searched refs:tf_pts (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1448 regamma_y = &tf_pts->red[i]; in apply_lut_1d()
1647 hw_points_num, tf_pts); in map_regamma_hw_to_x_user()
1651 tf_pts->red[i] = regamma->r; in map_regamma_hw_to_x_user()
1653 tf_pts->blue[i] = regamma->b; in map_regamma_hw_to_x_user()
1674 struct dc_transfer_func_distributed_points *tf_pts = &input_tf->tf_pts; in mod_color_calculate_degamma_params() local
1782 tf_pts->end_exponent = 0; in mod_color_calculate_degamma_params()
1783 tf_pts->x_point_at_y1_red = 1; in mod_color_calculate_degamma_params()
1803 MAX_HW_POINTS, tf_pts, in mod_color_calculate_degamma_params()
1915 struct dc_transfer_func_distributed_points *tf_pts = &output_tf->tf_pts; in mod_color_calculate_regamma_params() local
1983 tf_pts, in mod_color_calculate_regamma_params()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c405 rgb_resulted[j].red = output_tf->tf_pts.red[i]; in cm_helper_translate_curve_to_hw_format()
406 rgb_resulted[j].green = output_tf->tf_pts.green[i]; in cm_helper_translate_curve_to_hw_format()
407 rgb_resulted[j].blue = output_tf->tf_pts.blue[i]; in cm_helper_translate_curve_to_hw_format()
414 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in cm_helper_translate_curve_to_hw_format()
415 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index]; in cm_helper_translate_curve_to_hw_format()
416 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in cm_helper_translate_curve_to_hw_format()
591 rgb_resulted[j].red = output_tf->tf_pts.red[i]; in cm_helper_translate_curve_to_degamma_hw_format()
592 rgb_resulted[j].green = output_tf->tf_pts.green[i]; in cm_helper_translate_curve_to_degamma_hw_format()
593 rgb_resulted[j].blue = output_tf->tf_pts.blue[i]; in cm_helper_translate_curve_to_degamma_hw_format()
600 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in cm_helper_translate_curve_to_degamma_hw_format()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c177 rgb_resulted[j].red = output_tf->tf_pts.red[i]; in cm3_helper_translate_curve_to_hw_format()
178 rgb_resulted[j].green = output_tf->tf_pts.green[i]; in cm3_helper_translate_curve_to_hw_format()
179 rgb_resulted[j].blue = output_tf->tf_pts.blue[i]; in cm3_helper_translate_curve_to_hw_format()
186 rgb_resulted[hw_points].red = output_tf->tf_pts.red[start_index]; in cm3_helper_translate_curve_to_hw_format()
187 rgb_resulted[hw_points].green = output_tf->tf_pts.green[start_index]; in cm3_helper_translate_curve_to_hw_format()
188 rgb_resulted[hw_points].blue = output_tf->tf_pts.blue[start_index]; in cm3_helper_translate_curve_to_hw_format()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c511 rgb_resulted[j].red = output_tf->tf_pts.red[i]; in dce110_translate_regamma_to_hw_format()
512 rgb_resulted[j].green = output_tf->tf_pts.green[i]; in dce110_translate_regamma_to_hw_format()
513 rgb_resulted[j].blue = output_tf->tf_pts.blue[i]; in dce110_translate_regamma_to_hw_format()
520 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in dce110_translate_regamma_to_hw_format()
521 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index]; in dce110_translate_regamma_to_hw_format()
522 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in dce110_translate_regamma_to_hw_format()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1881 DC_LOG_GAMMA("R\t%d\t%llu", i, tf->tf_pts.red[i].value); in log_tf()
1882 DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu", i, tf->tf_pts.green[i].value); in log_tf()
1883 DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu", i, tf->tf_pts.blue[i].value); in log_tf()
1887 DC_LOG_ALL_GAMMA("R\t%d\t%llu", i, tf->tf_pts.red[i].value); in log_tf()
1888 DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu", i, tf->tf_pts.green[i].value); in log_tf()
1889 DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu", i, tf->tf_pts.blue[i].value); in log_tf()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1229 struct dc_transfer_func_distributed_points tf_pts; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3045 memcpy(&surface->in_transfer_func.tf_pts, in copy_surface_update_to_plane()
3046 &srf_update->in_transfer_func->tf_pts, in copy_surface_update_to_plane()
3130 memcpy(&stream->out_transfer_func.tf_pts, in copy_stream_update_to_stream()
3131 &update->out_transfer_func->tf_pts, in copy_stream_update_to_stream()