Lines Matching refs:smc_state_table
432 SMU7_Discrete_DpmTable *dpm_table = &pi->smc_state_table; in ci_populate_bapm_parameters_in_dpm_table()
1296 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_fps_limits()
2566 pi->smc_state_table.GraphicsBootLevel = level; in ci_populate_smc_initial_state()
2574 pi->smc_state_table.MemoryBootLevel = level; in ci_populate_smc_initial_state()
2613 pi->smc_state_table.LinkLevelCount = (u8)dpm_table->pcie_speed_table.count; in ci_populate_smc_link_level()
3254 SMU7_Discrete_GraphicsLevel *levels = pi->smc_state_table.GraphicsLevel; in ci_populate_all_graphic_levels()
3263 &pi->smc_state_table.GraphicsLevel[i]); in ci_populate_all_graphic_levels()
3267 pi->smc_state_table.GraphicsLevel[i].DeepSleepDivId = 0; in ci_populate_all_graphic_levels()
3269 pi->smc_state_table.GraphicsLevel[i].DisplayWatermark = in ci_populate_all_graphic_levels()
3272 pi->smc_state_table.GraphicsLevel[0].EnabledForActivity = 1; in ci_populate_all_graphic_levels()
3274 pi->smc_state_table.GraphicsDpmLevelCount = (u8)dpm_table->sclk_table.count; in ci_populate_all_graphic_levels()
3301 SMU7_Discrete_MemoryLevel *levels = pi->smc_state_table.MemoryLevel; in ci_populate_all_memory_levels()
3311 &pi->smc_state_table.MemoryLevel[i]); in ci_populate_all_memory_levels()
3316 pi->smc_state_table.MemoryLevel[0].EnabledForActivity = 1; in ci_populate_all_memory_levels()
3320 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
3321 pi->smc_state_table.MemoryLevel[0].MinVddc; in ci_populate_all_memory_levels()
3322 pi->smc_state_table.MemoryLevel[1].MinVddcPhases = in ci_populate_all_memory_levels()
3323 pi->smc_state_table.MemoryLevel[0].MinVddcPhases; in ci_populate_all_memory_levels()
3326 pi->smc_state_table.MemoryLevel[0].ActivityLevel = cpu_to_be16(0x1F); in ci_populate_all_memory_levels()
3328 pi->smc_state_table.MemoryDpmLevelCount = (u8)dpm_table->mclk_table.count; in ci_populate_all_memory_levels()
3332 pi->smc_state_table.MemoryLevel[dpm_table->mclk_table.count - 1].DisplayWatermark = in ci_populate_all_memory_levels()
3530 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_smc_table()
3552 ret = ci_populate_ulv_state(rdev, &pi->smc_state_table.Ulv); in ci_init_smc_table()
3601 (u32 *)&pi->smc_state_table.GraphicsBootLevel); in ci_init_smc_table()
3605 (u32 *)&pi->smc_state_table.MemoryBootLevel); in ci_init_smc_table()
4052 pi->smc_state_table.UvdBootLevel = 0; in ci_update_uvd_dpm()
4054 pi->smc_state_table.UvdBootLevel = in ci_update_uvd_dpm()
4059 tmp |= UvdBootLevel(pi->smc_state_table.UvdBootLevel); in ci_update_uvd_dpm()
4094 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm()
4097 tmp |= VceBootLevel(pi->smc_state_table.VceBootLevel); in ci_update_vce_dpm()
4123 pi->smc_state_table.AcpBootLevel = 0;
4127 tmp |= AcpBootLevel(pi->smc_state_table.AcpBootLevel);
5778 dpm_table = &pi->smc_state_table; in ci_dpm_init()