Home
last modified time | relevance | path

Searched refs:stable_pstate (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c276 u32 *stable_pstate) in amdgpu_ctx_get_stable_pstate() argument
285 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_STANDARD; in amdgpu_ctx_get_stable_pstate()
288 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_MIN_SCLK; in amdgpu_ctx_get_stable_pstate()
291 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_MIN_MCLK; in amdgpu_ctx_get_stable_pstate()
294 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_PEAK; in amdgpu_ctx_get_stable_pstate()
297 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_NONE; in amdgpu_ctx_get_stable_pstate()
330 ctx->stable_pstate = mgr->adev->pm.stable_pstate_ctx->stable_pstate; in amdgpu_ctx_init()
332 ctx->stable_pstate = current_stable_pstate; in amdgpu_ctx_init()
338 u32 stable_pstate) in amdgpu_ctx_set_stable_pstate() argument
352 if (r || (stable_pstate == current_stable_pstate)) in amdgpu_ctx_set_stable_pstate()
[all …]
Damdgpu_ctx.h59 uint32_t stable_pstate; member