Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ctx.c293 u32 *stable_pstate) in amdgpu_ctx_get_stable_pstate() argument
311 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_PEAK; in amdgpu_ctx_get_stable_pstate()
314 *stable_pstate = AMDGPU_CTX_STABLE_PSTATE_NONE; in amdgpu_ctx_get_stable_pstate()
348 ctx->stable_pstate = mgr->adev->pm.stable_pstate_ctx->stable_pstate; in amdgpu_ctx_init()
350 ctx->stable_pstate = current_stable_pstate; in amdgpu_ctx_init()
357 u32 stable_pstate) in amdgpu_ctx_set_stable_pstate() argument
371 if (r || (stable_pstate == current_stable_pstate)) in amdgpu_ctx_set_stable_pstate()
374 switch (stable_pstate) { in amdgpu_ctx_set_stable_pstate()
639 bool set, u32 *stable_pstate) in amdgpu_ctx_stable_pstate() argument
669 uint32_t id, stable_pstate; in amdgpu_ctx_ioctl() local
[all …]
A Damdgpu_ctx.h59 uint32_t stable_pstate; member

Completed in 7 milliseconds