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:get_die_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_smuio.h
31
u32 (*
get_die_id
)(struct amdgpu_device *adev);
member
H
A
D
smuio_v13_0_3.c
100
.
get_die_id
= smuio_v13_0_3_get_die_id,
H
A
D
smuio_v13_0.c
134
.
get_die_id
= smuio_v13_0_get_die_id,
H
A
D
amdgpu_ras.c
1059
adev->smuio.funcs->
get_die_id
) {
in amdgpu_ras_query_error_status()
1065
adev->smuio.funcs->
get_die_id
(adev),
in amdgpu_ras_query_error_status()
1080
adev->smuio.funcs->
get_die_id
) {
in amdgpu_ras_query_error_status()
1085
adev->smuio.funcs->
get_die_id
(adev),
in amdgpu_ras_query_error_status()
H
A
D
gmc_v9_0.c
1488
if (1 & adev->smuio.funcs->
get_die_id
(adev))
in gmc_v9_0_set_umc_funcs()
H
A
D
gfx_v9_0.c
948
adev->smuio.funcs->
get_die_id
(adev));
in gfx_v9_0_init_golden_registers()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
aldebaran_ppt.c
465
if (adev->smuio.funcs && adev->smuio.funcs->
get_die_id
)
in aldebaran_is_primary()
466
return adev->smuio.funcs->
get_die_id
(adev) == 0;
in aldebaran_is_primary()
1658
!adev->smuio.funcs->
get_die_id
(adev))
in aldebaran_allow_xgmi_power_down()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
turbostat.c
2679
int
get_die_id
(int cpu)
in get_die_id()
function
5427
cpus[i].die_id =
get_die_id
(i);
in topology_probe()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
2862
int
get_die_id
(int cpu)
in get_die_id()
function
5932
cpus[i].die_id =
get_die_id
(i);
in topology_probe()
Completed in 32 milliseconds