Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c323 u32 current_stable_pstate; in amdgpu_ctx_init() local
342 r = amdgpu_ctx_get_stable_pstate(ctx, &current_stable_pstate); in amdgpu_ctx_init()
349 ctx->stable_pstate = current_stable_pstate; in amdgpu_ctx_init()
360 u32 current_stable_pstate; in amdgpu_ctx_set_stable_pstate() local
369 r = amdgpu_ctx_get_stable_pstate(ctx, &current_stable_pstate); in amdgpu_ctx_set_stable_pstate()
370 if (r || (stable_pstate == current_stable_pstate)) in amdgpu_ctx_set_stable_pstate()