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:gcr_cntl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
sdma_v5_0.c
459
uint32_t
gcr_cntl
= SDMA_GCR_GL2_INV | SDMA_GCR_GL2_WB | SDMA_GCR_GLM_INV |
in sdma_v5_0_ring_emit_mem_sync()
local
466
amdgpu_ring_write(ring, SDMA_PKT_GCR_REQ_PAYLOAD2_GCR_CONTROL_15_0(
gcr_cntl
) |
in sdma_v5_0_ring_emit_mem_sync()
469
SDMA_PKT_GCR_REQ_PAYLOAD3_GCR_CONTROL_18_16(
gcr_cntl
>> 16));
in sdma_v5_0_ring_emit_mem_sync()
H
A
D
sdma_v5_2.c
266
uint32_t
gcr_cntl
= SDMA_GCR_GL2_INV | SDMA_GCR_GL2_WB |
in sdma_v5_2_ring_emit_mem_sync()
local
274
amdgpu_ring_write(ring, SDMA_PKT_GCR_REQ_PAYLOAD2_GCR_CONTROL_15_0(
gcr_cntl
) |
in sdma_v5_2_ring_emit_mem_sync()
277
SDMA_PKT_GCR_REQ_PAYLOAD3_GCR_CONTROL_18_16(
gcr_cntl
>> 16));
in sdma_v5_2_ring_emit_mem_sync()
H
A
D
sdma_v6_0.c
284
uint32_t
gcr_cntl
= SDMA_GCR_GL2_INV | SDMA_GCR_GL2_WB | SDMA_GCR_GLM_INV |
in sdma_v6_0_ring_emit_mem_sync()
local
291
amdgpu_ring_write(ring, SDMA_PKT_GCR_REQ_PAYLOAD2_GCR_CONTROL_15_0(
gcr_cntl
) |
in sdma_v6_0_ring_emit_mem_sync()
294
SDMA_PKT_GCR_REQ_PAYLOAD3_GCR_CONTROL_18_16(
gcr_cntl
>> 16));
in sdma_v6_0_ring_emit_mem_sync()
H
A
D
gfx_v11_0.c
6049
const unsigned int
gcr_cntl
=
in gfx_v11_0_emit_mem_sync()
local
6067
amdgpu_ring_write(ring,
gcr_cntl
); /* GCR_CNTL */
in gfx_v11_0_emit_mem_sync()
H
A
D
gfx_v10_0.c
9107
const unsigned int
gcr_cntl
=
in gfx_v10_0_emit_mem_sync()
local
9125
amdgpu_ring_write(ring,
gcr_cntl
); /* GCR_CNTL */
in gfx_v10_0_emit_mem_sync()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v10_0.c
8533
const unsigned int
gcr_cntl
=
in gfx_v10_0_emit_mem_sync()
local
8551
amdgpu_ring_write(ring,
gcr_cntl
); /* GCR_CNTL */
in gfx_v10_0_emit_mem_sync()
Completed in 36 milliseconds