| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_object.h | 34 r = ttm_bo_reserve(&bo->tbo, true, false, NULL); in qxl_bo_reserve() 66 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_mob.c | 223 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base() 339 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown() 502 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup() 554 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
|
| H A D | vmwgfx_bo.c | 105 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement() 154 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr() 237 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_start_of_vram() 295 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_unpin() 709 ret = ttm_bo_reserve(bo, true, nonblock, NULL); in vmw_user_bo_synccpu_grab()
|
| H A D | vmwgfx_resource.c | 125 ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release() 1004 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin() 1059 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_resource_unpin()
|
| H A D | vmwgfx_cotable.c | 421 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
|
| H A D | vmwgfx_ttm_buffer.c | 828 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_bo_create_and_populate()
|
| H A D | vmwgfx_shader.c | 986 ret = ttm_bo_reserve(&buf->base, false, true, NULL); in vmw_compat_shader_add()
|
| H A D | vmwgfx_fb.c | 199 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_fb_dirty_flush()
|
| H A D | vmwgfx_kms.c | 106 ret = ttm_bo_reserve(&bo->base, true, false, NULL); in vmw_cursor_update_bo() 201 ret = ttm_bo_reserve(bo, true, false, NULL); in vmw_kms_cursor_snoop()
|
| H A D | vmwgfx_drv.c | 380 ret = ttm_bo_reserve(&vbo->base, false, true, NULL); in vmw_dummy_query_bo_create()
|
| H A D | vmwgfx_surface.c | 1582 ttm_bo_reserve(&backup->base, false, false, NULL); in vmw_gb_surface_define_internal()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_vram_helper.c | 362 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin() 406 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin() 479 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_vmap() 516 ret = ttm_bo_reserve(&gbo->bo, false, false, NULL); in drm_gem_vram_vunmap()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_execbuf_util.c | 96 ret = ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
|
| H A D | ttm_bo_vm.c | 497 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_prime.c | 113 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_prime_pin()
|
| H A D | nouveau_gem.c | 77 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open() 154 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close() 412 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
|
| H A D | nouveau_bo.c | 444 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin() 525 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin() 569 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_object.h | 68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
|
| H A D | radeon_object.c | 851 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
|
| /OK3568_Linux_fs/kernel/include/drm/ttm/ |
| H A D | ttm_bo_driver.h | 486 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_object.h | 163 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | crtc.c | 1181 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip() 1195 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
|