Searched refs:bw_mul (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | dce_calcs.c | 468 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation); in calculate_bandwidth() 470 data->vsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->vsr_after_rotation); in calculate_bandwidth() 473 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation); in calculate_bandwidth() 475 data->hsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->hsr_after_rotation); in calculate_bandwidth() 487 data->vsr[i] = bw_mul(data->vsr_after_stereo, bw_int_to_fixed(2)); in calculate_bandwidth() 564 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_f… in calculate_bandwidth() 567 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed… in calculate_bandwidth() 570 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_int_to_fixed(data->lb_bpc[i]), data->source_width_in_lb),… in calculate_bandwidth() 805 …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() 855 …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 …]
|
D | bw_fixed.c | 140 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() function
|
/linux-6.1.9/drivers/interconnect/imx/ |
D | imx8mn.c | 15 .bw_mul = 1, 21 .bw_mul = 1,
|
D | imx8mm.c | 18 .bw_mul = 1, 24 .bw_mul = 1,
|
D | imx8mq.c | 16 .bw_mul = 1, 22 .bw_mul = 1,
|
D | imx.h | 53 unsigned int bw_mul, bw_div; member
|
D | imx8mp.c | 17 .bw_mul = 1,
|
D | imx.c | 70 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | bw_fixed.h | 120 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);
|