Searched refs:number_of_dram_channels (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dce_calcs.c | 593 data->number_of_dram_wrchannels = vbios->number_of_dram_channels; in calculate_bandwidth() 594 data->number_of_dram_channels = vbios->number_of_dram_channels; in calculate_bandwidth() 608 data->number_of_dram_channels = 1; in calculate_bandwidth() 611 data->number_of_dram_channels = 2; in calculate_bandwidth() 614 data->number_of_dram_channels = 4; in calculate_bandwidth() 617 data->number_of_dram_channels = 1; in calculate_bandwidth() 1053 …6), bw_int_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)); in calculate_bandwidth() 1099 …nt_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels)), bw_mul… in calculate_bandwidth() 1130 …umber_of_request_slots_gmc_reserves_for_dmif_per_channel * data->number_of_dram_channels)))), bw_i… in calculate_bandwidth() 1188 …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-v5.10/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
|