/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
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() 307 if (bo->moving != moving) { in ttm_bo_vm_fault_reserved() [all …]
|
D | ttm_bo_util.c | 369 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()
|
D | ttm_bo.c | 571 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/ |
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()
|
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()
|
D | amdgpu_vm_sdma.c | 211 r = amdgpu_sync_fence(&p->job->sync, bo->tbo.moving); in amdgpu_vm_sdma_update()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
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/gpu/drm/nouveau/ |
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/staging/goldfish/ |
D | README | 4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | splice.rst | 8 splice is a method for moving blocks of data around inside the kernel,
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
D | TODO | 1 TODOs prior to this driver moving out of staging
|
/kernel/linux/linux-5.10/Documentation/arm/ |
D | swp_emulation.rst | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
D | Kconfig | 29 interface. It will provide a means of moving a data connection,
|
/kernel/linux/linux-5.10/drivers/media/firewire/ |
D | firedtv.h | 33 unsigned moving:1; member
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 9 to soft-offline it, by moving the contents elsewhere or
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
D | ttm_bo_api.h | 158 struct dma_fence *moving; member
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
D | M7memset.S | 188 ! get store pipeline moving 223 ! to keep the store pipeline moving.
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | biblio.rst | 54 :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/ |
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,
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | meye.rst | 39 driver however), but things are not moving very fast (see
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | sm501.rst | 45 The primary issue with memory allocation is that of moving the video
|