Home
last modified time | relevance | path

Searched refs:ttm_tt_create (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/drm/ttm/
Dttm_tt.c64 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc) in ttm_tt_create() function
99 bo->ttm = bdev->funcs->ttm_tt_create(bo, page_flags); in ttm_tt_create()
108 EXPORT_SYMBOL_FOR_TESTS_ONLY(ttm_tt_create);
Dttm_bo_util.c748 ret = ttm_tt_create(bo, true); in ttm_bo_pipeline_gutting()
770 ret = ttm_tt_create(bo, true); in ttm_bo_pipeline_gutting()
Dttm_bo.c137 ret = ttm_tt_create(bo, old_use_tt); in ttm_bo_handle_move_mem()
844 ret = ttm_tt_create(bo, true); in ttm_bo_validate()
/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_tt.h147 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc);
Dttm_device.h73 struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo, member
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_ttm.c688 .ttm_tt_create = &radeon_ttm_tt_create,
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_ttm.c778 .ttm_tt_create = i915_ttm_tt_create,
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ttm.c1632 .ttm_tt_create = &amdgpu_ttm_tt_create,