Searched refs:dependency (Results 1 – 13 of 13) sorted by relevance
34 struct dma_fence *dependency; member56 if (f->dependency) { in amdgpu_tlb_fence_work()57 dma_fence_wait(f->dependency, false); in amdgpu_tlb_fence_work()58 dma_fence_put(f->dependency); in amdgpu_tlb_fence_work()59 f->dependency = NULL; in amdgpu_tlb_fence_work()98 f->dependency = *fence; in amdgpu_vm_tlb_fence_create()
333 if (entity->dependency) { in drm_sched_entity_fini()334 dma_fence_remove_callback(entity->dependency, &entity->cb); in drm_sched_entity_fini()335 dma_fence_put(entity->dependency); in drm_sched_entity_fini()336 entity->dependency = NULL; in drm_sched_entity_fini()368 entity->dependency = NULL; in drm_sched_entity_wakeup()397 struct dma_fence *fence = entity->dependency; in drm_sched_entity_add_dependency_cb()407 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb()420 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb()421 entity->dependency = fence; in drm_sched_entity_add_dependency_cb()428 dma_fence_put(entity->dependency); in drm_sched_entity_add_dependency_cb()[all …]
85 if (READ_ONCE(entity->dependency)) in drm_sched_entity_is_ready()
9 It has a dependency on the PMU firmware.
23 # ARM dependency is only for writel_relaxed()
7 # We use the dependency on !COMPILE_TEST to not be enabled in167 bool "Enable additional driver debugging for detecting dependency cycles"230 and also analyze the request dependency resolving timeline.
130 an implicit dependency between those batches that requires
7 # We use the dependency on !COMPILE_TEST to not be enabled in
39 If PTP support is disabled, this dependency will still be
211 system registers. But its explicit dependency with trace unit (ETE)
391 The MAX3420 is run by SPI interface, and hence the dependency.
4 # you somehow have an implicit or explicit dependency on SERIAL_8250.
34 This driver is a required dependency to build the firmware specific
Completed in 20 milliseconds