Home
last modified time | relevance | path

Searched refs:ttm_bo_reserve (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_dmabuf.c59 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_pin_in_placement()
101 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_pin_in_vram_or_gmr()
177 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_pin_in_start_of_vram()
228 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_unpin()
Dvmwgfx_mob.c225 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_takedown_otable_base()
265 ret = ttm_bo_reserve(batch->otable_bo, false, true, false, NULL); in vmw_otable_batch_setup()
360 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_otable_batch_takedown()
443 ret = ttm_bo_reserve(mob->pt_bo, false, true, false, NULL); in vmw_mob_pt_populate()
548 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_mob_pt_setup()
598 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_mob_unbind()
Dvmwgfx_resource.c132 ttm_bo_reserve(bo, false, false, false, NULL); in vmw_resource_release()
1720 ttm_bo_reserve(&vbo->base, interruptible, false, false, in vmw_resource_pin()
1776 ttm_bo_reserve(&vbo->base, false, false, false, NULL); in vmw_resource_unpin()
Dvmwgfx_cotable.c424 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, false, NULL)); in vmw_cotable_resize()
Dvmwgfx_kms.c101 ret = ttm_bo_reserve(&dmabuf->base, true, false, false, NULL); in vmw_cursor_update_dmabuf()
321 ret = ttm_bo_reserve(bo, true, false, false, NULL); in vmw_kms_cursor_snoop()
1841 ttm_bo_reserve(bo, false, false, interruptible, NULL); in vmw_kms_helper_buffer_prepare()
Dvmwgfx_shader.c991 ret = ttm_bo_reserve(&buf->base, false, true, false, NULL); in vmw_compat_shader_add()
Dvmwgfx_drv.c329 ret = ttm_bo_reserve(&vbo->base, false, true, false, NULL); in vmw_dummy_query_bo_create()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_object.h34 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in qxl_bo_reserve()
70 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in qxl_bo_wait()
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_kms.c53 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochs_crtc_mode_set_base()
67 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochs_crtc_mode_set_base()
Dbochs_fbdev.c85 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochsfb_create()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_object.h68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, NULL); in radeon_bo_reserve()
Dradeon_object.c831 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in radeon_bo_wait()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_object.c158 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in virtio_gpu_object_wait()
Dvirtgpu_drv.h403 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in virtio_gpu_object_reserve()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.h74 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, 0); in amdgpu_bo_reserve()
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_drv.h249 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in cirrus_bo_reserve()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_gem.c74 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_gem_object_open()
159 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_gem_object_close()
412 ret = ttm_bo_reserve(&nvbo->bo, true, false, true, &op->ticket); in validate_init()
Dnouveau_display.c741 ret = ttm_bo_reserve(&new_bo->bo, true, false, false, NULL); in nouveau_crtc_page_flip()
755 ret = ttm_bo_reserve(&old_bo->bo, true, false, false, NULL); in nouveau_crtc_page_flip()
Dnouveau_bo.c315 ret = ttm_bo_reserve(bo, false, false, false, NULL); in nouveau_bo_pin()
388 ret = ttm_bo_reserve(bo, false, false, false, NULL); in nouveau_bo_unpin()
423 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_bo_map()
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo_vm.c110 ret = ttm_bo_reserve(bo, true, true, false, NULL); in ttm_bo_vm_fault()
Dttm_bo.c1594 ret = ttm_bo_reserve(bo, true, no_wait, false, NULL); in ttm_bo_synccpu_write_grab()
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_drv.h284 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in mgag200_bo_reserve()
/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h848 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.h371 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in ast_bo_reserve()