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:staged_bindings
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_drv.c
1015
if (dev_priv->ctx.
staged_bindings
)
in vmw_driver_load()
1016
vmw_binding_state_free(dev_priv->ctx.
staged_bindings
);
in vmw_driver_load()
1061
if (dev_priv->ctx.
staged_bindings
)
in vmw_driver_unload()
1062
vmw_binding_state_free(dev_priv->ctx.
staged_bindings
);
in vmw_driver_unload()
H
A
D
vmwgfx_execbuf.c
178
if (entry->staged != sw_context->
staged_bindings
)
in vmw_execbuf_bindings_commit()
219
if (!sw_context->
staged_bindings
) {
in vmw_cmd_ctx_first_setup()
220
sw_context->
staged_bindings
= vmw_binding_state_alloc(dev_priv);
in vmw_cmd_ctx_first_setup()
221
if (IS_ERR(sw_context->
staged_bindings
)) {
in vmw_cmd_ctx_first_setup()
222
ret = PTR_ERR(sw_context->
staged_bindings
);
in vmw_cmd_ctx_first_setup()
223
sw_context->
staged_bindings
= NULL;
in vmw_cmd_ctx_first_setup()
236
node->staged = sw_context->
staged_bindings
;
in vmw_cmd_ctx_first_setup()
4100
if (sw_context->
staged_bindings
)
in vmw_execbuf_process()
4101
vmw_binding_state_reset(sw_context->
staged_bindings
);
in vmw_execbuf_process()
H
A
D
vmwgfx_drv.h
404
* @
staged_bindings
: Cached per-context binding tracker
430
struct vmw_ctx_binding_state *
staged_bindings
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_drv.c
848
if (sw_context->
staged_bindings
)
in vmw_sw_context_fini()
849
vmw_binding_state_free(sw_context->
staged_bindings
);
in vmw_sw_context_fini()
1178
if (dev_priv->ctx.
staged_bindings
)
in vmw_driver_load()
1179
vmw_binding_state_free(dev_priv->ctx.
staged_bindings
);
in vmw_driver_load()
H
A
D
vmwgfx_execbuf.c
182
if (entry->staged != sw_context->
staged_bindings
)
in vmw_execbuf_bindings_commit()
224
if (!sw_context->
staged_bindings
) {
in vmw_cmd_ctx_first_setup()
225
sw_context->
staged_bindings
= vmw_binding_state_alloc(dev_priv);
in vmw_cmd_ctx_first_setup()
226
if (IS_ERR(sw_context->
staged_bindings
)) {
in vmw_cmd_ctx_first_setup()
227
ret = PTR_ERR(sw_context->
staged_bindings
);
in vmw_cmd_ctx_first_setup()
228
sw_context->
staged_bindings
= NULL;
in vmw_cmd_ctx_first_setup()
241
node->staged = sw_context->
staged_bindings
;
in vmw_cmd_ctx_first_setup()
4161
if (sw_context->
staged_bindings
)
in vmw_execbuf_process()
4162
vmw_binding_state_reset(sw_context->
staged_bindings
);
in vmw_execbuf_process()
H
A
D
vmwgfx_drv.h
408
* @
staged_bindings
: Cached per-context binding tracker
434
struct vmw_ctx_binding_state *
staged_bindings
;
member
Completed in 19 milliseconds