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

/linux-master/drivers/gpu/drm/radeon/
H A Dcypress_dpm.h50 u32 mc_arb_rfsh_rate; member in struct:evergreen_arb_registers
H A Dnislands_smc.h275 uint8_t mc_arb_rfsh_rate; member in struct:SMC_NIslands_MCArbDramTimingRegisterSet
H A Dsislands_smc.h326 uint8_t mc_arb_rfsh_rate; member in struct:SMC_SIslands_MCArbDramTimingRegisterSet
H A Drv770_dpm.c728 u32 mc_arb_rfsh_rate; local
735 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
737 return mc_arb_rfsh_rate;
H A Dbtc_dpm.c1731 arb_registers->mc_arb_rfsh_rate = RREG32(MC_ARB_RFSH_RATE);
1744 val = (arb_registers->mc_arb_rfsh_rate & POWERMODE0_MASK) >>
H A Dsi_dpm.c4214 u32 mc_arb_rfsh_rate; local
4223 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
4225 return mc_arb_rfsh_rate;
4236 arb_regs->mc_arb_rfsh_rate =
H A Dni_dpm.c1620 arb_regs->mc_arb_rfsh_rate =
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsislands_smc.h322 uint8_t mc_arb_rfsh_rate; member in struct:SMC_SIslands_MCArbDramTimingRegisterSet
H A Dsi_dpm.h337 u32 mc_arb_rfsh_rate; member in struct:evergreen_arb_registers
H A Dsi_dpm.c4737 u32 mc_arb_rfsh_rate; local
4746 mc_arb_rfsh_rate = ((engine_clock * 10) * dram_refresh_rate / dram_rows - 32) / 64;
4748 return mc_arb_rfsh_rate;
4759 arb_regs->mc_arb_rfsh_rate =

Completed in 245 milliseconds