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
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_gem.c
1061
* DRM mmap operation, drivers should use the
drm_gem_mmap
() function.
1064
*
drm_gem_mmap
() prevents unprivileged users from mapping random objects. So
1117
*
drm_gem_mmap
- memory map routine for GEM objects
1131
int
drm_gem_mmap
(struct file *filp, struct vm_area_struct *vma)
in drm_gem_mmap()
function
1187
EXPORT_SYMBOL(
drm_gem_mmap
);
variable
/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()
574
ret =
drm_gem_mmap
(filp, vma);
in rockchip_gem_mmap()
Completed in 4 milliseconds