Searched refs:bw_mul (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Ddce_calcs.c466 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation);
468 data->vsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->vsr_after_rotation);
471 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation);
473 data->hsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->hsr_after_rotation);
485 data->vsr[i] = bw_mul(data->vsr_after_stereo, bw_int_to_fixed(2));
562 data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_fixed(3)), bw_ceil2(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
565 data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed(3)), bw_ceil2(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
568 data->lb_line_pitch = bw_ceil2(bw_mul(bw_int_to_fixed(data->lb_bpc[i]), data->source_width_in_lb), bw_int_to_fixed(48));
803 data->v_filter_init[i] = bw_floor2(bw_div((bw_add(bw_add(bw_add(bw_int_to_fixed(1), data->v_taps[i]), data->vsr[i]), bw_mul(bw_mul(bw_int_to_fixe
[all...]
H A Dbw_fixed.c139 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) function
/linux-master/drivers/interconnect/imx/
H A Dimx8mn.c15 .bw_mul = 1,
21 .bw_mul = 1,
H A Dimx8mm.c18 .bw_mul = 1,
24 .bw_mul = 1,
H A Dimx8mq.c16 .bw_mul = 1,
22 .bw_mul = 1,
H A Dimx.h58 unsigned int bw_mul, bw_div; member in struct:imx_icc_node_adj_desc
H A Dimx8mp.c16 .bw_mul = 1,
H A Dimx.c70 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul;
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h120 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);

Completed in 121 milliseconds