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:omap_gem_unpin
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H
A
D
omap_gem_dmabuf.c
60
omap_gem_unpin
(obj);
in omap_gem_unmap_dma_buf()
H
A
D
omap_gem.h
78
void
omap_gem_unpin
(struct drm_gem_object *obj);
H
A
D
omap_fb.c
254
omap_gem_unpin
(fb->obj[i]);
in omap_framebuffer_pin()
280
omap_gem_unpin
(fb->obj[i]);
in omap_framebuffer_unpin()
H
A
D
omap_fbdev.c
284
omap_gem_unpin
(fbdev->bo);
in omap_fbdev_fini()
H
A
D
omap_gem.c
63
* must be released with
omap_gem_unpin
().
763
* as long the corresponding
omap_gem_unpin
() calls are balanced.
842
*
omap_gem_unpin
() without locking.
870
*
omap_gem_unpin
() - Unpin a GEM object from memory
877
void
omap_gem_unpin
(struct drm_gem_object *obj)
in omap_gem_unpin()
function
925
* but probably
omap_gem_unpin
() should be changed to work in the
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H
A
D
omap_gem.h
73
void
omap_gem_unpin
(struct drm_gem_object *obj);
H
A
D
omap_fb.c
287
omap_gem_unpin
(fb->obj[i]);
in omap_framebuffer_pin()
313
omap_gem_unpin
(fb->obj[i]);
in omap_framebuffer_unpin()
H
A
D
omap_fbdev.c
99
omap_gem_unpin
(bo);
in omap_fbdev_fb_destroy()
H
A
D
omap_gem.c
63
* released with
omap_gem_unpin
().
789
* as long the corresponding
omap_gem_unpin
() calls are balanced.
835
*
omap_gem_unpin
() without locking.
872
*
omap_gem_unpin
() - Unpin a GEM object from memory
879
void
omap_gem_unpin
(struct drm_gem_object *obj)
in omap_gem_unpin()
function
927
* but probably
omap_gem_unpin
() should be changed to work in the
1043
omap_gem_unpin
(obj);
in omap_gem_get_sg()
1054
omap_gem_unpin
(obj);
in omap_gem_put_sg()
Completed in 8 milliseconds