OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flushed_updates
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c
291
if (updates && (*id)->
flushed_updates
&&
292
updates->context == (*id)->
flushed_updates
->context &&
293
!dma_fence_is_later(updates, (*id)->
flushed_updates
))
322
dma_fence_put((*id)->
flushed_updates
);
323
(*id)->
flushed_updates
= dma_fence_get(updates);
374
flushed = (*id)->
flushed_updates
;
394
dma_fence_put((*id)->
flushed_updates
);
395
(*id)->
flushed_updates
= dma_fence_get(updates);
453
dma_fence_put(id->
flushed_updates
);
454
id->
flushed_updates
= dma_fence_get(updates)
[
all
...]
amdgpu_ids.h
52
struct dma_fence *
flushed_updates
;
member in struct:amdgpu_vmid
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vm.c
250
if (pd_addr != vm_id->pd_gpu_addr || !vm_id->
flushed_updates
||
251
radeon_fence_is_earlier(vm_id->
flushed_updates
, updates)) {
254
radeon_fence_unref(&vm_id->
flushed_updates
);
255
vm_id->
flushed_updates
= radeon_fence_ref(updates);
1192
vm->ids[i].
flushed_updates
= NULL;
1274
radeon_fence_unref(&vm->ids[i].
flushed_updates
);
radeon.h
958
struct radeon_fence *
flushed_updates
;
member in struct:radeon_vm_id
Completed in 17 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025