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:ucode_fw_gpu_addr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_mes.h
58
uint64_t
ucode_fw_gpu_addr
;
member
H
A
D
mes_v10_1.c
357
&adev->mes.
ucode_fw_gpu_addr
,
in mes_v10_1_allocate_ucode_buffer()
411
&adev->mes.
ucode_fw_gpu_addr
,
in mes_v10_1_free_ucode_buffers()
481
lower_32_bits(adev->mes.
ucode_fw_gpu_addr
));
in mes_v10_1_load_microcode()
483
upper_32_bits(adev->mes.
ucode_fw_gpu_addr
));
in mes_v10_1_load_microcode()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
mes_v11_0.c
496
&adev->mes.
ucode_fw_gpu_addr
[pipe],
in mes_v11_0_allocate_ucode_buffer()
554
&adev->mes.
ucode_fw_gpu_addr
[pipe],
in mes_v11_0_free_ucode_buffers()
649
lower_32_bits(adev->mes.
ucode_fw_gpu_addr
[pipe]));
in mes_v11_0_load_microcode()
651
upper_32_bits(adev->mes.
ucode_fw_gpu_addr
[pipe]));
in mes_v11_0_load_microcode()
H
A
D
mes_v10_1.c
400
&adev->mes.
ucode_fw_gpu_addr
[pipe],
in mes_v10_1_allocate_ucode_buffer()
456
&adev->mes.
ucode_fw_gpu_addr
[pipe],
in mes_v10_1_free_ucode_buffers()
544
lower_32_bits(adev->mes.
ucode_fw_gpu_addr
[pipe]));
in mes_v10_1_load_microcode()
546
upper_32_bits(adev->mes.
ucode_fw_gpu_addr
[pipe]));
in mes_v10_1_load_microcode()
H
A
D
amdgpu_mes.h
92
uint64_t
ucode_fw_gpu_addr
[AMDGPU_MAX_MES_PIPES];
member
Completed in 7 milliseconds