Searched refs:ttm_bo_device (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/ttm/
H A Dttm_bo_api.h37 struct ttm_bo_device;
193 struct ttm_bo_device *bdev;
406 extern int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev);
413 extern void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev,
445 * @bdev: Pointer to a ttm_bo_device struct.
451 size_t ttm_bo_acc_size(struct ttm_bo_device *bdev,
454 size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev,
461 * @bdev: Pointer to a ttm_bo_device struct.
492 extern int ttm_bo_init(struct ttm_bo_device *bdev,
507 * @bdev: Pointer to a ttm_bo_device struc
[all...]
H A Dttm_bo_driver.h94 * @bdev: Pointer to a struct ttm_bo_device.
101 * @bdev: Pointer to the current struct ttm_bo_device.
113 struct ttm_bo_device *bdev;
266 struct ttm_bo_device *bdev;
321 * @bdev: pointer to a struct ttm_bo_device:
324 * @dummy_read_page: See struct ttm_bo_device.
331 struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev,
368 int (*invalidate_caches) (struct ttm_bo_device *bdev, uint32_t flags);
369 int (*init_mem_type) (struct ttm_bo_device *bdev, uint32_t type,
452 int (*io_mem_reserve)(struct ttm_bo_device *bde
531 struct ttm_bo_device { struct
[all...]
H A Dttm_bo.c61 static void ttm_mem_type_debug(struct ttm_bo_device *bdev, int mem_type)
112 struct ttm_bo_device *bdev = bo->bdev;
160 struct ttm_bo_device *bdev = bo->bdev;
371 struct ttm_bo_device *bdev = bo->bdev;
416 struct ttm_bo_device *bdev = bo->bdev;
551 struct ttm_bo_device *bdev = bo->bdev;
611 struct ttm_bo_device *bdev = bo->bdev;
692 static int ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all)
749 struct ttm_bo_device *bdev = arg;
759 struct ttm_bo_device *bde
[all...]
H A Dttm_bo_util.c116 static int ttm_mem_io_reserve(struct ttm_bo_device *bdev,
140 static void ttm_mem_io_free(struct ttm_bo_device *bdev,
187 int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
219 void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
297 struct ttm_bo_device *bdev = bo->bdev;
406 struct ttm_bo_device *bdev = bo->bdev;
602 struct ttm_bo_device *bdev = bo->bdev;
H A Dttm_agp_backend.c112 struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
H A Dttm_bo_vm.c71 static struct ttm_buffer_object *ttm_bo_vm_lookup_rb(struct ttm_bo_device *bdev,
107 struct ttm_bo_device *bdev = bo->bdev;
322 ttm_bo_mmap_single(struct ttm_bo_device *bdev, vm_ooffset_t *offset, vm_size_t size,
405 ssize_t ttm_bo_io(struct ttm_bo_device *bdev, struct file *filp,
H A Dttm_execbuf_util.c210 struct ttm_bo_device *bdev;
H A Dttm_tt.c183 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
211 int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_bo_device *bdev,
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_ttm.c50 static struct radeon_device *radeon_get_rdev(struct ttm_bo_device *bdev)
119 static int radeon_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags)
124 static int radeon_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,
410 static int radeon_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem)
473 static void radeon_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem)
554 static struct ttm_tt *radeon_ttm_tt_create(struct ttm_bo_device *bdev,
H A Dradeon.h309 struct ttm_bo_device bdev;
/freebsd-10.1-release/sys/dev/drm2/
H A DdrmP.h1416 struct ttm_bo_device;
1417 int ttm_bo_mmap_single(struct ttm_bo_device *bdev, vm_ooffset_t *offset,

Completed in 99 milliseconds