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:flushed_updates
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ids.c
284
if (updates && (*id)->
flushed_updates
&&
in amdgpu_vmid_grab_reserved()
285
updates->context == (*id)->
flushed_updates
->context &&
in amdgpu_vmid_grab_reserved()
286
!dma_fence_is_later(updates, (*id)->
flushed_updates
))
in amdgpu_vmid_grab_reserved()
319
dma_fence_put((*id)->
flushed_updates
);
in amdgpu_vmid_grab_reserved()
320
(*id)->
flushed_updates
= dma_fence_get(updates);
in amdgpu_vmid_grab_reserved()
371
flushed = (*id)->
flushed_updates
;
in amdgpu_vmid_grab_used()
386
dma_fence_put((*id)->
flushed_updates
);
in amdgpu_vmid_grab_used()
387
(*id)->
flushed_updates
= dma_fence_get(updates);
in amdgpu_vmid_grab_used()
445
dma_fence_put(id->
flushed_updates
);
in amdgpu_vmid_grab()
446
id->
flushed_updates
in amdgpu_vmid_grab()
[all...]
H
A
D
amdgpu_ids.h
50
struct dma_fence *
flushed_updates
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ids.h
50
uint64_t
flushed_updates
;
member
H
A
D
amdgpu_ids.c
290
(*id)->
flushed_updates
< updates ||
in amdgpu_vmid_grab_reserved()
365
if ((*id)->
flushed_updates
< updates)
in amdgpu_vmid_grab_used()
439
id->
flushed_updates
= amdgpu_vm_tlb_seq(vm);
in amdgpu_vmid_grab()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_vm.c
243
if (pd_addr != vm_id->pd_gpu_addr || !vm_id->
flushed_updates
||
in radeon_vm_flush()
244
radeon_fence_is_earlier(vm_id->
flushed_updates
, updates)) {
in radeon_vm_flush()
247
radeon_fence_unref(&vm_id->
flushed_updates
);
in radeon_vm_flush()
248
vm_id->
flushed_updates
= radeon_fence_ref(updates);
in radeon_vm_flush()
1185
vm->ids[i].
flushed_updates
= NULL;
in radeon_vm_init()
1267
radeon_fence_unref(&vm->ids[i].
flushed_updates
);
in radeon_vm_fini()
H
A
D
radeon.h
916
struct radeon_fence *
flushed_updates
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_vm.c
244
if (pd_addr != vm_id->pd_gpu_addr || !vm_id->
flushed_updates
||
in radeon_vm_flush()
245
radeon_fence_is_earlier(vm_id->
flushed_updates
, updates)) {
in radeon_vm_flush()
248
radeon_fence_unref(&vm_id->
flushed_updates
);
in radeon_vm_flush()
249
vm_id->
flushed_updates
= radeon_fence_ref(updates);
in radeon_vm_flush()
1183
vm->ids[i].
flushed_updates
= NULL;
in radeon_vm_init()
1265
radeon_fence_unref(&vm->ids[i].
flushed_updates
);
in radeon_vm_fini()
H
A
D
radeon.h
872
struct radeon_fence *
flushed_updates
;
member
Completed in 20 milliseconds