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:map_noncoherent
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/
H
A
D
ingenic-drm-drv.c
69
bool
map_noncoherent
;
member
516
if (priv->soc_info->
map_noncoherent
)
in ingenic_drm_plane_atomic_check()
639
return priv->soc_info->
map_noncoherent
;
in ingenic_drm_map_noncoherent()
670
if (priv->soc_info->
map_noncoherent
)
in ingenic_drm_plane_atomic_update()
906
if (priv->soc_info->
map_noncoherent
)
in ingenic_drm_gem_fb_create()
922
obj->
map_noncoherent
= priv->soc_info->
map_noncoherent
;
in ingenic_drm_gem_create_object()
1205
if (soc_info->
map_noncoherent
)
in ingenic_drm_bind()
1236
if (soc_info->
map_noncoherent
)
in ingenic_drm_bind()
1520
.
map_noncoherent
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_gem_dma_helper.c
96
dma_obj->
map_noncoherent
= false;
in __drm_gem_dma_create()
146
if (dma_obj->
map_noncoherent
) {
in drm_gem_dma_create()
236
if (dma_obj->
map_noncoherent
)
in drm_gem_dma_free()
535
if (dma_obj->
map_noncoherent
) {
in drm_gem_dma_mmap()
H
A
D
drm_fb_dma_helper.c
134
if (!dma_obj->
map_noncoherent
)
in drm_fb_dma_sync_non_coherent()
H
A
D
drm_fbdev_dma.c
129
if (dma_obj->
map_noncoherent
)
in drm_fbdev_dma_helper_fb_probe()
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_gem_dma_helper.h
19
* @
map_noncoherent
: if true, the GEM object is backed by non-coherent memory
29
bool
map_noncoherent
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H
A
D
rcar_du_kms.c
391
dma_obj->
map_noncoherent
= false;
in rcar_du_gem_prime_import_sg_table()
Completed in 6 milliseconds