Home
last modified time | relevance | path

Searched refs:bw_mul (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c453 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation); in calculate_bandwidth()
455 data->vsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->vsr_after_rotation); in calculate_bandwidth()
458 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation); in calculate_bandwidth()
460 data->hsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->hsr_after_rotation); in calculate_bandwidth()
472 data->vsr[i] = bw_mul(data->vsr_after_stereo, bw_int_to_fixed(2)); in calculate_bandwidth()
549 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_f… in calculate_bandwidth()
552 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed… in calculate_bandwidth()
555 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_int_to_fixed(data->lb_bpc[i]), data->source_width_in_lb),… in calculate_bandwidth()
790 …dd(bw_add(bw_add(bw_int_to_fixed(1), data->v_taps[i]), data->vsr[i]), bw_mul(bw_mul(bw_int_to_fixe… in calculate_bandwidth()
844 …data->request_bandwidth[i] = bw_div(bw_mul(bw_div(bw_mul(bw_div(bw_mul(bw_max2(data->lb_lines_in_p… in calculate_bandwidth()
[all …]
Dbw_fixed.c142 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() function
/Linux-v5.10/drivers/interconnect/imx/
Dimx8mn.c15 .bw_mul = 1,
21 .bw_mul = 1,
Dimx8mm.c18 .bw_mul = 1,
24 .bw_mul = 1,
Dimx8mq.c15 .bw_mul = 1,
21 .bw_mul = 1,
Dimx.h21 unsigned int bw_mul, bw_div; member
Dimx.c37 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dbw_fixed.h120 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);