Searched refs:moving (Results 1 – 21 of 21) sorted by relevance
/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() 776 dma_fence_put(bo->moving); in ttm_bo_add_move_fence() 777 bo->moving = fence; in ttm_bo_add_move_fence() 1030 bo->moving = NULL; in ttm_bo_init_reserved()
|
/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()
|
D | amdgpu_object.c | 613 dma_fence_put(bo->tbo.moving); in amdgpu_bo_create() 614 bo->tbo.moving = dma_fence_get(fence); in amdgpu_bo_create()
|
D | amdgpu_amdkfd_gpuvm.c | 2344 ret = amdgpu_sync_fence(&sync_obj, bo->tbo.moving); in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_prime.c | 99 if (nvbo->bo.moving) in nouveau_gem_prime_pin() 100 ret = dma_fence_wait(nvbo->bo.moving, true); in nouveau_gem_prime_pin()
|
/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()
|
/drivers/staging/fwserial/ |
D | TODO | 1 TODOs prior to this driver moving out of staging
|
/drivers/isdn/capi/ |
D | Kconfig | 29 interface. It will provide a means of moving a data connection,
|
/drivers/media/firewire/ |
D | firedtv.h | 33 unsigned moving:1; member
|
D | firedtv-avc.c | 791 stat->moving = r->operand[11] >> 6 & 1; in avc_tuner_status()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 1167 if (bo->moving) in vmw_resources_clean() 1168 dma_fence_put(bo->moving); in vmw_resources_clean() 1169 bo->moving = dma_fence_get in vmw_resources_clean()
|
/drivers/mtd/ubi/ |
D | Kconfig | 22 wear leveling by means of moving data from eraseblock with low erase
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 78 moving all your driver state printing into the various atomic_print_state
|
/drivers/gpu/drm/bridge/ |
D | Kconfig | 73 moving towards separating connector handling from display controllers
|
/drivers/gpio/ |
D | TODO | 13 The numberspace issue is the same as to why irq is moving away from irq
|
/drivers/md/ |
D | Kconfig | 336 moving frequently used data to a smaller, higher performance
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 430 * list. This is achieved by simply moving our "next" pointer into
|