Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c590 data->number_of_dram_wrchannels = vbios->number_of_dram_channels; in calculate_bandwidth()
591 data->number_of_dram_channels = vbios->number_of_dram_channels; in calculate_bandwidth()
605 data->number_of_dram_channels = 1; in calculate_bandwidth()
608 data->number_of_dram_channels = 2; in calculate_bandwidth()
611 data->number_of_dram_channels = 4; in calculate_bandwidth()
614 data->number_of_dram_channels = 1; in calculate_bandwidth()
1050 …6), bw_int_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)); in calculate_bandwidth()
1096 …nt_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)), bw_mul… in calculate_bandwidth()
1127 …umber_of_request_slots_gmc_reserves_for_dmif_per_channel * data->number_of_dram_channels)))), bw_i… in calculate_bandwidth()
1185 …nnel_width_in_bits)), bw_int_to_fixed(8)), bw_int_to_fixed(data->number_of_dram_channels)))), bw_d… in calculate_bandwidth()
[all …]
Dcalcs_logger.h133 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] number_of_dram_channels: %d", vbios->number_of_dram_channels); in print_bw_calcs_vbios()
211 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] number_of_dram_channels: %d", data->number_of_dram_channels); in print_bw_calcs_data()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h195 uint32_t number_of_dram_channels; member
260 uint32_t number_of_dram_channels; member