Home
last modified time | relevance | path

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

1234567891011

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A 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 …]
H A 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()
/OK3568_Linux_fs/debian/packages-patches/openbox/3.6.1-8/
H A D0002-Support-outline-moving.patch4 Subject: [PATCH 2/3] Support outline moving
7 <drawContents>no</drawContents> to enable outline moving.
43 + /* Put popup center in outline moving mode */
107 + /* Start outline moving */
147 + /* Finish outline moving */
157 + /* The opaque moving mode */
H A D0003-Support-move-timeout-when-outline-moving.patch4 Subject: [PATCH 3/3] Support move timeout when outline moving
6 Move the window after idling for 400ms in outline moving mode.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A 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()
/OK3568_Linux_fs/external/drm-cursor/debian/
H A Dchangelog42 * Avoid moving cursor in error state
43 * Support edge pre-moving
/OK3568_Linux_fs/kernel/drivers/staging/goldfish/
H A DREADME4 - Fix the wrong user page DMA (moving to ALSA may fix that too)
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm-cursor.conf.sample10 # num-surfaces=8 # num of egl surfaces to avoid edge moving corruption
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsplice.rst8 splice is a method for moving blocks of data around inside the kernel,
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A DTODO1 TODOs prior to this driver moving out of staging
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/ibus/
H A Dibus-native.bb20 # seems by moving to src we break dependency tracking so build what's
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/
H A Dpessimizing-move.patch3 | ../../frame-2.5.0/src/x11/device_x11.cpp:126:13: error: moving a temporary object prevents copy e…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/wireshark/
H A DREADME8 Wireshark is slowly moving away from gtk and towards QT as their graphical stack.
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dswp_emulation.rst5 moving to the load-locked/store-conditional instructions LDREX and STREX.
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0008-MtpServer-fix-doMoveFile-with-wrong-newFilePath.patch47 VLOG(2) << "moving " << filePath.c_str() << " to " << newPath.c_str();
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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.
/OK3568_Linux_fs/buildroot/package/vboot-utils/
H A D0005-include-sys-sysmacros.h-for-major.patch7 explicitly for the prototype. Upstream C libs are moving away from having
/OK3568_Linux_fs/kernel/drivers/isdn/capi/
H A DKconfig29 interface. It will provide a means of moving a data connection,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.7.139 - [QTBUG-53128] Fixed map objects moving incorrectly on map resize.
/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0004-gdbserver-fix-build-for-m68k.patch25 Fix this by moving <sys/reg.h> on top of "linux-low.h".
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0004-gdbserver-fix-build-for-m68k.patch25 Fix this by moving <sys/reg.h> on top of "linux-low.h".
/OK3568_Linux_fs/kernel/drivers/media/firewire/
H A Dfiredtv.h33 unsigned moving:1; member
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0004-gdbserver-fix-build-for-m68k.patch25 Fix this by moving <sys/reg.h> on top of "linux-low.h".

1234567891011