Home
last modified time | relevance | path

Searched refs:dpm_current_power_state (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dvega20_ppt.c364 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()
Dsmu_v11_0.c425 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()
Darcturus_ppt.c327 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()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h279 struct smu_power_state *dpm_current_power_state; member