Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c251 struct fixed31_32 y_b; in cm_helper_translate_curve_to_hw_format() local
337 y_b = rgb_resulted[0].blue; in cm_helper_translate_curve_to_hw_format()
339 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
345 y_b = rgb_resulted[hw_points - 1].blue; in cm_helper_translate_curve_to_hw_format()
350 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_b; in cm_helper_translate_curve_to_degamma_hw_format() local
499 y_b = rgb_resulted[0].blue; in cm_helper_translate_curve_to_degamma_hw_format()
501 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_b = rgb_resulted[hw_points - 1].blue; in cm_helper_translate_curve_to_degamma_hw_format()
512 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c429 struct fixed31_32 y_b; in dce110_translate_regamma_to_hw_format() local
517 y_b = rgb_resulted[0].blue; in dce110_translate_regamma_to_hw_format()
519 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
527 y_b = rgb_resulted[hw_points - 1].blue; in dce110_translate_regamma_to_hw_format()
532 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in dce110_translate_regamma_to_hw_format()