Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/modules/color/ !
Dcolor_gamma.c227 (dc_fixpt_mul(c2, l_pow_m1))), in compute_pq()
229 (dc_fixpt_mul(c3, l_pow_m1)))); in compute_pq()
259 div = dc_fixpt_sub(c2, dc_fixpt_mul(c3, l_pow_m1)); in compute_de_pq()
291 x = dc_fixpt_mul(in_x, in_x); in compute_hlg_eotf()
300 *out_y = dc_fixpt_mul(x, scaling_factor); in compute_hlg_eotf()
320 x = dc_fixpt_mul(in_x, scaling_factor); in compute_hlg_oetf()
324 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(3, 1)); in compute_hlg_oetf()
327 x = dc_fixpt_mul(x, dc_fixpt_from_fraction(12, 1)); in compute_hlg_oetf()
330 x = dc_fixpt_mul(a, x); in compute_hlg_oetf()
384 de_pq_table[i] = dc_fixpt_mul(y, scaling_factor); in precompute_de_pq()
[all …]
/linux-6.12.1/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
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()
/linux-6.12.1/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.12.1/drivers/gpu/drm/amd/display/dc/dce/ !
Ddce_audio.c373 symbols_per_sdp_max_layout = dc_fixpt_mul(symbols_per_sdp_max_layout, audio_sdp_margin); in calculate_required_audio_bw_in_symbols()
384 remainder = dc_fixpt_mul(remainder, audio_sdp_margin); in calculate_required_audio_bw_in_symbols()
446 peak_stream_bw_kbps = dc_fixpt_mul(peak_stream_bw_kbps, bits_per_pixel); in calculate_available_hblank_bw_in_symbols()
451 available_stream_sym_count = dc_fixpt_mul(available_stream_sym_count, lsclkfreq_mhz); in calculate_available_hblank_bw_in_symbols()
452 available_stream_sym_count = dc_fixpt_mul(available_stream_sym_count, average_stream_sym_bw_frac); in calculate_available_hblank_bw_in_symbols()
Ddce_clock_source.c681 ss_amount = dc_fixpt_mul( in calculate_ss()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/hwss/ !
Dlink_hwss_hpo_dp.c67 dc_fixpt_mul(mtp_cnt_per_h_blank, throttled_vcp_size)); in set_hpo_dp_hblank_min_symbol_width()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dsc/ !
Ddc_dsc.c74 overhead_factor = dc_fixpt_mul(overhead_factor, bpp); in apply_128b_132b_stream_overhead()
1143 actual_bandwidth_in_kbps = dc_fixpt_mul(actual_bandwidth_in_kbps, bpp); in dc_dsc_stream_bandwidth_in_kbps()
1169 max_dsc_overhead = dc_fixpt_mul(max_dsc_overhead, refresh_rate); in dc_dsc_stream_bandwidth_overhead_in_kbps()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/ !
Ddce110_hwseq.c1302 link_bw_kbps = dc_fixpt_mul(link_bw_kbps, in populate_audio_dp_link_info()
1305 link_bw_kbps = dc_fixpt_mul(link_bw_kbps, in populate_audio_dp_link_info()