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:AMDGPU_PL_PREEMPT
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_preempt_mgr.c
116
ttm_set_driver_manager(&adev->mman.bdev,
AMDGPU_PL_PREEMPT
, man);
in amdgpu_preempt_mgr_init()
143
ttm_set_driver_manager(&adev->mman.bdev,
AMDGPU_PL_PREEMPT
, NULL);
in amdgpu_preempt_mgr_fini()
H
A
D
amdgpu_ttm.c
161
case
AMDGPU_PL_PREEMPT
:
in amdgpu_evict_flags()
201
if (WARN_ON(mem->mem_type ==
AMDGPU_PL_PREEMPT
))
in amdgpu_ttm_map_buffer()
463
new_mem->mem_type ==
AMDGPU_PL_PREEMPT
) {
in amdgpu_bo_move()
479
new_mem->mem_type ==
AMDGPU_PL_PREEMPT
)) {
in amdgpu_bo_move()
484
old_mem->mem_type ==
AMDGPU_PL_PREEMPT
) &&
in amdgpu_bo_move()
572
case
AMDGPU_PL_PREEMPT
:
in amdgpu_ttm_io_mem_reserve()
1322
mem->mem_type ==
AMDGPU_PL_PREEMPT
)) {
in amdgpu_ttm_tt_pde_flags()
1402
if (bo->resource->mem_type ==
AMDGPU_PL_PREEMPT
)
in amdgpu_ttm_bo_eviction_valuable()
H
A
D
amdgpu_ttm.h
35
#define
AMDGPU_PL_PREEMPT
(TTM_PL_PRIV + 3)
macro
H
A
D
amdgpu_object.c
174
AMDGPU_PL_PREEMPT
: TTM_PL_TT;
in amdgpu_bo_placement_from_domain()
H
A
D
amdgpu_vm.c
1100
mem->mem_type ==
AMDGPU_PL_PREEMPT
))
in amdgpu_vm_bo_update()
Completed in 9 milliseconds