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:memory_context
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
uapi.c
36
if (context->
memory_context
)
in tegra_drm_channel_context_close()
37
host1x_memory_context_put(context->
memory_context
);
in tegra_drm_channel_context_close()
118
context->
memory_context
= host1x_memory_context_alloc(
in tegra_drm_ioctl_channel_open()
121
if (IS_ERR(context->
memory_context
)) {
in tegra_drm_ioctl_channel_open()
122
if (PTR_ERR(context->
memory_context
) != -EOPNOTSUPP) {
in tegra_drm_ioctl_channel_open()
123
err = PTR_ERR(context->
memory_context
);
in tegra_drm_ioctl_channel_open()
130
context->
memory_context
= NULL;
in tegra_drm_ioctl_channel_open()
152
if (context->
memory_context
)
in tegra_drm_ioctl_channel_open()
153
host1x_memory_context_put(context->
memory_context
);
in tegra_drm_ioctl_channel_open()
214
if (context->
memory_context
)
in tegra_drm_ioctl_channel_map()
[all...]
H
A
D
submit.c
496
if (job->
memory_context
)
in release_job()
497
host1x_memory_context_put(job->
memory_context
);
in release_job()
598
if (context->
memory_context
&& context->client->ops->can_use_memory_ctx) {
in tegra_drm_ioctl_channel_submit()
608
job->
memory_context
= context->
memory_context
;
in tegra_drm_ioctl_channel_submit()
609
host1x_memory_context_get(job->
memory_context
);
in tegra_drm_ioctl_channel_submit()
661
if (job->
memory_context
)
in tegra_drm_ioctl_channel_submit()
662
host1x_memory_context_put(job->
memory_context
);
in tegra_drm_ioctl_channel_submit()
H
A
D
drm.h
71
struct host1x_memory_context *
memory_context
;
member
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H
A
D
channel_hw.c
63
if (job->
memory_context
)
in submit_wait()
64
stream_id = job->
memory_context
->stream_id;
in submit_wait()
/kernel/linux/linux-6.6/include/linux/
H
A
D
host1x.h
337
struct host1x_memory_context *
memory_context
;
member
338
/* Stream ID to use if context isolation is disabled (!
memory_context
) */
Completed in 4 milliseconds