Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c292 u32 *stable_pstate) in amdgpu_ctx_get_stable_pstate()
301 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_STANDARD; in amdgpu_ctx_get_stable_pstate()
304 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_MIN_SCLK; in amdgpu_ctx_get_stable_pstate()
307 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_MIN_MCLK; in amdgpu_ctx_get_stable_pstate()
310 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_PEAK; in amdgpu_ctx_get_stable_pstate()
313 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_NONE; in amdgpu_ctx_get_stable_pstate()
347 ctx->stable_pstate = mgr->adev->pm.stable_pstate_ctx->stable_pstate; in amdgpu_ctx_init()
349 ctx->stable_pstate = current_stable_pstate; in amdgpu_ctx_init()
356 u32 stable_pstate) in amdgpu_ctx_set_stable_pstate()
291 amdgpu_ctx_get_stable_pstate(struct amdgpu_ctx *ctx, u32 *stable_pstate) amdgpu_ctx_get_stable_pstate() argument
355 amdgpu_ctx_set_stable_pstate(struct amdgpu_ctx *ctx, u32 stable_pstate) amdgpu_ctx_set_stable_pstate() argument
636 amdgpu_ctx_stable_pstate(struct amdgpu_device *adev, struct amdgpu_fpriv *fpriv, uint32_t id, bool set, u32 *stable_pstate) amdgpu_ctx_stable_pstate() argument
668 uint32_t id, stable_pstate; amdgpu_ctx_ioctl() local
[all...]
H A Damdgpu_ctx.h59 uint32_t stable_pstate; member

Completed in 2 milliseconds