Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c127 (dc_fixpt_mul(c2, l_pow_m1))), in compute_pq()
129 (dc_fixpt_mul(c3, l_pow_m1)))); in compute_pq()
159 div = dc_fixpt_sub(c2, dc_fixpt_mul(c3, l_pow_m1)); in compute_de_pq()
191 x = dc_fixpt_mul(in_x, in_x); in compute_hlg_eotf()
200 *out_y = dc_fixpt_mul(x, scaling_factor); in compute_hlg_eotf()
220 x = dc_fixpt_mul(in_x, scaling_factor); in compute_hlg_oetf()
224 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(3, 1)); in compute_hlg_oetf()
227 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(12, 1)); in compute_hlg_oetf()
230 x = dc_fixpt_mul(a, x); in compute_hlg_oetf()
252 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
[all …]
/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c123 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_mul() function
256 dc_fixpt_mul( in dc_fixpt_sinc()
266 dc_fixpt_mul(res, arg_norm), in dc_fixpt_sinc()
274 return dc_fixpt_mul( in dc_fixpt_sin()
293 dc_fixpt_mul( in dc_fixpt_cos()
326 dc_fixpt_mul( in fixed31_32_exp_from_taylor_series()
334 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.h301 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2);
310 return dc_fixpt_mul(arg1, dc_fixpt_from_int(arg2)); in dc_fixpt_mul_int()
432 dc_fixpt_mul( in dc_fixpt_pow()
/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c486 max_dsc_overhead = dc_fixpt_mul(max_dsc_overhead, refresh_rate); in compute_dsc_max_bandwidth_overhead()
1005 actual_bandwidth_in_kbps = dc_fixpt_mul(actual_bandwidth_in_kbps, bpp); in dc_dsc_stream_bandwidth_in_kbps()
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c679 ss_amount = dc_fixpt_mul( in calculate_ss()