Lines Matching refs:smc_state_table

411 	SMU7_Discrete_DpmTable  *dpm_table = &pi->smc_state_table;  in ci_populate_bapm_parameters_in_dpm_table()
1281 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_fps_limits()
2560 pi->smc_state_table.GraphicsBootLevel = level; in ci_populate_smc_initial_state()
2568 pi->smc_state_table.MemoryBootLevel = level; in ci_populate_smc_initial_state()
2607 pi->smc_state_table.LinkLevelCount = (u8)dpm_table->pcie_speed_table.count; in ci_populate_smc_link_level()
3248 SMU7_Discrete_GraphicsLevel *levels = pi->smc_state_table.GraphicsLevel; in ci_populate_all_graphic_levels()
3257 &pi->smc_state_table.GraphicsLevel[i]); in ci_populate_all_graphic_levels()
3261 pi->smc_state_table.GraphicsLevel[i].DeepSleepDivId = 0; in ci_populate_all_graphic_levels()
3263 pi->smc_state_table.GraphicsLevel[i].DisplayWatermark = in ci_populate_all_graphic_levels()
3266 pi->smc_state_table.GraphicsLevel[0].EnabledForActivity = 1; in ci_populate_all_graphic_levels()
3268 pi->smc_state_table.GraphicsDpmLevelCount = (u8)dpm_table->sclk_table.count; in ci_populate_all_graphic_levels()
3295 SMU7_Discrete_MemoryLevel *levels = pi->smc_state_table.MemoryLevel; in ci_populate_all_memory_levels()
3305 &pi->smc_state_table.MemoryLevel[i]); in ci_populate_all_memory_levels()
3310 pi->smc_state_table.MemoryLevel[0].EnabledForActivity = 1; in ci_populate_all_memory_levels()
3314 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
3315 pi->smc_state_table.MemoryLevel[0].MinVddc; in ci_populate_all_memory_levels()
3316 pi->smc_state_table.MemoryLevel[1].MinVddcPhases = in ci_populate_all_memory_levels()
3317 pi->smc_state_table.MemoryLevel[0].MinVddcPhases; in ci_populate_all_memory_levels()
3320 pi->smc_state_table.MemoryLevel[0].ActivityLevel = cpu_to_be16(0x1F); in ci_populate_all_memory_levels()
3322 pi->smc_state_table.MemoryDpmLevelCount = (u8)dpm_table->mclk_table.count; in ci_populate_all_memory_levels()
3326 pi->smc_state_table.MemoryLevel[dpm_table->mclk_table.count - 1].DisplayWatermark = in ci_populate_all_memory_levels()
3524 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_smc_table()
3546 ret = ci_populate_ulv_state(rdev, &pi->smc_state_table.Ulv); in ci_init_smc_table()
3595 (u32 *)&pi->smc_state_table.GraphicsBootLevel); in ci_init_smc_table()
3599 (u32 *)&pi->smc_state_table.MemoryBootLevel); in ci_init_smc_table()
4049 pi->smc_state_table.UvdBootLevel = 0; in ci_update_uvd_dpm()
4051 pi->smc_state_table.UvdBootLevel = in ci_update_uvd_dpm()
4056 tmp |= UvdBootLevel(pi->smc_state_table.UvdBootLevel); in ci_update_uvd_dpm()
4091 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm()
4094 tmp |= VceBootLevel(pi->smc_state_table.VceBootLevel); in ci_update_vce_dpm()
4120 pi->smc_state_table.AcpBootLevel = 0;
4124 tmp |= AcpBootLevel(pi->smc_state_table.AcpBootLevel);
5790 dpm_table = &pi->smc_state_table; in ci_dpm_init()