Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h270 struct bw_fixed src_height_after_rotation; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Dcalcs_logger.h226 bw_fixed_to_int(data->src_height_after_rotation)); in print_bw_calcs_data()
Ddce_calcs.c455 data->src_height_after_rotation = data->src_width_after_surface_type; in calculate_bandwidth()
461 data->src_height_after_rotation = data->src_height_after_surface_type; in calculate_bandwidth()
468 data->source_height_pixels = bw_mul(bw_int_to_fixed(2), data->src_height_after_rotation); in calculate_bandwidth()
474 data->source_height_pixels = data->src_height_after_rotation; in calculate_bandwidth()
480 data->source_height_pixels = data->src_height_after_rotation; in calculate_bandwidth()