/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_bo_test.c | 57 KUNIT_ARRAY_PARAM(ttm_bo_reserve, ttm_bo_reserved_cases, ttm_bo_init_case_desc); 67 err = ttm_bo_reserve(bo, params->interruptible, params->no_wait, NULL); in ttm_bo_reserve_optimistic_no_ticket() 85 err = ttm_bo_reserve(bo, interruptible, no_wait, NULL); in ttm_bo_reserve_locked_no_sleep() 103 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_no_wait_ticket() 121 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_double_resv() 124 err = ttm_bo_reserve(bo, interruptible, no_wait, &ctx); in ttm_bo_reserve_double_resv() 136 * (indicated by -EDEADLK). The subtest checks if ttm_bo_reserve() properly 160 err = ttm_bo_reserve(bo1, interruptible, no_wait, &ctx1); in ttm_bo_reserve_deadlock() 163 err = ttm_bo_reserve(bo2, interruptible, no_wait, &ctx1); in ttm_bo_reserve_deadlock() 201 err = ttm_bo_reserve(b in threaded_ttm_bo_reserve() [all...] |
H A D | ttm_bo_validate_test.c | 289 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_invalid_placement() 318 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_failed_alloc() 345 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_pinned() 352 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_pinned() 548 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_no_placement_signaled() 622 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_no_placement_not_signaled() 663 ttm_bo_reserve(bo, false, false, NULL); in ttm_bo_validate_move_fence_signaled() 798 ttm_bo_reserve(bo_val, false, false, NULL); in ttm_bo_validate_happy_evict() 849 ttm_bo_reserve(bo_small, false, false, NULL); in ttm_bo_validate_all_pinned_evict() 857 ttm_bo_reserve(bo_bi in ttm_bo_validate_all_pinned_evict() [all...] |
/linux/drivers/gpu/drm/vmwgfx/ |
H A 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() 343 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown() 509 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup() 561 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
|
H A D | vmwgfx_cursor_plane.c | 176 ret = ttm_bo_reserve(&vbo->tbo, true, false, NULL); in vmw_cursor_mob_unmap() 264 ret = ttm_bo_reserve(&vps->cursor.mob->tbo, false, false, NULL); in vmw_cursor_mob_get() 375 ret = ttm_bo_reserve(bo, true, false, NULL); in vmw_kms_cursor_snoop() 442 ret = ttm_bo_reserve(&vbo->tbo, false, false, NULL); in vmw_cursor_mob_map() 527 ret = ttm_bo_reserve(&old_bo->tbo, false, false, &ctx); in vmw_cursor_buffer_changed() 533 ret = ttm_bo_reserve(&new_bo->tbo, false, false, &ctx); in vmw_cursor_buffer_changed() 631 ret = ttm_bo_reserve(&bo->tbo, true, false, NULL); in vmw_cursor_plane_prepare_fb()
|
H A D | vmwgfx_bo.c | 104 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement() 140 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr() 208 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_start_of_vram() 264 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_unpin() 512 ret = ttm_bo_reserve(bo, true, nonblock, NULL); in vmw_user_bo_synccpu_grab()
|
H A D | vmwgfx_resource.c | 129 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release() 983 ret = ttm_bo_reserve(&vbo->tbo, interruptible, false, NULL); in vmw_resource_pin() 1041 (void) ttm_bo_reserve(&vbo->tbo, false, false, NULL); in vmw_resource_unpin()
|
H A D | vmwgfx_vkms.c | 57 ret = ttm_bo_reserve(&bo->tbo, false, false, NULL); in vmw_surface_sync()
|
H A D | vmwgfx_kms.c | 766 ttm_bo_reserve(&bo->tbo, false, false, NULL); in vmw_kms_fb_create() 1995 ret = ttm_bo_reserve(&bo->tbo, false, false, NULL); in vmw_user_object_unmap()
|
H A D | vmwgfx_surface.c | 1625 ttm_bo_reserve(&backup->tbo, false, false, NULL); in vmw_gb_surface_define_internal()
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_object.h | 34 r = ttm_bo_reserve(&bo->tbo, true, false, NULL); in qxl_bo_reserve()
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | intel_fb_bo.c | 45 ret = ttm_bo_reserve(&bo->ttm, true, false, NULL); in intel_fb_bo_framebuffer_init()
|
H A D | xe_fb_pin.c | 310 ret = ttm_bo_reserve(&bo->ttm, false, false, NULL); in __xe_pin_fb_vma() 335 ttm_bo_reserve(&bo->ttm, false, false, NULL); in __xe_pin_fb_vma() 356 ttm_bo_reserve(&vma->bo->ttm, false, false, NULL); in __xe_unpin_fb_vma()
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_execbuf_util.c | 93 ret = ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
|
H A D | ttm_bo_vm.c | 433 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_access()
|
H A D | ttm_bo.c | 468 ret = ttm_bo_reserve(bo, ctx->interruptible, ctx->no_wait_gpu, NULL); in ttm_bo_evict_first()
|
/linux/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()
|
/linux/drivers/gpu/drm/ |
H A D | drm_gem_vram_helper.c | 302 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin() 322 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin()
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 278 return ttm_bo_reserve(&lbo->tbo, true, false, NULL); in lsdc_bo_reserve()
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | crtc.c | 1187 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip() 1201 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
|