Home
last modified time | relevance | path

Searched refs:moving (Results 1 – 25 of 105) sorted by relevance

12345

/linux/drivers/gpu/drm/ttm/
A Dttm_bo_vm.c52 if (likely(!bo->moving)) in ttm_bo_vm_fault_idle()
58 if (dma_fence_is_signaled(bo->moving)) in ttm_bo_vm_fault_idle()
73 (void) dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle()
82 err = dma_fence_wait(bo->moving, true); in ttm_bo_vm_fault_idle()
90 dma_fence_put(bo->moving); in ttm_bo_vm_fault_idle()
91 bo->moving = NULL; in ttm_bo_vm_fault_idle()
A Dttm_bo_util.c235 fbo->base.moving = NULL; in ttm_buffer_object_transfer()
493 dma_fence_put(bo->moving); in ttm_bo_move_to_ghost()
494 bo->moving = dma_fence_get(fence); in ttm_bo_move_to_ghost()
540 dma_fence_put(bo->moving); in ttm_bo_move_pipeline_evict()
541 bo->moving = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
A Dttm_bo.c469 dma_fence_put(bo->moving); in ttm_bo_release()
769 dma_fence_put(bo->moving); in ttm_bo_add_move_fence()
770 bo->moving = fence; in ttm_bo_add_move_fence()
977 bo->moving = NULL; in ttm_bo_init_reserved()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm_cpu.c79 if (vmbo->bo.tbo.moving) { in amdgpu_vm_cpu_update()
80 r = dma_fence_wait(vmbo->bo.tbo.moving, true); in amdgpu_vm_cpu_update()
A Damdgpu_dma_buf.c115 if (bo->tbo.moving) { in amdgpu_dma_buf_pin()
116 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_dma_buf_pin()
A Damdgpu_vm_sdma.c212 r = amdgpu_sync_fence(&p->job->sync, bo->tbo.moving); in amdgpu_vm_sdma_update()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_prime.c100 if (nvbo->bo.moving) in nouveau_gem_prime_pin()
101 ret = dma_fence_wait(nvbo->bo.moving, true); in nouveau_gem_prime_pin()
/linux/drivers/gpu/drm/radeon/
A Dradeon_prime.c83 if (bo->tbo.moving) { in radeon_gem_prime_pin()
84 ret = dma_fence_wait(bo->tbo.moving, false); in radeon_gem_prime_pin()
/linux/Documentation/filesystems/
A Dsplice.rst8 splice is a method for moving blocks of data around inside the kernel,
/linux/drivers/staging/fwserial/
A DTODO1 TODOs prior to this driver moving out of staging
/linux/Documentation/arm/
A Dswp_emulation.rst5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/linux/Documentation/vm/
A Dpage_migration.rst7 Page migration allows moving the physical location of pages between
16 by moving pages near to the processor where the process accessing that memory
39 "move_pages" allows the moving of individual pages within a process.
71 pages and moving them into lists. This is done by
85 moving.
/linux/drivers/isdn/capi/
A DKconfig29 interface. It will provide a means of moving a data connection,
/linux/drivers/media/firewire/
A Dfiredtv.h33 unsigned moving:1; member
/linux/arch/sparc/lib/
A DM7memset.S188 ! get store pipeline moving
223 ! to keep the store pipeline moving.
/linux/Documentation/ABI/testing/
A Dsysfs-memory-page-offline9 to soft-offline it, by moving the contents elsewhere or
/linux/include/drm/ttm/
A Dttm_bo_api.h154 struct dma_fence *moving; member
/linux/Documentation/process/
A Dclang-format.rst13 when moving code around and aligning/sorting. See clangformatreformat_.
91 useful when moving code around, for complex code that is deeply intended,
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_resource.c1169 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()
/linux/Documentation/devicetree/
A Dof_unittest.rst16 It is recommended to read the following documents before moving ahead.
199 detached and then moving up the parent nodes are removed, and eventually the
/linux/Documentation/devicetree/bindings/usb/
A Dci-hdrc-usb2.txt51 in 32-bit words while moving data from system memory to the USB
57 in 32-bit words while moving data from the USB bus to system memory,
/linux/Documentation/userspace-api/media/v4l/
A Dbiblio.rst54 … H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of moving pictures and assoc…
64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving
/linux/Documentation/admin-guide/media/
A Dmeye.rst39 driver however), but things are not moving very fast (see
/linux/Documentation/driver-api/
A Dsm501.rst45 The primary issue with memory allocation is that of moving the video
/linux/Documentation/block/
A Dblk-mq.rst21 access, and the bottleneck was the mechanical moving parts, a lot slower than
35 suffered with congestion when different processes (or the same process, moving

Completed in 51 milliseconds

12345