Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c250 struct fixed31_32 y_g; in cm_helper_translate_curve_to_hw_format() local
337 y_g = rgb_resulted[0].green; 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()
345 y_g = rgb_resulted[hw_points - 1].green; 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()
433 struct fixed31_32 y_g; in cm_helper_translate_curve_to_degamma_hw_format() local
499 y_g = rgb_resulted[0].green; 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()
507 y_g = rgb_resulted[hw_points - 1].green; 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.c431 struct fixed31_32 y_g; in dce110_translate_regamma_to_hw_format() local
519 y_g = rgb_resulted[0].green; 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()
529 y_g = rgb_resulted[hw_points - 1].green; 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()