/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 34 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_reserve() 70 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_mob.c | 225 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base() 268 ret = ttm_bo_reserve(batch->otable_bo, false, true, NULL); in vmw_otable_batch_setup() 362 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() 555 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup() 605 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
|
D | vmwgfx_bo.c | 106 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement() 155 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr() 238 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_start_of_vram() 296 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_unpin()
|
D | vmwgfx_resource.c | 83 ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release() 902 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin() 957 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_resource_unpin()
|
D | vmwgfx_cotable.c | 426 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
|
D | vmwgfx_kms.c | 103 ret = ttm_bo_reserve(&bo->base, true, false, NULL); in vmw_cursor_update_bo() 198 ret = ttm_bo_reserve(bo, true, false, NULL); in vmw_kms_cursor_snoop() 2605 ttm_bo_reserve(bo, false, false, NULL); in vmw_kms_helper_buffer_prepare()
|
D | vmwgfx_fb.c | 199 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_fb_dirty_flush()
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_fbdev.c | 94 ret = ttm_bo_reserve(&bo->bo, true, false, NULL); in hibmc_drm_fb_create() 149 ret1 = ttm_bo_reserve(&bo->bo, true, false, NULL); in hibmc_drm_fb_create()
|
D | hibmc_drm_de.c | 110 ret = ttm_bo_reserve(&bo->bo, true, false, NULL); in hibmc_plane_atomic_update()
|
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs_kms.c | 46 ret = ttm_bo_reserve(&bo->bo, true, false, NULL); in bochs_crtc_mode_set_base() 60 ret = ttm_bo_reserve(&bo->bo, true, false, NULL); in bochs_crtc_mode_set_base()
|
D | bochs_fbdev.c | 81 ret = ttm_bo_reserve(&bo->bo, true, false, NULL); in bochsfb_create()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 134 err = ttm_bo_reserve(bo, true, true, NULL); in ttm_bo_vm_fault() 365 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
|
/Linux-v4.19/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 | 848 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 164 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_wait()
|
D | virtgpu_drv.h | 401 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_reserve()
|
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.h | 235 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in cirrus_bo_reserve()
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbox_drv.h | 248 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in vbox_bo_reserve()
|
/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 281 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in mgag200_bo_reserve()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 78 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open() 152 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close() 415 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
|
D | nouveau_display.c | 820 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nouveau_crtc_page_flip() 834 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nouveau_crtc_page_flip()
|
D | nouveau_bo.c | 385 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin() 454 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin() 489 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_bo_driver.h | 691 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.h | 156 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
|
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_drv.h | 377 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in ast_bo_reserve()
|