Searched refs:bw_floor2 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | bw_fixed.h | 133 struct bw_fixed bw_floor2(const struct bw_fixed arg, const struct bw_fixed significance);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/ |
D | bw_fixed.c | 110 struct bw_fixed bw_floor2(const struct bw_fixed arg, in bw_floor2() function
|
D | dce_calcs.c | 491 …data->source_width_rounded_up_to_chunks[i] = bw_add(bw_floor2(bw_sub(data->source_width_pixels[i],… in calculate_bandwidth() 571 …data->lb_partitions[i] = bw_floor2(bw_div(data->lb_size_per_component[i], data->lb_line_pitch), bw… in calculate_bandwidth() 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… in calculate_bandwidth() 1211 …bw_floor2(bw_div(data->src_data_for_first_output_pixel[i], data->adjusted_data_buffer_size_in_memo… in calculate_bandwidth() 1258 …bw_floor2(bw_div(data->src_data_for_first_output_pixel[i], data->adjusted_data_buffer_size_in_memo… in calculate_bandwidth() 1261 …bw_floor2(bw_div(data->src_data_for_first_output_pixel[i], data->adjusted_data_buffer_size_in_memo… in calculate_bandwidth() 1267 …bw_floor2(bw_div(data->src_data_for_first_output_pixel[i], data->adjusted_data_buffer_size_in_memo… in calculate_bandwidth()
|