Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:stable_pstate
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ctx.c
292
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
D
amdgpu_ctx.h
59
uint32_t
stable_pstate
;
member
Completed in 2 milliseconds