Searched refs:dpm_current_power_state (Results 1 – 6 of 6) sorted by relevance
616 !smu_dpm_ctx->dpm_current_power_state) in renoir_get_current_power_state()619 switch (smu_dpm_ctx->dpm_current_power_state->classification.ui_label) { in renoir_get_current_power_state()630 …if (smu_dpm_ctx->dpm_current_power_state->classification.flags & SMU_STATE_CLASSIFICATION_FLAG_BOO… in renoir_get_current_power_state()
374 struct smu_power_state *dpm_current_power_state; member
444 kfree(smu_dpm->dpm_current_power_state); in smu_v13_0_fini_smc_tables()449 smu_dpm->dpm_current_power_state = NULL; in smu_v13_0_fini_smc_tables()
251 smu_dpm->dpm_current_power_state = kzalloc(sizeof(struct smu_power_state), in aldebaran_allocate_dpm_context()253 if (!smu_dpm->dpm_current_power_state) in aldebaran_allocate_dpm_context()
484 kfree(smu_dpm->dpm_current_power_state); in smu_v11_0_fini_smc_tables()489 smu_dpm->dpm_current_power_state = NULL; in smu_v11_0_fini_smc_tables()
298 smu_dpm->dpm_current_power_state = kzalloc(sizeof(struct smu_power_state), in arcturus_allocate_dpm_context()300 if (!smu_dpm->dpm_current_power_state) in arcturus_allocate_dpm_context()
Completed in 24 milliseconds