Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_cm_common.c353 hw_points = 0; in cm_helper_translate_curve_to_hw_format()
398 if (j == hw_points - 1) in cm_helper_translate_curve_to_hw_format()
418 rgb_resulted[hw_points].red = rgb_resulted[hw_points - 1].red; in cm_helper_translate_curve_to_hw_format()
419 rgb_resulted[hw_points].green = rgb_resulted[hw_points - 1].green; in cm_helper_translate_curve_to_hw_format()
420 rgb_resulted[hw_points].blue = rgb_resulted[hw_points - 1].blue; in cm_helper_translate_curve_to_hw_format()
558 hw_points = 0; in cm_helper_translate_curve_to_degamma_hw_format()
587 if (j == hw_points - 1) in cm_helper_translate_curve_to_degamma_hw_format()
604 rgb_resulted[hw_points].red = rgb_resulted[hw_points - 1].red; in cm_helper_translate_curve_to_degamma_hw_format()
605 rgb_resulted[hw_points].green = rgb_resulted[hw_points - 1].green; in cm_helper_translate_curve_to_degamma_hw_format()
606 rgb_resulted[hw_points].blue = rgb_resulted[hw_points - 1].blue; in cm_helper_translate_curve_to_degamma_hw_format()
[all …]
/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_cm_common.c127 hw_points = 0; in cm3_helper_translate_curve_to_hw_format()
163 hw_points += (1 << seg_distr[k]); in cm3_helper_translate_curve_to_hw_format()
173 if (j == hw_points) in cm3_helper_translate_curve_to_hw_format()
190 rgb_resulted[hw_points+1].red = rgb_resulted[hw_points].red; in cm3_helper_translate_curve_to_hw_format()
191 rgb_resulted[hw_points+1].green = rgb_resulted[hw_points].green; in cm3_helper_translate_curve_to_hw_format()
192 rgb_resulted[hw_points+1].blue = rgb_resulted[hw_points].blue; in cm3_helper_translate_curve_to_hw_format()
219 corner_points[1].red.y = rgb_resulted[hw_points].red; in cm3_helper_translate_curve_to_hw_format()
228 lut_params->hw_points_num = hw_points + 1; in cm3_helper_translate_curve_to_hw_format()
250 while (i != hw_points + 2) { in cm3_helper_translate_curve_to_hw_format()
251 if (i >= hw_points) { in cm3_helper_translate_curve_to_hw_format()
[all …]
/drivers/gpu/drm/amd/display/dc/hwss/dce110/
A Ddce110_hwseq.c455 hw_points = 0; in dce110_translate_regamma_to_hw_format()
499 hw_points += (1 << seg_distr[k]); in dce110_translate_regamma_to_hw_format()
509 if (j == hw_points - 1) 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()
522 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in dce110_translate_regamma_to_hw_format()
539 y_r = rgb_resulted[hw_points - 1].red; in dce110_translate_regamma_to_hw_format()
540 y_g = rgb_resulted[hw_points - 1].green; in dce110_translate_regamma_to_hw_format()
541 y_b = rgb_resulted[hw_points - 1].blue; in dce110_translate_regamma_to_hw_format()
563 regamma_params->hw_points_num = hw_points; in dce110_translate_regamma_to_hw_format()
583 while (i != hw_points + 1) { in dce110_translate_regamma_to_hw_format()
[all …]

Completed in 13 milliseconds