Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dcolor_gamma.c91 l_pow_m1 = dc_fixpt_pow(in_x, m1); in compute_pq()
97 *out_y = dc_fixpt_pow(base, m2); in compute_pq()
121 l_pow_m1 = dc_fixpt_pow(in_x, in compute_de_pq()
130 *out_y = dc_fixpt_pow(dc_fixpt_div(base, div), in compute_de_pq()
156 reference_white_level = dc_fixpt_pow(dc_fixpt_from_fraction(3, 1), dc_fixpt_half); in compute_hlg_oetf()
161 *out_y = dc_fixpt_mul(dc_fixpt_pow(in_x, dc_fixpt_half), reference_white_level); in compute_hlg_oetf()
187 *out_y = dc_fixpt_mul(dc_fixpt_pow(in_x, dc_fixpt_from_fraction(2, 1)), reference_white_level); in compute_hlg_eotf()
290 dc_fixpt_pow( in translate_from_linear_space()
299 dc_fixpt_pow( in translate_from_linear_space()
323 dc_fixpt_pow( in translate_to_linear_space()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c331 arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format()
333 arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format()
493 arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format()
495 arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/include/
H A Dfixed31_32.h432 static inline struct fixed31_32 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_pow() function
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c513 arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format()
515 arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format()