Searched refs:dpm_current_power_state (Results 1 – 4 of 4) sorted by relevance
364 smu_dpm->dpm_current_power_state = kzalloc(sizeof(struct smu_power_state), in vega20_allocate_dpm_context()366 if (!smu_dpm->dpm_current_power_state) in vega20_allocate_dpm_context()634 !smu_dpm_ctx->dpm_current_power_state) in vega20_get_current_power_state()638 switch (smu_dpm_ctx->dpm_current_power_state->classification.ui_label) { in vega20_get_current_power_state()649 …if (smu_dpm_ctx->dpm_current_power_state->classification.flags & SMU_STATE_CLASSIFICATION_FLAG_BOO… in vega20_get_current_power_state()
425 kfree(smu_dpm->dpm_current_power_state); in smu_v11_0_fini_dpm_context()430 smu_dpm->dpm_current_power_state = NULL; in smu_v11_0_fini_dpm_context()
327 smu_dpm->dpm_current_power_state = kzalloc(sizeof(struct smu_power_state), in arcturus_allocate_dpm_context()329 if (!smu_dpm->dpm_current_power_state) in arcturus_allocate_dpm_context()
279 struct smu_power_state *dpm_current_power_state; member