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:dma_buf_vmap
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_prime.c
44
&nvbo->
dma_buf_vmap
);
in nouveau_gem_prime_vmap()
48
return nvbo->
dma_buf_vmap
.virtual;
in nouveau_gem_prime_vmap()
55
ttm_bo_kunmap(&nvbo->
dma_buf_vmap
);
in nouveau_gem_prime_vunmap()
H
A
D
nouveau_bo.h
46
struct ttm_bo_kmap_obj
dma_buf_vmap
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_prime.c
48
&bo->
dma_buf_vmap
);
in radeon_gem_prime_vmap()
52
return bo->
dma_buf_vmap
.virtual;
in radeon_gem_prime_vmap()
59
ttm_bo_kunmap(&bo->
dma_buf_vmap
);
in radeon_gem_prime_vunmap()
H
A
D
radeon.h
513
struct ttm_bo_kmap_obj
dma_buf_vmap
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_dmabuf.c
113
dma_map =
dma_buf_vmap
(dmabuf);
in igt_dmabuf_import()
115
pr_err("
dma_buf_vmap
failed\n");
in igt_dmabuf_import()
173
ptr =
dma_buf_vmap
(dmabuf);
in igt_dmabuf_import_ownership()
175
pr_err("
dma_buf_vmap
failed\n");
in igt_dmabuf_import_ownership()
231
ptr =
dma_buf_vmap
(dmabuf);
in igt_dmabuf_export_vmap()
233
pr_err("
dma_buf_vmap
failed\n");
in igt_dmabuf_export_vmap()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_dma_buf.c
59
&bo->
dma_buf_vmap
);
in amdgpu_gem_prime_vmap()
63
return bo->
dma_buf_vmap
.virtual;
in amdgpu_gem_prime_vmap()
77
ttm_bo_kunmap(&bo->
dma_buf_vmap
);
in amdgpu_gem_prime_vunmap()
H
A
D
amdgpu_object.h
104
struct ttm_bo_kmap_obj
dma_buf_vmap
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gem_prime.c
90
return
dma_buf_vmap
(etnaviv_obj->base.import_attach->dmabuf);
in etnaviv_gem_prime_vmap_impl()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dma-buf.h
521
void *
dma_buf_vmap
(struct dma_buf *);
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H
A
D
etnaviv_gem_prime.c
85
ret =
dma_buf_vmap
(etnaviv_obj->base.import_attach->dmabuf, &map);
in etnaviv_gem_prime_vmap_impl()
/kernel/linux/linux-6.6/include/linux/
H
A
D
dma-buf.h
332
* Used internally to refcnt the vmaps returned by
dma_buf_vmap
().
630
int
dma_buf_vmap
(struct dma_buf *dmabuf, struct iosys_map *map);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_gem_cma_helper.c
601
* drm_gem_cma_prime_import_sg_table() and uses
dma_buf_vmap
() to get the kernel
622
vaddr =
dma_buf_vmap
(attach->dmabuf);
in drm_gem_cma_prime_import_sg_table_vmap()
H
A
D
drm_gem_shmem_helper.c
270
shmem->vaddr =
dma_buf_vmap
(obj->import_attach->dmabuf);
in drm_gem_shmem_vmap_locked()
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
dma-buf.c
818
* -
dma_buf_vmap
()
1288
* void \*
dma_buf_vmap
(struct dma_buf \*dmabuf, struct iosys_map \*map)
1487
*
dma_buf_vmap
- Create virtual mapping for the buffer object into kernel
1502
int
dma_buf_vmap
(struct dma_buf *dmabuf, struct iosys_map *map)
in dma_buf_vmap()
function
1537
EXPORT_SYMBOL_NS_GPL(
dma_buf_vmap
, DMA_BUF);
1545
* Unlocked version of
dma_buf_vmap
()
1559
ret =
dma_buf_vmap
(dmabuf, map);
in dma_buf_vmap_unlocked()
1567
* dma_buf_vunmap - Unmap a vmap obtained by
dma_buf_vmap
.
1591
* dma_buf_vunmap_unlocked - Unmap a vmap obtained by
dma_buf_vmap
.
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
dma-buf.c
1014
* void \*
dma_buf_vmap
(struct dma_buf \*dmabuf)
1219
*
dma_buf_vmap
- Create virtual mapping for the buffer object into kernel
1230
void *
dma_buf_vmap
(struct dma_buf *dmabuf)
in dma_buf_vmap()
function
1263
EXPORT_SYMBOL_GPL(
dma_buf_vmap
);
variable
1266
* dma_buf_vunmap - Unmap a vmap obtained by
dma_buf_vmap
.
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H
A
D
videobuf2-vmalloc.c
374
buf->vaddr =
dma_buf_vmap
(buf->dbuf);
in vb2_vmalloc_map_dmabuf()
H
A
D
videobuf2-dma-contig.c
81
buf->vaddr =
dma_buf_vmap
(buf->db_attach->dmabuf);
in vb2_dc_vaddr()
H
A
D
videobuf2-dma-sg.c
303
buf->vaddr =
dma_buf_vmap
(buf->db_attach->dmabuf);
in vb2_dma_sg_vaddr()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
gem.c
139
return
dma_buf_vmap
(obj->gem.import_attach->dmabuf);
in tegra_bo_mmap()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_gem_shmem_helper.c
317
ret =
dma_buf_vmap
(obj->import_attach->dmabuf, map);
in drm_gem_shmem_vmap()
Completed in 22 milliseconds