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_gpuva_insert
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_gpuva_mgr.c
128
*
drm_gpuva_insert
() and drm_gpuva_remove() may be used. These functions can
748
*
drm_gpuva_insert
() - insert a &drm_gpuva
762
drm_gpuva_insert
(struct drm_gpuva_manager *mgr,
in drm_gpuva_insert()
function
773
EXPORT_SYMBOL_GPL(
drm_gpuva_insert
);
variable
976
drm_gpuva_insert
(mgr, va);
in drm_gpuva_map()
1002
drm_gpuva_insert
(mgr, prev);
in drm_gpuva_remap()
1007
drm_gpuva_insert
(mgr, next);
in drm_gpuva_remap()
1291
* &drm_gpuva_manager's view of the GPU VA space
drm_gpuva_insert
(),
1339
* of the GPU VA space
drm_gpuva_insert
(), drm_gpuva_destroy_locked() and/or
1479
* update the &drm_gpuva_manager's view of the GPU VA space
drm_gpuva_insert
(),
[all...]
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_gpuva_mgr.h
140
int
drm_gpuva_insert
(struct drm_gpuva_manager *mgr, struct drm_gpuva *va);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_uvmm.c
447
drm_gpuva_insert
(va->mgr, va);
in op_unmap_prepare_unwind()
Completed in 6 milliseconds