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:gfx_ring0
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
vega20_reg_init.c
71
adev->doorbell_index.
gfx_ring0
= AMDGPU_VEGA20_DOORBELL_GFX_RING0;
in vega20_doorbell_index_init()
H
A
D
vega10_reg_init.c
71
adev->doorbell_index.
gfx_ring0
= AMDGPU_DOORBELL64_GFX_RING0;
in vega10_doorbell_index_init()
H
A
D
amdgpu_doorbell.h
53
uint32_t
gfx_ring0
;
member
H
A
D
nv.c
653
adev->doorbell_index.
gfx_ring0
= AMDGPU_NAVI10_DOORBELL_GFX_RING0;
in nv_init_doorbell_index()
H
A
D
vi.c
1864
adev->doorbell_index.
gfx_ring0
= AMDGPU_DOORBELL_GFX_RING0;
in legacy_doorbell_index_init()
H
A
D
gfx_v8_0.c
2023
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
;
in gfx_v8_0_sw_init()
4263
adev->doorbell_index.
gfx_ring0
);
in gfx_v8_0_set_cpg_door_bell()
H
A
D
gfx_v9_0.c
2340
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
<< 1;
in gfx_v9_0_sw_init()
H
A
D
gfx_v10_0.c
4301
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
<< 1;
in gfx_v10_0_gfx_ring_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
vega20_reg_init.c
71
adev->doorbell_index.
gfx_ring0
= AMDGPU_VEGA20_DOORBELL_GFX_RING0;
in vega20_doorbell_index_init()
H
A
D
vega10_reg_init.c
71
adev->doorbell_index.
gfx_ring0
= AMDGPU_DOORBELL64_GFX_RING0;
in vega10_doorbell_index_init()
H
A
D
amdgpu_doorbell.h
63
uint32_t
gfx_ring0
;
member
H
A
D
soc21.c
491
adev->doorbell_index.
gfx_ring0
= AMDGPU_NAVI10_DOORBELL_GFX_RING0;
in soc21_init_doorbell_index()
H
A
D
nv.c
573
adev->doorbell_index.
gfx_ring0
= AMDGPU_NAVI10_DOORBELL_GFX_RING0;
in nv_init_doorbell_index()
H
A
D
vi.c
2216
adev->doorbell_index.
gfx_ring0
= AMDGPU_DOORBELL_GFX_RING0;
in legacy_doorbell_index_init()
H
A
D
gfx_v9_0.c
2080
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
<< 1;
in gfx_v9_0_sw_init()
2099
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
<< 1;
in gfx_v9_0_sw_init()
H
A
D
gfx_v8_0.c
1988
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
;
in gfx_v8_0_sw_init()
4230
adev->doorbell_index.
gfx_ring0
);
in gfx_v8_0_set_cpg_door_bell()
H
A
D
gfx_v11_0.c
918
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
<< 1;
in gfx_v11_0_gfx_ring_init()
3584
(adev->doorbell_index.
gfx_ring0
* 2) << 2);
in gfx_v11_0_cp_set_doorbell_range()
H
A
D
gfx_v10_0.c
4438
ring->doorbell_index = adev->doorbell_index.
gfx_ring0
<< 1;
in gfx_v10_0_gfx_ring_init()
6449
if (ring->doorbell_index == adev->doorbell_index.
gfx_ring0
<< 1)
in gfx_v10_0_gfx_init_queue()
Completed in 87 milliseconds