Lines Matching refs:smc_state_table
420 SMU7_Discrete_DpmTable *dpm_table = &pi->smc_state_table; in ci_populate_bapm_parameters_in_dpm_table()
1290 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_fps_limits()
2581 pi->smc_state_table.GraphicsBootLevel = level; in ci_populate_smc_initial_state()
2589 pi->smc_state_table.MemoryBootLevel = level; in ci_populate_smc_initial_state()
2628 pi->smc_state_table.LinkLevelCount = (u8)dpm_table->pcie_speed_table.count; in ci_populate_smc_link_level()
3269 SMU7_Discrete_GraphicsLevel *levels = pi->smc_state_table.GraphicsLevel; in ci_populate_all_graphic_levels()
3278 &pi->smc_state_table.GraphicsLevel[i]); in ci_populate_all_graphic_levels()
3282 pi->smc_state_table.GraphicsLevel[i].DeepSleepDivId = 0; in ci_populate_all_graphic_levels()
3284 pi->smc_state_table.GraphicsLevel[i].DisplayWatermark = in ci_populate_all_graphic_levels()
3287 pi->smc_state_table.GraphicsLevel[0].EnabledForActivity = 1; in ci_populate_all_graphic_levels()
3289 pi->smc_state_table.GraphicsDpmLevelCount = (u8)dpm_table->sclk_table.count; in ci_populate_all_graphic_levels()
3316 SMU7_Discrete_MemoryLevel *levels = pi->smc_state_table.MemoryLevel; in ci_populate_all_memory_levels()
3326 &pi->smc_state_table.MemoryLevel[i]); in ci_populate_all_memory_levels()
3331 pi->smc_state_table.MemoryLevel[0].EnabledForActivity = 1; in ci_populate_all_memory_levels()
3335 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
3336 pi->smc_state_table.MemoryLevel[0].MinVddc; in ci_populate_all_memory_levels()
3337 pi->smc_state_table.MemoryLevel[1].MinVddcPhases = in ci_populate_all_memory_levels()
3338 pi->smc_state_table.MemoryLevel[0].MinVddcPhases; in ci_populate_all_memory_levels()
3341 pi->smc_state_table.MemoryLevel[0].ActivityLevel = cpu_to_be16(0x1F); in ci_populate_all_memory_levels()
3343 pi->smc_state_table.MemoryDpmLevelCount = (u8)dpm_table->mclk_table.count; in ci_populate_all_memory_levels()
3347 pi->smc_state_table.MemoryLevel[dpm_table->mclk_table.count - 1].DisplayWatermark = in ci_populate_all_memory_levels()
3545 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_smc_table()
3567 ret = ci_populate_ulv_state(rdev, &pi->smc_state_table.Ulv); in ci_init_smc_table()
3616 (u32 *)&pi->smc_state_table.GraphicsBootLevel); in ci_init_smc_table()
3620 (u32 *)&pi->smc_state_table.MemoryBootLevel); in ci_init_smc_table()
4070 pi->smc_state_table.UvdBootLevel = 0; in ci_update_uvd_dpm()
4072 pi->smc_state_table.UvdBootLevel = in ci_update_uvd_dpm()
4077 tmp |= UvdBootLevel(pi->smc_state_table.UvdBootLevel); in ci_update_uvd_dpm()
4112 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm()
4115 tmp |= VceBootLevel(pi->smc_state_table.VceBootLevel); in ci_update_vce_dpm()
4141 pi->smc_state_table.AcpBootLevel = 0;
4145 tmp |= AcpBootLevel(pi->smc_state_table.AcpBootLevel);
5811 dpm_table = &pi->smc_state_table; in ci_dpm_init()