Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c253 struct fixed31_32 y3_max; in cm_helper_translate_curve_to_hw_format() local
350 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
352 arr_points[1].y = y3_max; in cm_helper_translate_curve_to_hw_format()
435 struct fixed31_32 y3_max; in cm_helper_translate_curve_to_degamma_hw_format() local
512 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
514 arr_points[1].y = y3_max; in cm_helper_translate_curve_to_degamma_hw_format()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c431 struct fixed31_32 y3_max; in dce110_translate_regamma_to_hw_format() local
532 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
534 arr_points[1].y = y3_max; in dce110_translate_regamma_to_hw_format()