Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_cm_common.c351 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_hw_format()
513 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/include/
HDfixed31_32.h180 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max() function
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
HDdce110_hw_sequencer.c535 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b)); in dce110_translate_regamma_to_hw_format()