Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c401 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format()
406 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format()
566 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format()
570 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format()
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c132 l_pow_m1 = dc_fixpt_pow(in_x, m1); in compute_pq()
138 *out_y = dc_fixpt_pow(base, m2); in compute_pq()
162 l_pow_m1 = dc_fixpt_pow(in_x, in compute_de_pq()
171 *out_y = dc_fixpt_pow(dc_fixpt_div(base, div), in compute_de_pq()
230 *out_y = dc_fixpt_pow(x, dc_fixpt_half); in compute_hlg_oetf()
344 scratch_2 = dc_fixpt_pow( in translate_from_linear_space()
353 gamma_of_2 = dc_fixpt_pow(dc_fixpt_from_int(2), in translate_from_linear_space()
358 scratch_2 = dc_fixpt_pow(args->arg, in translate_from_linear_space()
404 dc_fixpt_pow( in translate_to_linear_space()
414 linear = dc_fixpt_pow( in translate_to_linear_space()
/Linux-v5.4/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h432 static inline struct fixed31_32 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_pow() function
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c517 arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format()
519 arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format()