Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_tt.h147 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc);
H A Dttm_bo_driver.h236 struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo, member
/dragonfly/sys/dev/drm/ttm/
H A Dttm_tt.c51 int ttm_tt_create(struct ttm_buffer_object *bo, bool zero_alloc) in ttm_tt_create() function
80 bo->ttm = bdev->driver->ttm_tt_create(bo, page_flags); in ttm_tt_create()
H A Dttm_bo.c260 ret = ttm_tt_create(bo, zero); in ttm_bo_handle_move_mem()
645 return ttm_tt_create(bo, false); in ttm_bo_evict()
1111 ret = ttm_tt_create(bo, true); in ttm_bo_validate()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_ttm.c884 .ttm_tt_create = &radeon_ttm_tt_create,
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c1603 .ttm_tt_create = &amdgpu_ttm_tt_create,