Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddce_calcs.c1116 …data->adjusted_data_buffer_size_in_memory[i] = bw_div(bw_mul(data->adjusted_data_buffer_size[i], d… in calculate_bandwidth()
1136 data->display_reads_required_data = data->adjusted_data_buffer_size_in_memory[i]; in calculate_bandwidth()
1148 data->display_reads_required_dram_access_data = data->adjusted_data_buffer_size_in_memory[i]; in calculate_bandwidth()
1151 …ta->display_reads_required_dram_access_data = bw_mul(data->adjusted_data_buffer_size_in_memory[i],… in calculate_bandwidth()
1157 …a = bw_add(data->total_display_writes_required_data, data->adjusted_data_buffer_size_in_memory[i]); in calculate_bandwidth()
1158 …tal_display_writes_required_dram_access_data, bw_mul(data->adjusted_data_buffer_size_in_memory[i],… in calculate_bandwidth()
1199adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1))), bw_sub(bw_add(bw_mul((bw_add(data->… in calculate_bandwidth()
1246adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1)))))), (bw_add((bw_div(data->src_data_f… in calculate_bandwidth()
1249adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1))), bw_sub(bw_mul((bw_add(vbios->mcifwr… in calculate_bandwidth()
1255adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1)))))), (bw_add((bw_div(data->src_data_f… in calculate_bandwidth()
H A Dcalcs_logger.h494 i, bw_fixed_to_int(data->adjusted_data_buffer_size_in_memory[i])); in print_bw_calcs_data()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h431 struct bw_fixed adjusted_data_buffer_size_in_memory[maximum_number_of_surfaces]; member