Home
last modified time | relevance | path

Searched refs:stable_pstate_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c346 if (mgr->adev->pm.stable_pstate_ctx) in amdgpu_ctx_init()
347 ctx->stable_pstate = mgr->adev->pm.stable_pstate_ctx->stable_pstate; in amdgpu_ctx_init()
364 if (adev->pm.stable_pstate_ctx && adev->pm.stable_pstate_ctx != ctx) { in amdgpu_ctx_set_stable_pstate()
397 adev->pm.stable_pstate_ctx = NULL; in amdgpu_ctx_set_stable_pstate()
399 adev->pm.stable_pstate_ctx = ctx; in amdgpu_ctx_set_stable_pstate()
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h364 struct amdgpu_ctx *stable_pstate_ctx; member
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c313 adev->pm.stable_pstate_ctx = NULL; in amdgpu_set_power_dpm_force_performance_level()