Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c249 struct fixed31_32 y_r; in cm_helper_translate_curve_to_hw_format() local
335 y_r = rgb_resulted[0].red; 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()
343 y_r = rgb_resulted[hw_points - 1].red; 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()
431 struct fixed31_32 y_r; in cm_helper_translate_curve_to_degamma_hw_format() local
497 y_r = rgb_resulted[0].red; 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()
505 y_r = rgb_resulted[hw_points - 1].red; 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.c427 struct fixed31_32 y_r; in dce110_translate_regamma_to_hw_format() local
515 y_r = rgb_resulted[0].red; 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()
525 y_r = rgb_resulted[hw_points - 1].red; 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()