Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h269 struct bw_fixed src_width_after_rotation; member
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Dcalcs_logger.h224 bw_fixed_to_int(data->src_width_after_rotation)); in print_bw_calcs_data()
H A Ddce_calcs.c436 data->src_width_after_rotation = data->src_height_after_surface_type; in calculate_bandwidth()
442 data->src_width_after_rotation = data->src_width_after_surface_type; in calculate_bandwidth()
449 data->source_width_pixels[i] = data->src_width_after_rotation; in calculate_bandwidth()
455 data->source_width_pixels[i] = bw_mul(bw_int_to_fixed(2), data->src_width_after_rotation); in calculate_bandwidth()
461 data->source_width_pixels[i] = data->src_width_after_rotation; in calculate_bandwidth()