Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c119 (dc_fixpt_mul(c2, l_pow_m1))), in compute_pq()
121 (dc_fixpt_mul(c3, l_pow_m1)))); in compute_pq()
151 div = dc_fixpt_sub(c2, dc_fixpt_mul(c3, l_pow_m1)); in compute_de_pq()
183 x = dc_fixpt_mul(in_x, in_x); in compute_hlg_eotf()
192 *out_y = dc_fixpt_mul(x, scaling_factor); in compute_hlg_eotf()
212 x = dc_fixpt_mul(in_x, scaling_factor); in compute_hlg_oetf()
216 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(3, 1)); in compute_hlg_oetf()
219 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(12, 1)); in compute_hlg_oetf()
222 x = dc_fixpt_mul(a, x); in compute_hlg_oetf()
244 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
[all …]
/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c119 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_mul() function
252 dc_fixpt_mul( in dc_fixpt_sinc()
262 dc_fixpt_mul(res, arg_norm), in dc_fixpt_sinc()
270 return dc_fixpt_mul( in dc_fixpt_sin()
289 dc_fixpt_mul( in dc_fixpt_cos()
322 dc_fixpt_mul( in fixed31_32_exp_from_taylor_series()
330 dc_fixpt_mul( in fixed31_32_exp_from_taylor_series()
Ddc_common.c89 dc_fixpt_mul(plane_state->coeff_reduction_factor, in build_prescale_params()
/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h307 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2);
316 return dc_fixpt_mul(arg1, dc_fixpt_from_int(arg2)); in dc_fixpt_mul_int()
438 dc_fixpt_mul( in dc_fixpt_pow()
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c680 ss_amount = dc_fixpt_mul( in calculate_ss()