Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_cm_common.c330 hw_points = 0; in cm_helper_translate_curve_to_hw_format()
380 if (j == hw_points - 1) in cm_helper_translate_curve_to_hw_format()
395 rgb_resulted[hw_points].red = rgb_resulted[hw_points - 1].red; in cm_helper_translate_curve_to_hw_format()
396 rgb_resulted[hw_points].green = rgb_resulted[hw_points - 1].green; in cm_helper_translate_curve_to_hw_format()
397 rgb_resulted[hw_points].blue = rgb_resulted[hw_points - 1].blue; in cm_helper_translate_curve_to_hw_format()
527 hw_points = 0; in cm_helper_translate_curve_to_degamma_hw_format()
556 if (j == hw_points - 1) in cm_helper_translate_curve_to_degamma_hw_format()
571 rgb_resulted[hw_points].red = rgb_resulted[hw_points - 1].red; in cm_helper_translate_curve_to_degamma_hw_format()
572 rgb_resulted[hw_points].green = rgb_resulted[hw_points - 1].green; in cm_helper_translate_curve_to_degamma_hw_format()
573 rgb_resulted[hw_points].blue = rgb_resulted[hw_points - 1].blue; in cm_helper_translate_curve_to_degamma_hw_format()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_cm_common.c128 hw_points = 0; in cm3_helper_translate_curve_to_hw_format()
179 if (j == hw_points - 1) in cm3_helper_translate_curve_to_hw_format()
194 rgb_resulted[hw_points].red = rgb_resulted[hw_points - 1].red; in cm3_helper_translate_curve_to_hw_format()
195 rgb_resulted[hw_points].green = rgb_resulted[hw_points - 1].green; in cm3_helper_translate_curve_to_hw_format()
196 rgb_resulted[hw_points].blue = rgb_resulted[hw_points - 1].blue; in cm3_helper_translate_curve_to_hw_format()
271 while (i != hw_points + 1) { in cm3_helper_translate_curve_to_hw_format()
272 if (i >= hw_points - 1) { in cm3_helper_translate_curve_to_hw_format()
301 hw_points, fixpoint); in cm3_helper_translate_curve_to_hw_format()
327 hw_points = 0; in cm3_helper_translate_curve_to_degamma_hw_format()
356 if (j == hw_points - 1) in cm3_helper_translate_curve_to_degamma_hw_format()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c458 hw_points = 0; in dce110_translate_regamma_to_hw_format()
502 hw_points += (1 << seg_distr[k]); in dce110_translate_regamma_to_hw_format()
512 if (j == hw_points - 1) in dce110_translate_regamma_to_hw_format()
523 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in dce110_translate_regamma_to_hw_format()
525 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in dce110_translate_regamma_to_hw_format()
542 y_r = rgb_resulted[hw_points - 1].red; in dce110_translate_regamma_to_hw_format()
543 y_g = rgb_resulted[hw_points - 1].green; in dce110_translate_regamma_to_hw_format()
544 y_b = rgb_resulted[hw_points - 1].blue; in dce110_translate_regamma_to_hw_format()
566 regamma_params->hw_points_num = hw_points; in dce110_translate_regamma_to_hw_format()
586 while (i != hw_points + 1) { in dce110_translate_regamma_to_hw_format()
[all …]

Completed in 9 milliseconds