Home
last modified time | relevance | path

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

/Linux-v5.10/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.h332 uint8_t mc_arb_rfsh_rate; member
Drv770_dpm.c726 u32 mc_arb_rfsh_rate; in rv770_calculate_memory_refresh_rate() local
733 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in rv770_calculate_memory_refresh_rate()
735 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.c4258 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4267 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4269 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4280 arb_regs->mc_arb_rfsh_rate = in si_populate_memory_timing_parameters()
Dni_dpm.c1621 arb_regs->mc_arb_rfsh_rate = in ni_populate_memory_timing_parameters()
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/
Dsislands_smc.h332 uint8_t mc_arb_rfsh_rate; member
Dsi_dpm.h337 u32 mc_arb_rfsh_rate; member
Dsi_dpm.c4722 u32 mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate() local
4731 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64; in si_calculate_memory_refresh_rate()
4733 return mc_arb_rfsh_rate; in si_calculate_memory_refresh_rate()
4744 arb_regs->mc_arb_rfsh_rate = in si_populate_memory_timing_parameters()