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:PP_TABLE_V0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hwmgr.c
109
hwmgr->pp_table_version =
PP_TABLE_V0
;
in hwmgr_early_init()
129
hwmgr->pp_table_version =
PP_TABLE_V0
;
in hwmgr_early_init()
H
A
D
smu7_hwmgr.c
273
else if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_construct_voltage_tables()
293
else if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_construct_voltage_tables()
318
if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_construct_voltage_tables()
1005
else if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_setup_default_dpm_tables()
1755
if ((hwmgr->pp_table_version !=
PP_TABLE_V0
) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK)
in smu7_init_dpm_defaults()
1833
if ((hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_get_evv_voltages()
2652
} else if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_hwmgr_backend_init()
2852
if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_get_profiling_clk()
3206
if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_get_number_of_powerplay_table_entries()
3569
if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_get_pp_table_entry()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hwmgr.c
105
hwmgr->pp_table_version =
PP_TABLE_V0
;
in hwmgr_early_init()
125
hwmgr->pp_table_version =
PP_TABLE_V0
;
in hwmgr_early_init()
H
A
D
smu7_hwmgr.c
335
else if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_construct_voltage_tables()
355
else if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_construct_voltage_tables()
380
if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_construct_voltage_tables()
1067
else if (hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_setup_default_dpm_tables()
1520
if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_populate_umdpstate_clocks()
1937
if ((hwmgr->pp_table_version !=
PP_TABLE_V0
) && (hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK)
in smu7_init_dpm_defaults()
2098
if ((hwmgr->pp_table_version ==
PP_TABLE_V0
)
in smu7_get_evv_voltages()
2988
} else if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_hwmgr_backend_init()
3196
if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_get_profiling_clk()
3580
if (hwmgr->pp_table_version ==
PP_TABLE_V0
) {
in smu7_get_number_of_powerplay_table_entries()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
733
PP_TABLE_V0
= 0,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
732
PP_TABLE_V0
= 0,
enumerator
Completed in 28 milliseconds