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:out_fence
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_fence.c
57
job->
out_fence
= fence;
in rga_out_fence_alloc()
67
if (!job->
out_fence
)
in rga_out_fence_get_fd()
74
sync_file = sync_file_create(job->
out_fence
);
in rga_out_fence_get_fd()
H
A
D
rga_job.c
128
if (job->
out_fence
)
in rga_job_free()
129
dma_fence_put(job->
out_fence
);
in rga_job_free()
336
if (job->
out_fence
)
in rga_job_next()
337
dma_fence_signal(job->
out_fence
);
in rga_job_next()
384
if (job->
out_fence
)
in rga_job_done()
385
dma_fence_signal(job->
out_fence
);
in rga_job_done()
419
if (job->
out_fence
)
in rga_job_timeout_clean()
420
dma_fence_signal(job->
out_fence
);
in rga_job_timeout_clean()
/device/soc/hisilicon/hi3751v350/sdk_linux/include/
H
A
D
hifb_userspace.h
39
int
out_fence
;
member
/device/soc/hisilicon/common/hal/display/hi3751v350/linux_standard/adapter/
H
A
D
display_adapter_impl.cpp
66
frame->outFence = fbFrameInfo.
out_fence
;
in DisplayFbFresh()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga_drv.h
270
struct dma_fence *
out_fence
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_atomic_uapi.c
1174
conn_state->writeback_job->
out_fence
= fence;
in prepare_signaling()
Completed in 5 milliseconds