Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c249 struct fixed31_32 y_r; in cm_helper_translate_curve_to_hw_format() local
336 y_r = rgb_resulted[0].red; in cm_helper_translate_curve_to_hw_format()
340 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); 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()
351 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
432 struct fixed31_32 y_r; in cm_helper_translate_curve_to_degamma_hw_format() local
498 y_r = rgb_resulted[0].red; in cm_helper_translate_curve_to_degamma_hw_format()
502 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
506 y_r = rgb_resulted[hw_points - 1].red; in cm_helper_translate_curve_to_degamma_hw_format()
513 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c430 struct fixed31_32 y_r; in dce110_translate_regamma_to_hw_format() local
518 y_r = rgb_resulted[0].red; in dce110_translate_regamma_to_hw_format()
522 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
528 y_r = rgb_resulted[hw_points - 1].red; in dce110_translate_regamma_to_hw_format()
535 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in dce110_translate_regamma_to_hw_format()