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_unpin
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_cotable.c
513
ttm_bo_unpin
(bo);
in vmw_cotable_resize()
522
ttm_bo_unpin
(bo);
in vmw_cotable_resize()
H
A
D
vmwgfx_mob.c
97
ttm_bo_unpin
(bo);
in vmw_bo_unpin_unlocked()
348
ttm_bo_unpin
(bo);
in vmw_otable_batch_takedown()
H
A
D
vmwgfx_bo.c
308
ttm_bo_unpin
(bo);
in vmw_bo_pin_reserved()
H
A
D
vmwgfx_kms.c
229
ttm_bo_unpin
(&(*vbo)->tbo);
in vmw_du_destroy_cursor_mob()
/kernel/linux/linux-5.10/include/drm/ttm/
H
A
D
ttm_bo_api.h
623
*
ttm_bo_unpin
- Unpin the buffer object.
628
static inline void
ttm_bo_unpin
(struct ttm_buffer_object *bo)
in ttm_bo_unpin()
function
/kernel/linux/linux-6.6/include/drm/ttm/
H
A
D
ttm_bo.h
379
void
ttm_bo_unpin
(struct ttm_buffer_object *bo);
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H
A
D
ttm_bo.c
655
* @bo must be unpinned again by calling
ttm_bo_unpin
().
670
*
ttm_bo_unpin
- Unpin the buffer object.
675
void
ttm_bo_unpin
(struct ttm_buffer_object *bo)
in ttm_bo_unpin()
function
688
EXPORT_SYMBOL(
ttm_bo_unpin
);
variable
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H
A
D
lsdc_ttm.c
334
ttm_bo_unpin
(tbo);
in lsdc_bo_unpin()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H
A
D
qxl_object.c
316
ttm_bo_unpin
(&bo->tbo);
in __qxl_bo_unpin()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_gem_vram_helper.c
343
ttm_bo_unpin
(&gbo->bo);
in drm_gem_vram_unpin_locked()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_object.c
342
ttm_bo_unpin
(&bo->tbo);
in radeon_bo_unpin()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
1026
ttm_bo_unpin
(&bo->tbo);
in amdgpu_bo_unpin()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bo.c
559
ttm_bo_unpin
(&nvbo->bo);
in nouveau_bo_unpin()
Completed in 19 milliseconds