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:ttm_bo_vmap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_gem_ttm_helper.c
59
* Maps a GEM object with
ttm_bo_vmap
(). This function can be used as
70
return
ttm_bo_vmap
(bo, map);
in drm_gem_ttm_vmap()
H
A
D
drm_gem_vram_helper.c
383
ret =
ttm_bo_vmap
(&gbo->bo, &gbo->map);
in drm_gem_vram_kmap_locked()
/kernel/linux/linux-6.6/include/drm/ttm/
H
A
D
ttm_bo.h
373
int
ttm_bo_vmap
(struct ttm_buffer_object *bo, struct iosys_map *map);
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H
A
D
ttm_bo_util.c
447
*
ttm_bo_vmap
460
int
ttm_bo_vmap
(struct ttm_buffer_object *bo, struct iosys_map *map)
in ttm_bo_vmap()
function
519
EXPORT_SYMBOL(
ttm_bo_vmap
);
variable
527
* Unmaps a kernel map set up by
ttm_bo_vmap
().
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H
A
D
lsdc_gem.c
89
ret =
ttm_bo_vmap
(tbo, &lbo->map);
in lsdc_gem_object_vmap()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H
A
D
qxl_object.c
176
r =
ttm_bo_vmap
(&bo->tbo, &bo->map);
in qxl_bo_vmap_locked()
Completed in 5 milliseconds