Home
last modified time | relevance | path

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

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