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

/openbsd-current/sys/dev/pci/drm/radeon/
H A Drv6xx_dpm.c784 u32 dram_rows, dram_refresh_rate; local
788 dram_rows = 1 << (tmp + 10);
791 return ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
H A Drv770_dpm.c726 u32 dram_rows; local
732 dram_rows = 1 << (tmp + 10);
735 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
H A Dsi_dpm.c4256 u32 dram_rows; local
4262 dram_rows = 16384;
4264 dram_rows = 1 << (tmp + 10);
4267 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c4735 u32 dram_rows; local
4741 dram_rows = 16384;
4743 dram_rows = 1 << (tmp + 10);
4746 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;

Completed in 276 milliseconds