Searched refs:adjusted_data_buffer_size_in_memory (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
H A D | amdgpu_dce_calcs.c | 1124 …data->adjusted_data_buffer_size_in_memory[i] = bw_div(bw_mul(data->adjusted_data_buffer_size[i], d… in calculate_bandwidth() 1144 data->display_reads_required_data = data->adjusted_data_buffer_size_in_memory[i]; in calculate_bandwidth() 1156 data->display_reads_required_dram_access_data = data->adjusted_data_buffer_size_in_memory[i]; in calculate_bandwidth() 1159 …ta->display_reads_required_dram_access_data = bw_mul(data->adjusted_data_buffer_size_in_memory[i],… in calculate_bandwidth() 1165 …a = bw_add(data->total_display_writes_required_data, data->adjusted_data_buffer_size_in_memory[i]); in calculate_bandwidth() 1166 …tal_display_writes_required_dram_access_data, bw_mul(data->adjusted_data_buffer_size_in_memory[i],… in calculate_bandwidth() 1207 …adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1))), bw_sub(bw_add(bw_mul((bw_add(data->… in calculate_bandwidth() 1254 …adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1)))))), (bw_add((bw_div(data->src_data_f… in calculate_bandwidth() 1257 …adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1))), bw_sub(bw_mul((bw_add(vbios->mcifwr… in calculate_bandwidth() 1263 …adjusted_data_buffer_size_in_memory[i]), bw_int_to_fixed(1)))))), (bw_add((bw_div(data->src_data_f… in calculate_bandwidth()
|
H A D | calcs_logger.h | 496 i, bw_fixed_to_int(data->adjusted_data_buffer_size_in_memory[i])); in print_bw_calcs_data()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 433 struct bw_fixed adjusted_data_buffer_size_in_memory[maximum_number_of_surfaces]; member
|