Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_rv6xx_dpm.c | 789 u32 dram_rows, dram_refresh_rate; local in function:calculate_memory_refresh_rate 793 dram_rows = 1 << (tmp + 10); 796 return ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; |
radeon_rv770_dpm.c | 729 u32 dram_rows; local in function:rv770_calculate_memory_refresh_rate 735 dram_rows = 1 << (tmp + 10); 738 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; |
radeon_si_dpm.c | 4280 u32 dram_rows; local in function:si_calculate_memory_refresh_rate 4286 dram_rows = 16384; 4288 dram_rows = 1 << (tmp + 10); 4291 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | |
amdgpu_si_dpm.c | 4746 u32 dram_rows; local in function:si_calculate_memory_refresh_rate 4752 dram_rows = 16384; 4754 dram_rows = 1 << (tmp + 10); 4757 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; |