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:smu_info_v4_0
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0.c
584
struct atom_smu_info_v4_0 *
smu_info_v4_0
;
in smu_v13_0_get_vbios_bootup_values()
local
665
smu_info_v4_0
= (struct atom_smu_info_v4_0 *)header;
in smu_v13_0_get_vbios_bootup_values()
667
smu->smu_table.boot_values.socclk =
smu_info_v4_0
->bootup_socclk_10khz;
in smu_v13_0_get_vbios_bootup_values()
668
smu->smu_table.boot_values.dcefclk =
smu_info_v4_0
->bootup_dcefclk_10khz;
in smu_v13_0_get_vbios_bootup_values()
669
smu->smu_table.boot_values.vclk =
smu_info_v4_0
->bootup_vclk0_10khz;
in smu_v13_0_get_vbios_bootup_values()
670
smu->smu_table.boot_values.dclk =
smu_info_v4_0
->bootup_dclk0_10khz;
in smu_v13_0_get_vbios_bootup_values()
671
smu->smu_table.boot_values.fclk =
smu_info_v4_0
->bootup_fclk_10khz;
in smu_v13_0_get_vbios_bootup_values()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H
A
D
bios_parser2.c
1929
struct atom_smu_info_v4_0 *
smu_info_v4_0
= NULL;
in get_firmware_info_v3_4()
local
2028
smu_info_v4_0
= GET_IMAGE(struct atom_smu_info_v4_0,
in get_firmware_info_v3_4()
2031
if (!
smu_info_v4_0
)
in get_firmware_info_v3_4()
2034
/* For DCN32/321 bootup DCFCLK from
smu_info_v4_0
may not be reliable */
in get_firmware_info_v3_4()
Completed in 7 milliseconds