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:SVGA_FIFO_FENCE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_irq.c
121
uint32_t seqno = vmw_mmio_read(fifo_mem +
SVGA_FIFO_FENCE
);
in vmw_update_seqno()
228
vmw_mmio_write(signal_seq, fifo_mem +
SVGA_FIFO_FENCE
);
in vmw_fallback_wait()
H
A
D
vmwgfx_fence.c
145
u32 seqno = vmw_mmio_read(fifo_mem +
SVGA_FIFO_FENCE
);
in vmw_fence_enable_signaling()
473
seqno = vmw_mmio_read(fifo_mem +
SVGA_FIFO_FENCE
);
in __vmw_fences_update()
495
new_seqno = vmw_mmio_read(fifo_mem +
SVGA_FIFO_FENCE
);
in __vmw_fences_update()
H
A
D
vmwgfx_fifo.c
162
vmw_mmio_write(dev_priv->last_read_seqno, fifo_mem +
SVGA_FIFO_FENCE
);
in vmw_fifo_init()
184
dev_priv->last_read_seqno = vmw_mmio_read(fifo_mem +
SVGA_FIFO_FENCE
);
in vmw_fifo_release()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H
A
D
svga_reg.h
1039
SVGA_FIFO_FENCE
,
enumerator
1897
*
SVGA_FIFO_FENCE
register. It will also compare the fence against
1903
*
SVGA_FIFO_FENCE
for this command,
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H
A
D
svga_reg.h
470
SVGA_FIFO_FENCE
,
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_drv.h
1482
fence = vmw_fifo_mem_read(dev_priv,
SVGA_FIFO_FENCE
);
in vmw_fence_read()
1490
vmw_fifo_mem_write(dev_priv,
SVGA_FIFO_FENCE
, fence);
in vmw_fence_write()
Completed in 22 milliseconds