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_V1
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.c
270
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_construct_voltage_tables()
290
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_construct_voltage_tables()
321
else if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_construct_voltage_tables()
1003
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_setup_default_dpm_tables()
1801
if ((hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_get_evv_voltages()
2649
if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_hwmgr_backend_init()
2744
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_upload_dpm_level_enable_mask()
2868
} else if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_get_profiling_clk()
3209
} else if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_get_number_of_powerplay_table_entries()
3571
else if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_get_pp_table_entry()
[all...]
H
A
D
hwmgr.c
90
hwmgr->pp_table_version =
PP_TABLE_V1
;
in hwmgr_early_init()
H
A
D
smu7_powertune.c
1130
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_enable_power_containment()
1220
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_power_control_set_level()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.c
332
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_construct_voltage_tables()
352
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_construct_voltage_tables()
383
else if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_construct_voltage_tables()
1065
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_setup_default_dpm_tables()
1535
} else if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_populate_umdpstate_clocks()
2066
if ((hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_get_evv_voltages()
2985
if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_hwmgr_backend_init()
3088
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_upload_dpm_level_enable_mask()
3209
} else if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_get_profiling_clk()
3583
} else if (hwmgr->pp_table_version ==
PP_TABLE_V1
) {
in smu7_get_number_of_powerplay_table_entries()
[all...]
H
A
D
hwmgr.c
86
hwmgr->pp_table_version =
PP_TABLE_V1
;
in hwmgr_early_init()
H
A
D
smu7_powertune.c
1157
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_enable_power_containment()
1247
if (hwmgr->pp_table_version ==
PP_TABLE_V1
)
in smu7_power_control_set_level()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
734
PP_TABLE_V1
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
733
PP_TABLE_V1
,
enumerator
Completed in 23 milliseconds