Home
last modified time | relevance | path

Searched refs:adjusted_data_buffer_size_in_memory (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c1130 …data->adjusted_data_buffer_size_in_memory[i] = bw_div(bw_mul(data->adjusted_data_buffer_size[i], d… in calculate_bandwidth()
1150 data->display_reads_required_data = data->adjusted_data_buffer_size_in_memory[i]; in calculate_bandwidth()
1162 data->display_reads_required_dram_access_data = data->adjusted_data_buffer_size_in_memory[i]; in calculate_bandwidth()
1165 …ta->display_reads_required_dram_access_data = bw_mul(data->adjusted_data_buffer_size_in_memory[i],… in calculate_bandwidth()
1171 …a = bw_add(data->total_display_writes_required_data, data->adjusted_data_buffer_size_in_memory[i]); in calculate_bandwidth()
1172 …tal_display_writes_required_dram_access_data, bw_mul(data->adjusted_data_buffer_size_in_memory[i],… in calculate_bandwidth()
1213adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1))), bw_sub(bw_add(bw_mul((bw_add(data->… in calculate_bandwidth()
1260adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1)))))), (bw_add((bw_div(data->src_data_f… in calculate_bandwidth()
1263adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1))), bw_sub(bw_mul((bw_add(vbios->mcifwr… in calculate_bandwidth()
1269adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1)))))), (bw_add((bw_div(data->src_data_f… in calculate_bandwidth()
Dcalcs_logger.h494 i, bw_fixed_to_int(data->adjusted_data_buffer_size_in_memory[i])); in print_bw_calcs_data()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h431 struct bw_fixed adjusted_data_buffer_size_in_memory[maximum_number_of_surfaces]; member