Home
last modified time | relevance | path

Searched refs:hw_points (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c266 hw_points = 0; in cm_helper_translate_curve_to_hw_format()
306 hw_points += (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format()
316 if (j == hw_points - 1) in cm_helper_translate_curve_to_hw_format()
344 y_r = rgb_resulted[hw_points - 1].red; in cm_helper_translate_curve_to_hw_format()
389 while (i != hw_points + 1) { in cm_helper_translate_curve_to_hw_format()
416 hw_points, fixpoint); in cm_helper_translate_curve_to_hw_format()
449 hw_points = 0; in cm_helper_translate_curve_to_degamma_hw_format()
468 hw_points += (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format()
478 if (j == hw_points - 1) in cm_helper_translate_curve_to_degamma_hw_format()
551 while (i != hw_points + 1) { in cm_helper_translate_curve_to_degamma_hw_format()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c444 hw_points = 0; in dce110_translate_regamma_to_hw_format()
488 hw_points += (1 << seg_distr[k]); in dce110_translate_regamma_to_hw_format()
498 if (j == hw_points - 1) in dce110_translate_regamma_to_hw_format()
509 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in dce110_translate_regamma_to_hw_format()
511 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in dce110_translate_regamma_to_hw_format()
528 y_r = rgb_resulted[hw_points - 1].red; in dce110_translate_regamma_to_hw_format()
529 y_g = rgb_resulted[hw_points - 1].green; in dce110_translate_regamma_to_hw_format()
530 y_b = rgb_resulted[hw_points - 1].blue; in dce110_translate_regamma_to_hw_format()
552 regamma_params->hw_points_num = hw_points; in dce110_translate_regamma_to_hw_format()
572 while (i != hw_points + 1) { in dce110_translate_regamma_to_hw_format()
[all …]