Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c441 struct fixed31_32 y_b; in dce110_translate_regamma_to_hw_format() local
529 y_b = rgb_resulted[0].blue; in dce110_translate_regamma_to_hw_format()
531 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b)); in dce110_translate_regamma_to_hw_format()
539 y_b = rgb_resulted[hw_points - 1].blue; in dce110_translate_regamma_to_hw_format()
544 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in dce110_translate_regamma_to_hw_format()