Searched refs:ttm_tt (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h47 * @ttm: Pointer to a struct ttm_tt.
55 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
60 * @ttm: Pointer to a struct ttm_tt.
65 int (*unbind) (struct ttm_tt *ttm);
70 * @ttm: Pointer to a struct ttm_tt.
75 void (*destroy) (struct ttm_tt *ttm);
92 * struct ttm_tt
97 * @dummy_read_page: Page to map where the ttm_tt page array contains a NULL
112 struct ttm_tt { struct
133 * @ttm: Base ttm_tt struc
[all...]
H A Dttm_page_alloc.h45 * @ttm: The struct ttm_tt to contain the backing pages.
49 extern int ttm_pool_populate(struct ttm_tt *ttm);
54 * @ttm: The struct ttm_tt which to free backing pages.
58 extern void ttm_pool_unpopulate(struct ttm_tt *ttm);
H A Dttm_agp_backend.c43 struct ttm_tt ttm;
51 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem)
76 static int ttm_agp_unbind(struct ttm_tt *ttm)
84 static void ttm_agp_destroy(struct ttm_tt *ttm)
99 struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
123 int ttm_agp_tt_populate(struct ttm_tt *ttm)
131 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm)
H A Dttm_tt.c39 __FBSDID("$FreeBSD: releng/10.2/sys/dev/drm2/ttm/ttm_tt.c 254875 2013-08-25 15:12:26Z dumbbell $");
52 static void ttm_tt_alloc_page_directory(struct ttm_tt *ttm)
102 static int ttm_tt_set_caching(struct ttm_tt *ttm,
148 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement)
162 void ttm_tt_destroy(struct ttm_tt *ttm)
183 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
205 void ttm_tt_fini(struct ttm_tt *ttm)
215 struct ttm_tt *ttm = &ttm_dma->ttm;
238 struct ttm_tt *ttm = &ttm_dma->ttm;
246 void ttm_tt_unbind(struct ttm_tt *tt
[all...]
H A Dttm_bo_api.h132 struct ttm_tt;
214 struct ttm_tt *ttm;
H A Dttm_bo_util.c48 struct ttm_tt *ttm = bo->ttm;
247 static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src,
271 static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst,
299 struct ttm_tt *ttm = bo->ttm;
484 struct ttm_tt *ttm = bo->ttm;
H A Dttm_page_alloc.c853 int ttm_pool_populate(struct ttm_tt *ttm)
891 void ttm_pool_unpopulate(struct ttm_tt *ttm)
H A Dttm_page_alloc_dma.c843 struct ttm_tt *ttm = &ttm_dma->ttm;
868 struct ttm_tt *ttm = &ttm_dma->ttm;
940 struct ttm_tt *ttm = &ttm_dma->ttm;
H A Dttm_bo_vm.c108 struct ttm_tt *ttm = NULL;
H A Dttm_bo.c1321 size += ttm_round_pot(sizeof(struct ttm_tt));
/freebsd-10.2-release/sys/modules/drm2/drm2/
H A DMakefile40 ttm_tt.c \
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_ttm.c511 static int radeon_ttm_backend_bind(struct ttm_tt *ttm,
532 static int radeon_ttm_backend_unbind(struct ttm_tt *ttm)
540 static void radeon_ttm_backend_destroy(struct ttm_tt *ttm)
554 static struct ttm_tt *radeon_ttm_tt_create(struct ttm_bo_device *bdev,
583 static int radeon_ttm_tt_populate(struct ttm_tt *ttm)
643 static void radeon_ttm_tt_unpopulate(struct ttm_tt *ttm)

Completed in 173 milliseconds