Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.c276 u32 *stable_pstate) in amdgpu_ctx_get_stable_pstate() argument
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()
355 switch (stable_pstate) { in amdgpu_ctx_set_stable_pstate()
611 bool set, u32 *stable_pstate) in amdgpu_ctx_stable_pstate() argument
641 uint32_t id, stable_pstate; in amdgpu_ctx_ioctl() local
[all …]
A Damdgpu_ctx.h59 uint32_t stable_pstate; member

Completed in 4 milliseconds