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:fence_context
(Results
1 - 15
of
15
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_session.h
64
u32
fence_context
; /** < The execution dma fence context this fence is run on. */
member
H
A
D
mali_kernel_core.c
1173
session->
fence_context
= dma_fence_context_alloc(1);
in _mali_ukk_open()
1175
session->
fence_context
= fence_context_alloc(1);
in _mali_ukk_open()
H
A
D
mali_scheduler.c
1047
job->rendered_dma_fence = mali_dma_fence_new(job->session->
fence_context
,
in mali_scheduler_submit_pp_job()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_kcpu.h
207
* @
fence_context
: The dma-buf fence context number for this kcpu
238
u64
fence_context
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_session.h
67
u32
fence_context
; /** < The execution dma fence context this fence is run on. */
member
H
A
D
mali_kernel_core.c
1206
session->
fence_context
= dma_fence_context_alloc(1);
in _mali_ukk_open()
1208
session->
fence_context
= fence_context_alloc(1);
in _mali_ukk_open()
H
A
D
mali_scheduler.c
992
mali_dma_fence_new(job->session->
fence_context
, mali_osk_atomic_inc_return(&job->session->fence_seqno));
in mali_scheduler_submit_pp_job()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf_kcpu.h
249
* @
fence_context
: The dma-buf fence context number for this kcpu
281
u64
fence_context
;
member
H
A
D
mali_kbase_csf_kcpu_debugfs.c
86
queue->
fence_context
, queue->fence_seqno);
in kbasep_csf_kcpu_debugfs_print_queue()
H
A
D
mali_kbase_csf_kcpu.c
1375
kcpu_queue->
fence_context
,
in kbase_kcpu_fence_signal_prepare()
2197
queue->
fence_context
= dma_fence_context_alloc(1);
in kbase_csf_kcpu_queue_new()
2217
queue->
fence_context
, 0);
in kbase_csf_kcpu_queue_new()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_internal_sync.c
166
sync_timeline->
fence_context
= dma_fence_context_alloc(1);
in mali_internal_sync_timeline_create()
168
sync_timeline->
fence_context
= fence_context_alloc(1);
in mali_internal_sync_timeline_create()
238
sync_timeline->
fence_context
, ++sync_timeline->value);
in mali_internal_sync_point_create()
241
sync_timeline->
fence_context
, ++sync_timeline->value);
in mali_internal_sync_point_create()
H
A
D
mali_internal_sync.h
63
int
fence_context
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_internal_sync.c
188
sync_timeline->
fence_context
= dma_fence_context_alloc(1);
in mali_internal_sync_timeline_create()
190
sync_timeline->
fence_context
= fence_context_alloc(1);
in mali_internal_sync_timeline_create()
267
sync_timeline->
fence_context
, ++sync_timeline->value);
in mali_internal_sync_point_create()
270
sync_timeline->
fence_context
, ++sync_timeline->value);
in mali_internal_sync_point_create()
H
A
D
mali_internal_sync.h
64
int
fence_context
;
member
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_crtc.h
1129
* @
fence_context
:
1133
unsigned int
fence_context
;
member
1138
* spinlock to protect the fences in the
fence_context
.
Completed in 20 milliseconds