Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c129 (dc_fixpt_mul(c2, l_pow_m1))), in compute_pq()
131 (dc_fixpt_mul(c3, l_pow_m1)))); in compute_pq()
161 div = dc_fixpt_sub(c2, dc_fixpt_mul(c3, l_pow_m1)); in compute_de_pq()
193 x = dc_fixpt_mul(in_x, in_x); in compute_hlg_eotf()
202 *out_y = dc_fixpt_mul(x, scaling_factor); in compute_hlg_eotf()
222 x = dc_fixpt_mul(in_x, scaling_factor); in compute_hlg_oetf()
226 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(3, 1)); in compute_hlg_oetf()
229 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(12, 1)); in compute_hlg_oetf()
232 x = dc_fixpt_mul(a, x); in compute_hlg_oetf()
254 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
[all …]
/linux-6.1.9/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()
/linux-6.1.9/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()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/link/
Dlink_hwss_hpo_dp.c83 dc_fixpt_mul(mtp_cnt_per_h_blank, throttled_vcp_size)); in set_hpo_dp_hblank_min_symbol_width()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c990 actual_bandwidth_in_kbps = dc_fixpt_mul(actual_bandwidth_in_kbps, bpp); in dc_dsc_stream_bandwidth_in_kbps()
1016 max_dsc_overhead = dc_fixpt_mul(max_dsc_overhead, refresh_rate); in dc_dsc_stream_bandwidth_overhead_in_kbps()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c677 ss_amount = dc_fixpt_mul( in calculate_ss()