Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_vm.c53 if (likely(!bo->moving)) in ttm_bo_vm_fault_idle()
59 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()
Dttm_bo_util.c510 fbo->base.moving = NULL; in ttm_buffer_object_transfer()
713 dma_fence_put(bo->moving); in ttm_bo_move_accel_cleanup()
714 bo->moving = dma_fence_get(fence); in ttm_bo_move_accel_cleanup()
769 dma_fence_put(bo->moving); in ttm_bo_pipeline_move()
770 bo->moving = dma_fence_get(fence); in ttm_bo_pipeline_move()
808 dma_fence_put(bo->moving); in ttm_bo_pipeline_move()
809 bo->moving = dma_fence_get(fence); in ttm_bo_pipeline_move()
Dttm_bo.c154 dma_fence_put(bo->moving); in ttm_bo_release_list()
805 dma_fence_put(bo->moving); in ttm_bo_add_move_fence()
806 bo->moving = fence; in ttm_bo_add_move_fence()
1169 bo->moving = NULL; in ttm_bo_init_reserved()
/Linux-v4.19/drivers/staging/goldfish/
DREADME4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
/Linux-v4.19/drivers/staging/fwserial/
DTODO1 TODOs prior to this driver moving out of staging
/Linux-v4.19/Documentation/arm/
Dswp_emulation5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/Linux-v4.19/Documentation/vm/
Dpage_migration.rst7 Page migration allows the moving of the physical location of pages between
13 by moving pages near to the processor where the process accessing that memory
36 "move_pages" allows the moving of individual pages within a process.
68 pages and moving them into lists. This is done by
82 moving.
/Linux-v4.19/drivers/media/firewire/
Dfiredtv.h37 unsigned moving:1; member
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dtouchscreen.txt33 - moving-threshold : deprecated name for a combination of
/Linux-v4.19/drivers/isdn/capi/
DKconfig24 interface. It will provide a means of moving a data connection,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-memory-page-offline9 to soft-offline it, by moving the contents elsewhere or
/Linux-v4.19/arch/s390/kernel/
Dhead64.S44 # like moving the initrd. Returns with an initialized bss section.
/Linux-v4.19/arch/sparc/lib/
DM7memset.S188 ! get store pipeline moving
223 ! to keep the store pipeline moving.
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt46 in 32-bit words while moving data from system memory to the USB
52 in 32-bit words while moving data from the USB bus to system memory,
/Linux-v4.19/include/drm/ttm/
Dttm_bo_api.h215 struct dma_fence *moving; member
/Linux-v4.19/Documentation/media/uapi/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…
/Linux-v4.19/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,
Dapplying-patches.rst268 To apply a patch moving from 4.6 to 4.7, you'd do the following (note
275 # moving from 4.6 to 4.7
282 # moving from 4.6.1 to 4.7
356 # first an example of moving from 4.7 to 4.8-rc3
/Linux-v4.19/Documentation/devicetree/
Dof_unittest.txt12 It is recommended to read the following documents before moving ahead.
191 detached and then moving up the parent nodes are removed, and eventually the
/Linux-v4.19/drivers/isdn/
DKconfig36 ISDN support in the linux kernel is moving towards a new API,
/Linux-v4.19/Documentation/
DSM501.txt45 The primary issue with memory allocation is that of moving the video
/Linux-v4.19/Documentation/core-api/
Dcircular-buffers.rst116 moving the tail index.
123 producer may still be filling the buffer on another CPU and moving the
/Linux-v4.19/arch/arm/lib/
Ddiv64.S104 @ Here we shift remainer bits leftwards rather than moving the
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dallocators.rst10 thus speeding up disk IO. On an SSD there of course are no moving parts,
/Linux-v4.19/Documentation/media/v4l-drivers/
Dmeye.rst37 driver however), but things are not moving very fast (see

1234