Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dcypress_dpm.h50 u32 mc_arb_rfsh_rate; member
H A Dnislands_smc.h275 uint8_t mc_arb_rfsh_rate; member
H A Dsislands_smc.h326 uint8_t mc_arb_rfsh_rate; member
H A Drv770_dpm.c728 u32 mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate() local
735 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
737 return mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate()
H A Dbtc_dpm.c1731 arb_registers->mc_arb_rfsh_rate = RREG32(MC_ARB_RFSH_RATE); in btc_read_arb_registers()
1744 val = (arb_registers->mc_arb_rfsh_rate & POWERMODE0_MASK) >> in btc_set_arb0_registers()
H A Dsi_dpm.c4214 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4223 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4225 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4236 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()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsislands_smc.h322 uint8_t mc_arb_rfsh_rate; member
H A Dsi_dpm.h337 u32 mc_arb_rfsh_rate; member
H A Dsi_dpm.c4737 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4746 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4748 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4759 arb_regs->mc_arb_rfsh_rate = in si_populate_memory_timing_parameters()