Searched refs:ttm_tt_create (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/ttm/ |
| D | ttm_tt.c | 64 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);
|
| D | ttm_bo_util.c | 748 ret = ttm_tt_create(bo, true); in ttm_bo_pipeline_gutting() 770 ret = ttm_tt_create(bo, true); in ttm_bo_pipeline_gutting()
|
| D | ttm_bo.c | 137 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/ |
| D | ttm_tt.h | 147 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc);
|
| D | ttm_device.h | 73 struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo, member
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_ttm.c | 688 .ttm_tt_create = &radeon_ttm_tt_create,
|
| /openbsd/src/sys/dev/pci/drm/i915/gem/ |
| D | i915_gem_ttm.c | 778 .ttm_tt_create = i915_ttm_tt_create,
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_ttm.c | 1632 .ttm_tt_create = &amdgpu_ttm_tt_create,
|