Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c336 ctx->stable_pstate = AMDGPU_CTX_STABLE_PSTATE_NONE; in amdgpu_ctx_init()
342 u32 stable_pstate) in __amdgpu_ctx_set_stable_pstate() argument
352 switch (stable_pstate) { in __amdgpu_ctx_set_stable_pstate()
377 if (current_stable_pstate == stable_pstate) in __amdgpu_ctx_set_stable_pstate()
390 WRITE_ONCE(ctx->stable_pstate, current_stable_pstate); in __amdgpu_ctx_set_stable_pstate()
397 u32 stable_pstate) in amdgpu_ctx_set_stable_pstate() argument
403 r = __amdgpu_ctx_set_stable_pstate(ctx, stable_pstate); in amdgpu_ctx_set_stable_pstate()
431 __amdgpu_ctx_set_stable_pstate(ctx, ctx->stable_pstate); in amdgpu_ctx_fini()
629 bool set, u32 *stable_pstate) in amdgpu_ctx_stable_pstate() argument
647 r = amdgpu_ctx_set_stable_pstate(ctx, *stable_pstate); in amdgpu_ctx_stable_pstate()
[all …]