Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dcypress_dpm.h50 u32 mc_arb_rfsh_rate; member
H A Dnislands_smc.h282 uint8_t mc_arb_rfsh_rate; member
H A Dsislands_smc.h332 uint8_t mc_arb_rfsh_rate; member
H A Drv770_dpm.c731 u32 mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate() local
738 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
740 return mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate()
H A Dbtc_dpm.c1758 arb_registers->mc_arb_rfsh_rate = RREG32(MC_ARB_RFSH_RATE); in btc_read_arb_registers()
1771 val = (arb_registers->mc_arb_rfsh_rate & POWERMODE0_MASK) >> in btc_set_arb0_registers()
H A Dsi_dpm.c4277 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4286 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4288 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4299 arb_regs->mc_arb_rfsh_rate = in si_populate_memory_timing_parameters()
H A Dni_dpm.c1620 arb_regs->mc_arb_rfsh_rate = in ni_populate_memory_timing_parameters()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsislands_smc.h332 uint8_t mc_arb_rfsh_rate; member
H A Dsi_dpm.h337 u32 mc_arb_rfsh_rate; member
H A Dsi_dpm.c4742 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4751 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4753 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4764 arb_regs->mc_arb_rfsh_rate = in si_populate_memory_timing_parameters()