Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dcypress_dpm.h50 u32 mc_arb_rfsh_rate; member
Dnislands_smc.h282 uint8_t mc_arb_rfsh_rate; member
Dsislands_smc.h331 uint8_t mc_arb_rfsh_rate; member
Drv770_dpm.c727 u32 mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate() local
734 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
736 return mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate()
Dbtc_dpm.c1761 arb_registers->mc_arb_rfsh_rate = RREG32(MC_ARB_RFSH_RATE); in btc_read_arb_registers()
1774 val = (arb_registers->mc_arb_rfsh_rate & POWERMODE0_MASK) >> in btc_set_arb0_registers()
Dsi_dpm.c4217 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4226 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4228 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4239 arb_regs->mc_arb_rfsh_rate = in si_populate_memory_timing_parameters()
Dni_dpm.c1620 arb_regs->mc_arb_rfsh_rate = in ni_populate_memory_timing_parameters()