/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_dmabuf.c | 64 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_to_placement() 108 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_to_vram_or_gmr() 221 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_to_start_of_vram()
|
D | vmwgfx_mob.c | 209 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_takedown_otable_base() 275 ret = ttm_bo_reserve(dev_priv->otable_bo, false, true, false, NULL); in vmw_otables_setup() 328 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_otables_takedown() 401 ret = ttm_bo_reserve(mob->pt_bo, false, true, false, NULL); in vmw_mob_pt_populate() 506 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_mob_pt_setup() 556 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_mob_unbind()
|
D | vmwgfx_shader.c | 607 ret = ttm_bo_reserve(&buf->base, false, true, false, NULL); in vmw_compat_shader_add()
|
D | vmwgfx_kms.c | 139 ret = ttm_bo_reserve(&dmabuf->base, true, false, false, NULL); in vmw_cursor_update_dmabuf() 346 ret = ttm_bo_reserve(bo, true, false, false, NULL); in vmw_kms_cursor_snoop()
|
D | vmwgfx_drv.c | 320 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_dummy_query_bo_create()
|
D | vmwgfx_resource.c | 130 ttm_bo_reserve(bo, false, false, false, NULL); in vmw_resource_release()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 34 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.1.27/drivers/gpu/drm/bochs/ |
D | bochs_kms.c | 53 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()
|
D | bochs_fbdev.c | 87 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochsfb_create()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_object.h | 68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, NULL); in radeon_bo_reserve()
|
D | radeon_object.c | 826 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in radeon_bo_wait()
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 249 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in cirrus_bo_reserve()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 74 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_gem_object_open() 157 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_gem_object_close() 410 ret = ttm_bo_reserve(&nvbo->bo, true, false, true, &op->ticket); in validate_init()
|
D | nouveau_display.c | 727 ret = ttm_bo_reserve(&new_bo->bo, true, false, false, NULL); in nouveau_crtc_page_flip() 741 ret = ttm_bo_reserve(&old_bo->bo, true, false, false, NULL); in nouveau_crtc_page_flip()
|
D | nouveau_bo.c | 320 ret = ttm_bo_reserve(bo, false, false, false, NULL); in nouveau_bo_pin() 393 ret = ttm_bo_reserve(bo, false, false, false, NULL); in nouveau_bo_unpin() 428 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_bo_map()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 110 ret = ttm_bo_reserve(bo, true, true, false, NULL); in ttm_bo_vm_fault()
|
D | ttm_bo.c | 1590 ret = ttm_bo_reserve(bo, true, no_wait, false, NULL); in ttm_bo_synccpu_write_grab()
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 283 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in mgag200_bo_reserve()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_drv.h | 370 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in ast_bo_reserve()
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 848 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
|