Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c606 data->number_of_dram_wrchannels = vbios->number_of_dram_channels; in calculate_bandwidth()
607 data->number_of_dram_channels = vbios->number_of_dram_channels; in calculate_bandwidth()
621 data->number_of_dram_channels = 1; in calculate_bandwidth()
624 data->number_of_dram_channels = 2; in calculate_bandwidth()
627 data->number_of_dram_channels = 4; in calculate_bandwidth()
630 data->number_of_dram_channels = 1; in calculate_bandwidth()
1062 …6), bw_int_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)); in calculate_bandwidth()
1108 …nt_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)), bw_mul… in calculate_bandwidth()
1139 …umber_of_request_slots_gmc_reserves_for_dmif_per_channel * data->number_of_dram_channels)))), bw_i… in calculate_bandwidth()
1197 …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-6.12.1/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