Searched refs:number_of_dram_channels (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | dce_calcs.c | 608 data->number_of_dram_wrchannels = vbios->number_of_dram_channels; in calculate_bandwidth() 609 data->number_of_dram_channels = vbios->number_of_dram_channels; in calculate_bandwidth() 623 data->number_of_dram_channels = 1; in calculate_bandwidth() 626 data->number_of_dram_channels = 2; in calculate_bandwidth() 629 data->number_of_dram_channels = 4; in calculate_bandwidth() 632 data->number_of_dram_channels = 1; in calculate_bandwidth() 1064 …6), bw_int_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)); in calculate_bandwidth() 1110 …nt_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)), bw_mul… in calculate_bandwidth() 1141 …umber_of_request_slots_gmc_reserves_for_dmif_per_channel * data->number_of_dram_channels)))), bw_i… in calculate_bandwidth() 1199 …nnel_width_in_bits)), bw_int_to_fixed(8)), bw_int_to_fixed(data->number_of_dram_channels)))), bw_d… in calculate_bandwidth() [all …]
|
D | calcs_logger.h | 133 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.6.21/drivers/gpu/drm/amd/display/dc/inc/ |
D | dce_calcs.h | 195 uint32_t number_of_dram_channels; member 260 uint32_t number_of_dram_channels; member
|