/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 34 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_reserve() 71 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_mob.c | 223 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base() 266 ret = ttm_bo_reserve(batch->otable_bo, false, true, NULL); in vmw_otable_batch_setup() 361 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown() 450 ret = ttm_bo_reserve(mob->pt_bo, false, true, NULL); in vmw_mob_pt_populate() 556 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup() 608 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
|
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()
|
D | vmwgfx_resource.c | 111 ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release() 936 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin() 991 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_resource_unpin()
|
D | vmwgfx_cotable.c | 419 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
|
D | vmwgfx_fb.c | 199 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_fb_dirty_flush()
|
D | vmwgfx_shader.c | 986 ret = ttm_bo_reserve(&buf->base, false, true, NULL); in vmw_compat_shader_add()
|
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()
|
D | vmwgfx_drv.c | 371 ret = ttm_bo_reserve(&vbo->base, false, true, NULL); in vmw_dummy_query_bo_create()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_gem_vram_helper.c | 215 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin() 257 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_object.h | 68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
|
D | radeon_object.c | 851 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
|
/Linux-v5.4/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 228 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in cirrus_bo_reserve()
|
/Linux-v5.4/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 246 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_wait()
|
D | virtgpu_drv.h | 407 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_reserve()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 74 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open() 149 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close() 420 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
|
D | nouveau_bo.c | 415 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin() 484 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin() 519 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
|
/Linux-v5.4/include/drm/ttm/ |
D | ttm_bo_driver.h | 724 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
|
/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 368 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
|
D | ttm_bo.c | 1838 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1172 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip() 1186 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
|