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:soft_pp_table
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega12_processpptables.c
50
const void *table_address = hwmgr->
soft_pp_table
;
in get_powerplay_table()
57
hwmgr->
soft_pp_table
= table_address; /*Cache the result in RAM.*/
in get_powerplay_table()
H
A
D
vega20_processpptables.c
52
const void *table_address = hwmgr->
soft_pp_table
;
in get_powerplay_table()
59
hwmgr->
soft_pp_table
= table_address;
in get_powerplay_table()
H
A
D
process_pptables_v1_0.c
140
void *table_address = (void *)hwmgr->
soft_pp_table
;
in get_powerplay_table()
146
hwmgr->
soft_pp_table
= table_address; /*Cache the result in RAM.*/
in get_powerplay_table()
H
A
D
processpptables.c
832
const void *table_addr = hwmgr->
soft_pp_table
;
in get_powerplay_table()
839
hwmgr->
soft_pp_table
= &soft_dummy_pp_table[0];
in get_powerplay_table()
845
hwmgr->
soft_pp_table
= table_addr;
in get_powerplay_table()
H
A
D
vega10_processpptables.c
53
const void *table_address = hwmgr->
soft_pp_table
;
in get_powerplay_table()
60
hwmgr->
soft_pp_table
= table_address; /*Cache the result in RAM.*/
in get_powerplay_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega12_processpptables.c
49
const void *table_address = hwmgr->
soft_pp_table
;
in get_powerplay_table()
56
hwmgr->
soft_pp_table
= table_address; /*Cache the result in RAM.*/
in get_powerplay_table()
H
A
D
vega20_processpptables.c
51
const void *table_address = hwmgr->
soft_pp_table
;
in get_powerplay_table()
58
hwmgr->
soft_pp_table
= table_address;
in get_powerplay_table()
H
A
D
process_pptables_v1_0.c
140
void *table_address = (void *)hwmgr->
soft_pp_table
;
in get_powerplay_table()
146
hwmgr->
soft_pp_table
= table_address; /*Cache the result in RAM.*/
in get_powerplay_table()
H
A
D
processpptables.c
828
const void *table_addr = hwmgr->
soft_pp_table
;
in get_powerplay_table()
835
hwmgr->
soft_pp_table
= &soft_dummy_pp_table[0];
in get_powerplay_table()
841
hwmgr->
soft_pp_table
= table_addr;
in get_powerplay_table()
H
A
D
vega10_processpptables.c
52
const void *table_address = hwmgr->
soft_pp_table
;
in get_powerplay_table()
59
hwmgr->
soft_pp_table
= table_address; /*Cache the result in RAM.*/
in get_powerplay_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
652
if (!hwmgr || !hwmgr->pm_en ||!hwmgr->
soft_pp_table
)
in pp_dpm_get_pp_table()
656
*table = (char *)hwmgr->
soft_pp_table
;
in pp_dpm_get_pp_table()
688
hwmgr->hardcode_pp_table = kmemdup(hwmgr->
soft_pp_table
,
in pp_dpm_set_pp_table()
697
hwmgr->
soft_pp_table
= hwmgr->hardcode_pp_table;
in pp_dpm_set_pp_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
647
if (!hwmgr || !hwmgr->pm_en || !hwmgr->
soft_pp_table
)
in pp_dpm_get_pp_table()
650
*table = (char *)hwmgr->
soft_pp_table
;
in pp_dpm_get_pp_table()
679
hwmgr->hardcode_pp_table = kmemdup(hwmgr->
soft_pp_table
,
in pp_dpm_set_pp_table()
688
hwmgr->
soft_pp_table
= hwmgr->hardcode_pp_table;
in pp_dpm_set_pp_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
758
const void *
soft_pp_table
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
756
const void *
soft_pp_table
;
member
Completed in 23 milliseconds