Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c253 struct fixed31_32 y3_max; in cm_helper_translate_curve_to_hw_format() local
351 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
353 arr_points[1].y = y3_max; in cm_helper_translate_curve_to_hw_format()
436 struct fixed31_32 y3_max; in cm_helper_translate_curve_to_degamma_hw_format() local
513 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
515 arr_points[1].y = y3_max; in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c434 struct fixed31_32 y3_max; in dce110_translate_regamma_to_hw_format() local
535 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
537 arr_points[1].y = y3_max; in dce110_translate_regamma_to_hw_format()