/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_dmabuf.c | 59 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()
|
D | vmwgfx_mob.c | 225 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()
|
D | vmwgfx_resource.c | 132 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()
|
D | vmwgfx_cotable.c | 424 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, false, NULL)); in vmw_cotable_resize()
|
D | vmwgfx_kms.c | 101 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()
|
D | vmwgfx_shader.c | 991 ret = ttm_bo_reserve(&buf->base, false, true, false, NULL); in vmw_compat_shader_add()
|
D | vmwgfx_drv.c | 329 ret = ttm_bo_reserve(&vbo->base, false, true, false, NULL); in vmw_dummy_query_bo_create()
|
/linux-4.4.14/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.4.14/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 | 85 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochsfb_create()
|
/linux-4.4.14/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 | 831 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in radeon_bo_wait()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 158 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in virtio_gpu_object_wait()
|
D | virtgpu_drv.h | 403 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/ |
D | amdgpu_object.h | 74 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, 0); in amdgpu_bo_reserve()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 74 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()
|
D | nouveau_display.c | 741 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()
|
D | nouveau_bo.c | 315 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/ |
D | ttm_bo_vm.c | 110 ret = ttm_bo_reserve(bo, true, true, false, NULL); in ttm_bo_vm_fault()
|
D | ttm_bo.c | 1594 ret = ttm_bo_reserve(bo, true, no_wait, false, NULL); in ttm_bo_synccpu_write_grab()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 284 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in mgag200_bo_reserve()
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_drv.h | 371 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in ast_bo_reserve()
|