Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c252 struct fixed31_32 y1_min; in cm_helper_translate_curve_to_hw_format() local
339 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
341 arr_points[0].y = y1_min; in cm_helper_translate_curve_to_hw_format()
434 struct fixed31_32 y1_min; in cm_helper_translate_curve_to_degamma_hw_format() local
501 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
503 arr_points[0].y = y1_min; in cm_helper_translate_curve_to_degamma_hw_format()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c430 struct fixed31_32 y1_min; in dce110_translate_regamma_to_hw_format() local
519 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
521 arr_points[0].y = y1_min; in dce110_translate_regamma_to_hw_format()