Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h316 struct bw_fixed required_dram_bandwidth_gbyte_per_second; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Dcalcs_logger.h308 bw_fixed_to_int(data->required_dram_bandwidth_gbyte_per_second)); in print_bw_calcs_data()
H A Ddce_calcs.c1523 data->required_dram_bandwidth_gbyte_per_second = bw_int_to_fixed(9999); in calculate_bandwidth()
1529 data->required_dram_bandwidth_gbyte_per_second = bw_int_to_fixed(9999); in calculate_bandwidth()
1535 …data->required_dram_bandwidth_gbyte_per_second = bw_div(bw_max2(data->dmif_required_dram_bandwidth… in calculate_bandwidth()
1537 …&& bw_ltn(bw_mul(data->required_dram_bandwidth_gbyte_per_second, bw_int_to_fixed(1000)), bw_mul(bw… in calculate_bandwidth()
1543 …&& bw_ltn(bw_mul(data->required_dram_bandwidth_gbyte_per_second, bw_int_to_fixed(1000)), bw_mul(bw… in calculate_bandwidth()
1549 …&& bw_ltn(bw_mul(data->required_dram_bandwidth_gbyte_per_second, bw_int_to_fixed(1000)), bw_mul(bw… in calculate_bandwidth()