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_PL_FLAG_WC
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ttm/
H
A
D
ttm_placement.h
59
#define
TTM_PL_FLAG_WC
(1 << 18)
macro
66
TTM_PL_FLAG_WC
)
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H
A
D
ttm_bo_util.c
138
if (mem->placement &
TTM_PL_FLAG_WC
)
in ttm_resource_ioremap()
394
if (caching_flags &
TTM_PL_FLAG_WC
)
in ttm_io_prot()
401
if (caching_flags &
TTM_PL_FLAG_WC
)
in ttm_io_prot()
425
if (mem->placement &
TTM_PL_FLAG_WC
)
in ttm_bo_ioremap()
H
A
D
ttm_tt.c
199
if (placement &
TTM_PL_FLAG_WC
)
in ttm_tt_set_placement_caching()
H
A
D
ttm_bo.c
889
else if ((
TTM_PL_FLAG_WC
& caching) != 0)
in ttm_bo_select_caching()
890
result |=
TTM_PL_FLAG_WC
;
in ttm_bo_select_caching()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_object.c
116
rbo->placements[c++].flags =
TTM_PL_FLAG_WC
|
in radeon_ttm_placement_from_domain()
122
rbo->placements[c++].flags =
TTM_PL_FLAG_WC
|
in radeon_ttm_placement_from_domain()
136
rbo->placements[c++].flags =
TTM_PL_FLAG_WC
|
in radeon_ttm_placement_from_domain()
155
rbo->placements[c++].flags =
TTM_PL_FLAG_WC
|
in radeon_ttm_placement_from_domain()
H
A
D
radeon_ttm.c
392
if (mem->placement &
TTM_PL_FLAG_WC
)
in radeon_ttm_io_mem_reserve()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_object.c
140
places[c].flags =
TTM_PL_FLAG_WC
| TTM_PL_FLAG_UNCACHED;
in amdgpu_bo_placement_from_domain()
158
places[c].flags |=
TTM_PL_FLAG_WC
|
in amdgpu_bo_placement_from_domain()
171
places[c].flags |=
TTM_PL_FLAG_WC
|
in amdgpu_bo_placement_from_domain()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_gem_vram_helper.c
150
gbo->placements[c++].flags =
TTM_PL_FLAG_WC
|
in drm_gem_vram_placement()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_bo.c
362
pl[*n].flags &= ~
TTM_PL_FLAG_WC
;
in set_placement_list()
Completed in 12 milliseconds