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

/linux-master/drivers/gpu/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.c4212 u32 dram_rows; local
4218 dram_rows = 16384;
4220 dram_rows = 1 << (tmp + 10);
4223 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_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 303 milliseconds