/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_vm.c | 51 if (likely(!bo->moving)) in ttm_bo_vm_fault_idle() 57 if (dma_fence_is_signaled(bo->moving)) in ttm_bo_vm_fault_idle() 72 (void) dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 81 err = dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle() 89 dma_fence_put(bo->moving); in ttm_bo_vm_fault_idle() 90 bo->moving = NULL; in ttm_bo_vm_fault_idle() 292 struct dma_fence *moving = dma_fence_get(bo->moving); in ttm_bo_vm_fault_reserved() local 300 dma_fence_put(moving); in ttm_bo_vm_fault_reserved() 303 dma_fence_put(moving); in ttm_bo_vm_fault_reserved() [all...] |
H A D | ttm_bo_util.c | 368 fbo->base.moving = NULL; in ttm_buffer_object_transfer() 558 dma_fence_put(bo->moving); in ttm_bo_move_to_ghost() 559 bo->moving = dma_fence_get(fence); in ttm_bo_move_to_ghost() 568 * If we're not moving to fixed memory, the TTM object in ttm_bo_move_to_ghost() 602 dma_fence_put(bo->moving); in ttm_bo_move_pipeline_evict() 603 bo->moving = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
|
H A D | ttm_bo.c | 573 dma_fence_put(bo->moving); in ttm_bo_release() 839 dma_fence_put(bo->moving); in ttm_bo_add_move_fence() 840 bo->moving = fence; in ttm_bo_add_move_fence() 1183 bo->moving = NULL; in ttm_bo_init_reserved()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_cpu.c | 79 if (bo->tbo.moving) { in amdgpu_vm_cpu_update() 80 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_vm_cpu_update()
|
H A D | amdgpu_dma_buf.c | 248 if (bo->tbo.moving) { in amdgpu_dma_buf_pin() 249 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_dma_buf_pin()
|
H A D | amdgpu_vm_sdma.c | 211 r = amdgpu_sync_fence(&p->job->sync, bo->tbo.moving); in amdgpu_vm_sdma_update()
|
H A D | amdgpu_object.c | 611 dma_fence_put(bo->tbo.moving); in amdgpu_bo_do_create() 612 bo->tbo.moving = dma_fence_get(fence); in amdgpu_bo_do_create()
|
H A D | amdgpu_amdkfd_gpuvm.c | 2081 pr_debug("Memory eviction: Failed to sync to PD BO moving fence. Try again\n"); in amdgpu_amdkfd_gpuvm_restore_process_bos() 2098 ret = amdgpu_sync_fence(&sync_obj, bo->tbo.moving); in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_prime.c | 117 if (nvbo->bo.moving) in nouveau_gem_prime_pin() 118 ret = dma_fence_wait(nvbo->bo.moving, true); in nouveau_gem_prime_pin()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_prime.c | 100 if (bo->tbo.moving) { in radeon_gem_prime_pin() 101 ret = dma_fence_wait(bo->tbo.moving, false); in radeon_gem_prime_pin()
|
/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv.h | 33 unsigned moving:1; member
|
H A D | firedtv-avc.c | 791 stat->moving = r->operand[11] >> 6 & 1; in avc_tuner_status()
|
/kernel/linux/linux-6.6/drivers/media/firewire/ |
H A D | firedtv.h | 33 unsigned moving:1; member
|
H A D | firedtv-avc.c | 793 stat->moving = r->operand[11] >> 6 & 1; in avc_tuner_status()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memset.S | 188 ! get store pipeline moving 223 ! to keep the store pipeline moving.
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memset.S | 188 ! get store pipeline moving 223 ! to keep the store pipeline moving.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource.c | 852 * @mem: The memory region @bo is moving to. 1169 if (bo->moving) in vmw_resources_clean() 1170 dma_fence_put(bo->moving); in vmw_resources_clean() 1171 bo->moving = dma_fence_get in vmw_resources_clean()
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
H A D | ttm_bo_api.h | 102 * @moving: Fence set when BO is moving 158 struct dma_fence *moving; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_vma.c | 1404 struct dma_fence *moving = NULL; in i915_vma_pin_ww() local 1443 err = i915_gem_object_get_moving_fence(vma->obj, &moving); in i915_vma_pin_ww() 1447 dma_fence_work_chain(&work->base, moving); in i915_vma_pin_ww() 1566 if (moving) in i915_vma_pin_ww() 1567 dma_fence_put(moving); in i915_vma_pin_ww()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 101 @ Here we shift remainer bits leftwards rather than moving the
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 101 @ Here we shift remainer bits leftwards rather than moving the
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 502 # pointer is moving faster than the output pointer. A condition only
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 444 # pointer is moving faster than the output pointer. A condition only
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 2139 bool moving) in attach_recursive_mnt() 2157 if (!moving) { in attach_recursive_mnt() 2176 if (moving) { in attach_recursive_mnt() 2136 attach_recursive_mnt(struct mount *source_mnt, struct mount *dest_mnt, struct mountpoint *dest_mp, bool moving) attach_recursive_mnt() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 2311 bool moving = flags & MNT_TREE_MOVE, beneath = flags & MNT_TREE_BENEATH; in attach_recursive_mnt() local 2322 if (!moving) { in attach_recursive_mnt() 2348 if (moving) { in attach_recursive_mnt()
|