Home
last modified time | relevance | path

Searched refs:DRAMSpeed (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h695 const double DRAMSpeed);
701 const double DRAMSpeed);
H A Ddisplay_mode_vba_util_32.c3288 const double DRAMSpeed) in dml32_get_return_bw_mbps() argument
3293 double IdealDRAMBandwidth = DRAMSpeed * soc->num_chans * soc->dram_channel_width_bytes; in dml32_get_return_bw_mbps()
3313 dml_print("DML::%s: DRAMSpeed = %f\n", __func__, DRAMSpeed); in dml32_get_return_bw_mbps()
3330 const double DRAMSpeed) in dml32_get_return_bw_mbps_vm_only() argument
3336 DRAMSpeed * soc->num_chans * soc->dram_channel_width_bytes in dml32_get_return_bw_mbps_vm_only()
3344 dml_print("DML::%s: DRAMSpeed = %f\n", __func__, DRAMSpeed); in dml32_get_return_bw_mbps_vm_only()
H A Ddisplay_mode_vba_32.c541 mode_lib->vba.DRAMSpeed); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
551 dml_print("DML::%s: mode_lib->vba.DRAMSpeed = %f\n", __func__, mode_lib->vba.DRAMSpeed); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3733 mode_lib->vba.DRAMSpeed = mode_lib->vba.DRAMSpeedPerState[mode_lib->vba.VoltageLevel]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h435 double DRAMSpeed; member
H A Ddisplay_mode_vba.c382 mode_lib->vba.DRAMSpeed = soc->clock_limits[i].dram_speed_mts; in fetch_socbb_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c5773 dml_float_t DRAMSpeed) in dml_get_return_bw_mbps_vm_only() argument
5778 DRAMSpeed * soc->num_chans * soc->dram_channel_width_bytes * in dml_get_return_bw_mbps_vm_only()
5785 dml_print("DML::%s: DRAMSpeed = %f\n", __func__, DRAMSpeed); in dml_get_return_bw_mbps_vm_only()
5799 dml_float_t DRAMSpeed) in dml_get_return_bw_mbps() argument
5804 dml_float_t IdealDRAMBandwidth = DRAMSpeed * soc->num_chans * soc->dram_channel_width_bytes; in dml_get_return_bw_mbps()
5825 dml_print("DML::%s: DRAMSpeed = %f\n", __func__, DRAMSpeed); in dml_get_return_bw_mbps()
5842 dml_float_t DRAMSpeed) in dml_get_return_dram_bw_mbps() argument
5845 dml_float_t IdealDRAMBandwidth = DRAMSpeed * soc->num_chans * soc->dram_channel_width_bytes; in dml_get_return_dram_bw_mbps()
5860 dml_print("DML::%s: DRAMSpeed = %f\n", __func__, DRAMSpeed); in dml_get_return_dram_bw_mbps()
8245 mode_lib->ms.DRAMSpeed = mode_lib->ms.state.dram_speed_mts; in dml_core_mode_support()
[all …]
H A Ddisplay_mode_core_structs.h832 dml_float_t DRAMSpeed; /// <brief Basically just the clock freq at the min (or given) state member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c4942 v->DRAMSpeed = v->DRAMSpeedPerState[v->VoltageLevel]; in dml30_ModeSupportAndSystemConfigurationFull()