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:mec_ring0
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
vega20_reg_init.c
61
adev->doorbell_index.
mec_ring0
= AMDGPU_VEGA20_DOORBELL_MEC_RING0;
in vega20_doorbell_index_init()
H
A
D
vega10_reg_init.c
61
adev->doorbell_index.
mec_ring0
= AMDGPU_DOORBELL64_MEC_RING0;
in vega10_doorbell_index_init()
H
A
D
amdgpu_doorbell.h
43
uint32_t
mec_ring0
;
member
H
A
D
nv.c
643
adev->doorbell_index.
mec_ring0
= AMDGPU_NAVI10_DOORBELL_MEC_RING0;
in nv_init_doorbell_index()
H
A
D
vi.c
1856
adev->doorbell_index.
mec_ring0
= AMDGPU_DOORBELL_MEC_RING0;
in legacy_doorbell_index_init()
H
A
D
gfx_v7_0.c
4425
ring->doorbell_index = adev->doorbell_index.
mec_ring0
+ ring_id;
in gfx_v7_0_compute_ring_init()
H
A
D
gfx_v9_0.c
2240
ring->doorbell_index = (adev->doorbell_index.
mec_ring0
+ ring_id) << 1;
in gfx_v9_0_compute_ring_init()
H
A
D
gfx_v8_0.c
1909
ring->doorbell_index = adev->doorbell_index.
mec_ring0
+ ring_id;
in gfx_v8_0_compute_ring_init()
H
A
D
gfx_v10_0.c
4332
ring->doorbell_index = (adev->doorbell_index.
mec_ring0
+ ring_id) << 1;
in gfx_v10_0_compute_ring_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
vega20_reg_init.c
61
adev->doorbell_index.
mec_ring0
= AMDGPU_VEGA20_DOORBELL_MEC_RING0;
in vega20_doorbell_index_init()
H
A
D
vega10_reg_init.c
61
adev->doorbell_index.
mec_ring0
= AMDGPU_DOORBELL64_MEC_RING0;
in vega10_doorbell_index_init()
H
A
D
amdgpu_doorbell.h
53
uint32_t
mec_ring0
;
member
H
A
D
aqua_vanjaram.c
43
adev->doorbell_index.
mec_ring0
= AMDGPU_DOORBELL_LAYOUT1_MEC_RING_START;
in aqua_vanjaram_doorbell_index_init()
H
A
D
soc21.c
481
adev->doorbell_index.
mec_ring0
= AMDGPU_NAVI10_DOORBELL_MEC_RING0;
in soc21_init_doorbell_index()
H
A
D
nv.c
563
adev->doorbell_index.
mec_ring0
= AMDGPU_NAVI10_DOORBELL_MEC_RING0;
in nv_init_doorbell_index()
H
A
D
vi.c
2208
adev->doorbell_index.
mec_ring0
= AMDGPU_DOORBELL_MEC_RING0;
in legacy_doorbell_index_init()
H
A
D
gfx_v9_4_3.c
758
xcc_doorbell_start = adev->doorbell_index.
mec_ring0
+
in gfx_v9_4_3_compute_ring_init()
H
A
D
gfx_v7_0.c
4366
ring->doorbell_index = adev->doorbell_index.
mec_ring0
+ ring_id;
in gfx_v7_0_compute_ring_init()
H
A
D
gfx_v9_0.c
1981
ring->doorbell_index = (adev->doorbell_index.
mec_ring0
+ ring_id) << 1;
in gfx_v9_0_compute_ring_init()
H
A
D
gfx_v8_0.c
1877
ring->doorbell_index = adev->doorbell_index.
mec_ring0
+ ring_id;
in gfx_v8_0_compute_ring_init()
H
A
D
gfx_v11_0.c
949
ring->doorbell_index = (adev->doorbell_index.
mec_ring0
+ ring_id) << 1;
in gfx_v11_0_compute_ring_init()
H
A
D
gfx_v10_0.c
4467
ring->doorbell_index = (adev->doorbell_index.
mec_ring0
+ ring_id) << 1;
in gfx_v10_0_compute_ring_init()
Completed in 102 milliseconds