Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c13 unsigned long uclk_mbytes_per_tick = 0; in dram_bw_kbps_to_uclk_khz() local
15 uclk_mbytes_per_tick = dram_config->channel_count * dram_config->channel_width_bytes * dram_config->transactions_per_clock; in dram_bw_kbps_to_uclk_khz()
17 uclk_khz = (double)bandwidth_kbps / uclk_mbytes_per_tick; in dram_bw_kbps_to_uclk_khz()