/Linux-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 52 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()
|
D | ttm_bo_util.c | 236 fbo->base.moving = NULL; in ttm_buffer_object_transfer() 494 dma_fence_put(bo->moving); in ttm_bo_move_to_ghost() 495 bo->moving = dma_fence_get(fence); in ttm_bo_move_to_ghost() 541 dma_fence_put(bo->moving); in ttm_bo_move_pipeline_evict() 542 bo->moving = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
|
D | ttm_bo.c | 467 dma_fence_put(bo->moving); in ttm_bo_release() 766 dma_fence_put(bo->moving); in ttm_bo_add_move_fence() 767 bo->moving = fence; in ttm_bo_add_move_fence() 1020 bo->moving = NULL; in ttm_bo_init_reserved()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm_cpu.c | 79 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()
|
D | amdgpu_dma_buf.c | 115 if (bo->tbo.moving) { in amdgpu_dma_buf_pin() 116 r = dma_fence_wait(bo->tbo.moving, true); in amdgpu_dma_buf_pin()
|
D | amdgpu_vm_sdma.c | 212 r = amdgpu_sync_fence(&p->job->sync, bo->tbo.moving); in amdgpu_vm_sdma_update()
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | radeon_prime.c | 83 if (bo->tbo.moving) { in radeon_gem_prime_pin() 84 ret = dma_fence_wait(bo->tbo.moving, false); in radeon_gem_prime_pin()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/ |
D | nouveau_prime.c | 100 if (nvbo->bo.moving) in nouveau_gem_prime_pin() 101 ret = dma_fence_wait(nvbo->bo.moving, true); in nouveau_gem_prime_pin()
|
/Linux-v5.15/Documentation/filesystems/ |
D | splice.rst | 8 splice is a method for moving blocks of data around inside the kernel,
|
/Linux-v5.15/drivers/staging/fwserial/ |
D | TODO | 1 TODOs prior to this driver moving out of staging
|
/Linux-v5.15/Documentation/arm/ |
D | swp_emulation.rst | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
/Linux-v5.15/drivers/isdn/capi/ |
D | Kconfig | 29 interface. It will provide a means of moving a data connection,
|
/Linux-v5.15/drivers/media/firewire/ |
D | firedtv.h | 33 unsigned moving:1; member
|
/Linux-v5.15/Documentation/vm/ |
D | page_migration.rst | 7 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-v5.15/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 9 to soft-offline it, by moving the contents elsewhere or
|
/Linux-v5.15/arch/sparc/lib/ |
D | M7memset.S | 188 ! get store pipeline moving 223 ! to keep the store pipeline moving.
|
/Linux-v5.15/include/drm/ttm/ |
D | ttm_bo_api.h | 154 struct dma_fence *moving; member
|
/Linux-v5.15/Documentation/process/ |
D | clang-format.rst | 13 when moving code around and aligning/sorting. See clangformatreformat_. 91 useful when moving code around, for complex code that is deeply intended,
|
/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 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()
|
/Linux-v5.15/Documentation/devicetree/ |
D | of_unittest.rst | 16 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-v5.15/Documentation/userspace-api/media/v4l/ |
D | biblio.rst | 54 … 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-v5.15/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 51 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-v5.15/Documentation/admin-guide/media/ |
D | meye.rst | 39 driver however), but things are not moving very fast (see
|
/Linux-v5.15/Documentation/driver-api/ |
D | sm501.rst | 45 The primary issue with memory allocation is that of moving the video
|
/Linux-v5.15/Documentation/core-api/ |
D | circular-buffers.rst | 116 moving the tail index. 123 producer may still be filling the buffer on another CPU and moving the
|