Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c347 if (mgr->adev->pm.stable_pstate_ctx) in amdgpu_ctx_init()
348 ctx->stable_pstate = mgr->adev->pm.stable_pstate_ctx->stable_pstate; in amdgpu_ctx_init()
365 if (adev->pm.stable_pstate_ctx && adev->pm.stable_pstate_ctx != ctx) { in amdgpu_ctx_set_stable_pstate()
398 adev->pm.stable_pstate_ctx = NULL; in amdgpu_ctx_set_stable_pstate()
400 adev->pm.stable_pstate_ctx = ctx; in amdgpu_ctx_set_stable_pstate()
/linux-6.12.1/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h379 struct amdgpu_ctx *stable_pstate_ctx; member
/linux-6.12.1/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c353 adev->pm.stable_pstate_ctx = NULL; in amdgpu_set_power_dpm_force_performance_level()