Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c439 struct fixed31_32 y_r; in dce110_translate_regamma_to_hw_format() local
527 y_r = rgb_resulted[0].red; 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()
537 y_r = rgb_resulted[hw_points - 1].red; 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()