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:pstate_sclk_peak
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
810
uint32_t
pstate_sclk_peak
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu10_hwmgr.c
385
&hwmgr->
pstate_sclk_peak
);
in smu10_populate_umdpstate_clocks()
H
A
D
smu8_hwmgr.c
1027
hwmgr->
pstate_sclk_peak
= table->entries[table->count - 1].clk / 100;
in smu8_populate_umdpstate_clocks()
H
A
D
smu7_hwmgr.c
1533
hwmgr->
pstate_sclk_peak
=
in smu7_populate_umdpstate_clocks()
1550
hwmgr->
pstate_sclk_peak
=
in smu7_populate_umdpstate_clocks()
1560
hwmgr->
pstate_sclk_peak
/= 100;
in smu7_populate_umdpstate_clocks()
H
A
D
vega12_hwmgr.c
1043
hwmgr->
pstate_sclk_peak
= gfx_dpm_table->dpm_levels[gfx_dpm_table->count].value;
in vega12_populate_umdpstate_clocks()
H
A
D
vega10_hwmgr.c
3021
hwmgr->
pstate_sclk_peak
= table_info->vdd_dep_on_sclk->entries[table_info->vdd_dep_on_sclk->count - 1].clk;
in vega10_populate_umdpstate_clocks()
3027
hwmgr->
pstate_sclk_peak
/= 100;
in vega10_populate_umdpstate_clocks()
H
A
D
vega20_hwmgr.c
1572
hwmgr->
pstate_sclk_peak
= gfx_table->dpm_levels[gfx_table->count - 1].value;
in vega20_populate_umdpstate_clocks()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
825
*((uint32_t *)value) = hwmgr->
pstate_sclk_peak
* 100;
in pp_dpm_read_sensor()
Completed in 31 milliseconds