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:drm_gem_mmap_obj
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_gem.c
1047
*
drm_gem_mmap_obj
- memory map a GEM object
1057
* synchronously after calling
drm_gem_mmap_obj
.
1063
*
drm_gem_mmap_obj
() assumes the user is granted access to the buffer while
1070
int
drm_gem_mmap_obj
(struct drm_gem_object *obj, unsigned long obj_size,
in drm_gem_mmap_obj()
function
1114
EXPORT_SYMBOL(
drm_gem_mmap_obj
);
variable
1126
* the object) and map it with a call to
drm_gem_mmap_obj
().
1180
ret =
drm_gem_mmap_obj
(obj, drm_vma_node_size(node) << PAGE_SHIFT,
in drm_gem_mmap()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_gem.c
536
* VM_PFNMAP flag that was set by
drm_gem_mmap_obj
()/drm_gem_mmap().
in rockchip_drm_gem_object_mmap()
560
ret =
drm_gem_mmap_obj
(obj, obj->size, vma);
in rockchip_gem_mmap_buf()
Completed in 4 milliseconds