Searched refs:dram_bw_mbps (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_types.h | 482 double dram_bw_mbps; member 488 double dram_bw_mbps; member 496 double dram_bw_mbps; member 501 double dram_bw_mbps; member 508 double dram_bw_mbps; member 513 double dram_bw_mbps; member 520 double dram_bw_mbps; member 525 double dram_bw_mbps; member 532 double dram_bw_mbps; member 537 double dram_bw_mbps; member [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared.c | 238 double dram_bw_mbps); 251 double dram_bw_mbps); 781 …mode_lib->ms.dram_bw_mbps = ((double)min_clk_table->dram_bw_table.entries[in_out_params->min_clk_i… in dml2_core_shared_mode_support() 791 dml2_printf("DML::%s: dram_bw_mbps = %f\n", __func__, mode_lib->ms.dram_bw_mbps); in dml2_core_shared_mode_support() 2144 mode_lib->ms.dram_bw_mbps); in dml2_core_shared_mode_support() 2158 mode_lib->ms.dram_bw_mbps); in dml2_core_shared_mode_support() 5358 double dram_bw_mbps) in dml_get_return_bandwidth_available() argument 5363 …double ideal_dram_bandwidth = dram_bw_mbps; //dram_speed_mts * soc->clk_table.dram_config.channel_… in dml_get_return_bandwidth_available() 5448 double dram_bw_mbps) in calculate_bandwidth_available() argument 5454 dml2_printf("DML::%s: dram_bw_mbps = %f\n", __func__, dram_bw_mbps); in calculate_bandwidth_available() [all …]
|
H A D | dml2_core_shared_types.h | 351 double dram_bw_mbps; member 543 double dram_bw_mbps; member
|
H A D | dml2_core_dcn4_calcs.c | 2687 double dram_bw_mbps) in dml_get_return_bandwidth_available() argument 2692 …double ideal_dram_bandwidth = dram_bw_mbps; //dram_speed_mts * soc->clk_table.dram_config.channel_… in dml_get_return_bandwidth_available() 2781 double dram_bw_mbps) in calculate_bandwidth_available() argument 2787 dml2_printf("DML::%s: dram_bw_mbps = %f\n", __func__, dram_bw_mbps); in calculate_bandwidth_available() 2800 dram_bw_mbps); in calculate_bandwidth_available() 2802 …_get_return_bandwidth_available(soc, m, n, 0, HostVMEnable, 0, dcfclk_mhz, fclk_mhz, dram_bw_mbps); in calculate_bandwidth_available() 2812 …_get_return_bandwidth_available(soc, m, n, 0, HostVMEnable, 1, dcfclk_mhz, fclk_mhz, dram_bw_mbps); in calculate_bandwidth_available() 2813 …_get_return_bandwidth_available(soc, m, n, 0, HostVMEnable, 0, dcfclk_mhz, fclk_mhz, dram_bw_mbps); in calculate_bandwidth_available() 7061 …mode_lib->ms.dram_bw_mbps = ((double)min_clk_table->dram_bw_table.entries[in_out_params->min_clk_i… in dml_core_mode_support() 7072 dml2_printf("DML::%s: dram_bw_mbps = %f\n", __func__, mode_lib->ms.dram_bw_mbps); in dml_core_mode_support() [all …]
|