Searched refs:source_height_rounded_up_to_chunks (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddce_calcs.h406 struct bw_fixed source_height_rounded_up_to_chunks[maximum_number_of_surfaces]; member in struct:bw_calcs_data
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Dcalcs_logger.h444 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] source_height_rounded_up_to_chunks[%d]:%d",
445 i, bw_fixed_to_int(data->source_height_rounded_up_to_chunks[i]));
H A Ddce_calcs.c498 data->source_height_rounded_up_to_chunks[i] = data->source_height_pixels;
1451 if ((i == j || data->display_synchronization_enabled) && (data->enable[j] == 1 && bw_equ(data->source_width_rounded_up_to_chunks[i], data->source_width_rounded_up_to_chunks[j]) && bw_equ(data->source_height_rounded_up_to_chunks[i], data->source_height_rounded_up_to_chunks[j]) && bw_equ(data->vsr[i], data->vsr[j]) && bw_equ(data->hsr[i], data->hsr[j]) && bw_equ(data->pixel_rate[i], data->pixel_rate[j]))) {
1949 data->total_bytes_requested = bw_fixed_to_int(bw_add(bw_int_to_fixed(data->total_bytes_requested), (bw_mul(bw_mul(data->source_height_rounded_up_to_chunks[i], data->source_width_rounded_up_to_chunks[i]), bw_int_to_fixed(data->bytes_per_pixel[i])))));

Completed in 76 milliseconds