Home
last modified time | relevance | path

Searched refs:ttm_eu_reserve_buffers (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c74 int ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, in ttm_eu_reserve_buffers() function
139 EXPORT_SYMBOL(ttm_eu_reserve_buffers);
/linux/include/drm/ttm/
H A Dttm_execbuf_util.h99 int ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.h122 return ttm_eu_reserve_buffers(&ctx->ticket, &ctx->bo_list, intr, in vmw_validation_bo_reserve()
H A Dvmwgfx_resource.c529 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL); in vmw_resource_check_buffer()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_release.c224 ret = ttm_eu_reserve_buffers(&release->ticket, &release->bos, in qxl_release_reserve_list()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c480 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates); in radeon_bo_list_validate()
H A Dradeon_gem.c628 r = ttm_eu_reserve_buffers(&ticket, &list, true, NULL); in radeon_gem_va_update_vm()