Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c252 struct fixed31_32 y1_min; in cm_helper_translate_curve_to_hw_format() local
340 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
342 arr_points[0].y = y1_min; in cm_helper_translate_curve_to_hw_format()
435 struct fixed31_32 y1_min; in cm_helper_translate_curve_to_degamma_hw_format() local
502 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
504 arr_points[0].y = y1_min; in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c433 struct fixed31_32 y1_min; in dce110_translate_regamma_to_hw_format() local
522 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
524 arr_points[0].y = y1_min; in dce110_translate_regamma_to_hw_format()