Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv6xx_dpm.c785 u32 dram_rows, dram_refresh_rate; in calculate_memory_refresh_rate() local
789 dram_rows = 1 << (tmp + 10); in calculate_memory_refresh_rate()
792 return ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in calculate_memory_refresh_rate()
H A Drv770_dpm.c729 u32 dram_rows; in rv770_calculate_memory_refresh_rate() local
735 dram_rows = 1 << (tmp + 10); in rv770_calculate_memory_refresh_rate()
738 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
H A Dsi_dpm.c4275 u32 dram_rows; in si_calculate_memory_refresh_rate() local
4281 dram_rows = 16384; in si_calculate_memory_refresh_rate()
4283 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()
4286 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c4740 u32 dram_rows; in si_calculate_memory_refresh_rate() local
4746 dram_rows = 16384; in si_calculate_memory_refresh_rate()
4748 dram_rows = 1 << (tmp + 10); in si_calculate_memory_refresh_rate()
4751 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()