Searched refs:bw_mul (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
| D | dce_calcs.c | 450 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation); in calculate_bandwidth() 452 data->vsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->vsr_after_rotation); in calculate_bandwidth() 455 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation); in calculate_bandwidth() 457 data->hsr_after_stereo = bw_mul(bw_int_to_fixed(1), data->hsr_after_rotation); in calculate_bandwidth() 469 data->vsr[i] = bw_mul(data->vsr_after_stereo, bw_int_to_fixed(2)); in calculate_bandwidth() 546 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_f… in calculate_bandwidth() 549 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed… in calculate_bandwidth() 552 …data->lb_line_pitch = bw_ceil2(bw_mul(bw_int_to_fixed(data->lb_bpc[i]), data->source_width_in_lb),… in calculate_bandwidth() 787 …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() 841 …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 | 142 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() function
|
| /Linux-v4.19/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);
|