| /Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_mob.c | 95 int ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_bo_unpin_unlocked() 225 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base() 344 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown() 510 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup() 562 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
|
| D | vmwgfx_bo.c | 79 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement() 115 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr() 183 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_start_of_vram() 239 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_unpin() 468 ret = ttm_bo_reserve(bo, true, nonblock, NULL); in vmw_user_bo_synccpu_grab()
|
| D | vmwgfx_resource.c | 127 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release() 974 ret = ttm_bo_reserve(&vbo->tbo, interruptible, false, NULL); in vmw_resource_pin() 1032 (void) ttm_bo_reserve(&vbo->tbo, false, false, NULL); in vmw_resource_unpin()
|
| D | vmwgfx_gem.c | 57 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_gem_pin_private()
|
| D | vmwgfx_kms.c | 312 ret = ttm_bo_reserve(&vps->cursor.bo->tbo, false, false, NULL); in vmw_du_get_cursor_mob() 415 ret = ttm_bo_reserve(bo, true, false, NULL); in vmw_kms_cursor_snoop() 588 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_du_cursor_plane_map_cm() 620 ret = ttm_bo_reserve(&vbo->tbo, true, false, NULL); in vmw_du_cursor_plane_unmap_cm() 654 const int ret = ttm_bo_reserve(&vps->bo->tbo, true, false, NULL); in vmw_du_cursor_plane_cleanup_fb() 724 ret = ttm_bo_reserve(&vps->bo->tbo, true, false, NULL); in vmw_du_cursor_plane_prepare_fb() 738 ret = ttm_bo_reserve(&vps->surf->res.guest_memory_bo->tbo, true, false, in vmw_du_cursor_plane_prepare_fb()
|
| D | vmwgfx_ttm_buffer.c | 598 ret = ttm_bo_reserve(&vbo->tbo, false, true, NULL); in vmw_bo_create_and_populate()
|
| D | vmwgfx_cotable.c | 442 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
|
| D | vmwgfx_shader.c | 909 ret = ttm_bo_reserve(&buf->tbo, false, true, NULL); in vmw_compat_shader_add()
|
| D | vmwgfx_drv.c | 414 ret = ttm_bo_reserve(&vbo->tbo, false, true, NULL); in vmw_dummy_query_bo_create()
|
| D | vmwgfx_surface.c | 1534 ttm_bo_reserve(&backup->tbo, false, false, NULL); in vmw_gb_surface_define_internal()
|
| /Linux-v6.6/drivers/gpu/drm/qxl/ |
| D | qxl_object.h | 34 r = ttm_bo_reserve(&bo->tbo, true, false, NULL); in qxl_bo_reserve()
|
| /Linux-v6.6/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 91 ret = ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
|
| D | ttm_bo_vm.c | 420 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
|
| /Linux-v6.6/drivers/gpu/drm/radeon/ |
| D | radeon_object.h | 68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
|
| /Linux-v6.6/include/drm/ttm/ |
| D | ttm_bo.h | 238 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
|
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_gem_vram_helper.c | 331 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin() 358 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin()
|
| /Linux-v6.6/drivers/gpu/drm/nouveau/ |
| D | nouveau_gem.c | 117 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open() 201 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close() 498 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
|
| D | nouveau_bo.c | 478 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin() 554 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin() 581 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
|
| /Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_object.h | 207 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
|
| /Linux-v6.6/drivers/gpu/drm/loongson/ |
| D | lsdc_ttm.c | 280 return ttm_bo_reserve(&lbo->tbo, true, false, NULL); in lsdc_bo_reserve()
|
| /Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/ |
| D | crtc.c | 1174 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip() 1188 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
|