| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/ |
| H A D | job.c | 124 goto unpin; in pin_job() 147 goto unpin; in pin_job() 170 goto unpin; in pin_job() 175 goto unpin; in pin_job() 209 goto unpin; in pin_job() 274 unpin: in pin_job() 645 struct host1x_job_unpin_data *unpin = &job->unpins[i]; in host1x_job_unpin() local 646 struct device *dev = unpin->dev ?: host->dev; in host1x_job_unpin() 647 struct sg_table *sgt = unpin->sgt; in host1x_job_unpin() 650 unpin->size && host->domain) { in host1x_job_unpin() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | vsie.c | 742 goto unpin; in pin_blocks() 752 goto unpin; in pin_blocks() 758 goto unpin; in pin_blocks() 768 goto unpin; in pin_blocks() 777 goto unpin; in pin_blocks() 787 goto unpin; in pin_blocks() 793 goto unpin; in pin_blocks() 807 goto unpin; in pin_blocks() 811 goto unpin; in pin_blocks() 815 goto unpin; in pin_blocks() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | plane.c | 130 goto unpin; in tegra_dc_pin() 136 goto unpin; in tegra_dc_pin() 146 goto unpin; in tegra_dc_pin() 158 unpin: in tegra_dc_pin()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_context.c | 331 goto unpin; in __remote_sync() 337 goto unpin; in __remote_sync() 342 unpin: in __remote_sync()
|
| H A D | intel_context_types.h | 37 void (*unpin)(struct intel_context *ce); member
|
| H A D | mock_engine.c | 190 .unpin = mock_context_unpin,
|
| H A D | intel_context.c | 316 ce->ops->unpin(ce); in intel_context_unpin()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ldu.c | 151 if (ld->fb->unpin) in vmw_ldu_del_active() 152 ld->fb->unpin(ld->fb); in vmw_ldu_del_active() 169 if (ld->fb && ld->fb->unpin) in vmw_ldu_add_active() 170 ld->fb->unpin(ld->fb); in vmw_ldu_add_active()
|
| H A D | vmwgfx_kms.h | 220 int (*unpin)(struct vmw_framebuffer *fb); member
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | mmu_pv.c | 1031 static void __init xen_cleanmfnmap_free_pgtbl(void *pgtbl, bool unpin) in xen_cleanmfnmap_free_pgtbl() argument 1035 if (unpin) in xen_cleanmfnmap_free_pgtbl() 1041 static void __init xen_cleanmfnmap_pmd(pmd_t *pmd, bool unpin) in xen_cleanmfnmap_pmd() argument 1061 xen_cleanmfnmap_free_pgtbl(pte_tbl, unpin); in xen_cleanmfnmap_pmd() 1064 static void __init xen_cleanmfnmap_pud(pud_t *pud, bool unpin) in xen_cleanmfnmap_pud() argument 1080 xen_cleanmfnmap_pmd(pmd_tbl + i, unpin); in xen_cleanmfnmap_pud() 1083 xen_cleanmfnmap_free_pgtbl(pmd_tbl, unpin); in xen_cleanmfnmap_pud() 1086 static void __init xen_cleanmfnmap_p4d(p4d_t *p4d, bool unpin) in xen_cleanmfnmap_p4d() argument 1102 xen_cleanmfnmap_pud(pud_tbl + i, unpin); in xen_cleanmfnmap_p4d() 1105 xen_cleanmfnmap_free_pgtbl(pud_tbl, unpin); in xen_cleanmfnmap_p4d() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | host1x.h | 86 void (*unpin)(struct device *dev, struct sg_table *sgt); member 121 bo->ops->unpin(dev, sgt); in host1x_bo_unpin()
|
| H A D | dma-buf.h | 114 void (*unpin)(struct dma_buf_attachment *attach); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_cursor.c | 294 goto unpin; in radeon_crtc_cursor_set2() 349 unpin: in radeon_crtc_cursor_set2()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | pin_user_pages.rst | 97 multiple processes may pin and unpin a page. 155 "invalidate range" callback , stop the device from using the range, and unpin 177 write to a page's data, unpin" can cause a problem. Case 5 may be considered a 238 long-term [R]DMA pins in place, or during pin/unpin transitions.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_display.c | 205 goto unpin; in amdgpu_display_crtc_page_flip_target() 213 goto unpin; in amdgpu_display_crtc_page_flip_target() 250 unpin: in amdgpu_display_crtc_page_flip_target()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_gem.h | 117 void (*unpin)(struct drm_gem_object *obj); member
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 692 (exp_info->ops->pin || exp_info->ops->unpin))) in dma_buf_export() 695 if (WARN_ON(!exp_info->ops->pin != !exp_info->ops->unpin)) in dma_buf_export() 1024 if (dmabuf->ops->unpin) in dma_buf_unpin() 1025 dmabuf->ops->unpin(attach); in dma_buf_unpin()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/ |
| H A D | v3d_bo.c | 57 .unpin = drm_gem_shmem_unpin,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_object.c | 111 .unpin = drm_gem_shmem_unpin,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gem.c | 202 .unpin = drm_gem_shmem_unpin,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem.c | 1202 if (obj->funcs && obj->funcs->unpin) in drm_gem_unpin() 1203 obj->funcs->unpin(obj); in drm_gem_unpin()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_object.c | 98 .unpin = qxl_gem_prime_unpin,
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.c | 83 static void user_sdma_free_request(struct user_sdma_request *req, bool unpin); 1439 static void user_sdma_free_request(struct user_sdma_request *req, bool unpin) in user_sdma_free_request() argument 1463 if (unpin) in user_sdma_free_request()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | bootstrap.js | 2226 this.unpin = null 2249 if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom' 2291 if (this.unpin != null) this.$element.css('top', '') 2301 this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null
|
| H A D | bootstrap.min.js | 7 …unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.6",c.RESET="affix affix-top…
|