Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_vm.c51 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()
307 if (bo->moving != moving) { in ttm_bo_vm_fault_reserved()
[all …]
Dttm_bo_util.c369 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()
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()
Dttm_bo.c571 dma_fence_put(bo->moving); in ttm_bo_release()
830 dma_fence_put(bo->moving); in ttm_bo_add_move_fence()
831 bo->moving = fence; in ttm_bo_add_move_fence()
1174 bo->moving = NULL; in ttm_bo_init_reserved()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_cpu.c79 if (bo->tbo.moving) { in amdgpu_vm_cpu_update()
80 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_vm_cpu_update()
Damdgpu_dma_buf.c248 if (bo->tbo.moving) { in amdgpu_dma_buf_pin()
249 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_dma_buf_pin()
Damdgpu_vm_sdma.c211 r = amdgpu_sync_fence(&p->job->sync, bo->tbo.moving); in amdgpu_vm_sdma_update()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_prime.c100 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/gpu/drm/nouveau/
Dnouveau_prime.c117 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/staging/goldfish/
DREADME4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
/kernel/linux/linux-5.10/Documentation/filesystems/
Dsplice.rst8 splice is a method for moving blocks of data around inside the kernel,
/kernel/linux/linux-5.10/drivers/staging/fwserial/
DTODO1 TODOs prior to this driver moving out of staging
/kernel/linux/linux-5.10/Documentation/arm/
Dswp_emulation.rst5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/kernel/linux/linux-5.10/drivers/isdn/capi/
DKconfig29 interface. It will provide a means of moving a data connection,
/kernel/linux/linux-5.10/drivers/media/firewire/
Dfiredtv.h33 unsigned moving:1; member
/kernel/linux/linux-5.10/Documentation/vm/
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.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-memory-page-offline9 to soft-offline it, by moving the contents elsewhere or
/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_bo_api.h158 struct dma_fence *moving; member
/kernel/linux/linux-5.10/arch/sparc/lib/
DM7memset.S188 ! get store pipeline moving
223 ! to keep the store pipeline moving.
/kernel/linux/linux-5.10/Documentation/process/
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,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/
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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dbiblio.rst54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology — Generic coding of moving
64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology — Generic coding of moving p…
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
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,
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dmeye.rst39 driver however), but things are not moving very fast (see
/kernel/linux/linux-5.10/Documentation/driver-api/
Dsm501.rst45 The primary issue with memory allocation is that of moving the video

12345