Symbol: ttm_bo_device
sys/dev/drm2/drmP.h
1777
struct ttm_bo_device;
sys/dev/drm2/drmP.h
1778
int ttm_bo_mmap_single(struct ttm_bo_device *bdev, vm_ooffset_t *offset,
sys/dev/drm2/ttm/ttm_agp_backend.c
97
struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1003
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
111
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1111
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1215
int ttm_bo_init(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1309
size_t ttm_bo_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1322
size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1336
int ttm_bo_create(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1360
static int ttm_bo_force_list_clean(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1388
int ttm_bo_clean_mm(struct ttm_bo_device *bdev, unsigned mem_type)
sys/dev/drm2/ttm/ttm_bo.c
1418
int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type)
sys/dev/drm2/ttm/ttm_bo.c
1435
int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type,
sys/dev/drm2/ttm/ttm_bo.c
1532
int ttm_bo_device_release(struct ttm_bo_device *bdev)
sys/dev/drm2/ttm/ttm_bo.c
1578
int ttm_bo_device_init(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
159
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1627
bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem)
sys/dev/drm2/ttm/ttm_bo.c
1653
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1663
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1682
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1721
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1773
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
1888
void ttm_bo_swapout_all(struct ttm_bo_device *bdev)
sys/dev/drm2/ttm/ttm_bo.c
370
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
415
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
550
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
60
static void ttm_mem_type_debug(struct ttm_bo_device *bdev, int mem_type)
sys/dev/drm2/ttm/ttm_bo.c
610
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
691
static int ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all)
sys/dev/drm2/ttm/ttm_bo.c
748
struct ttm_bo_device *bdev = arg;
sys/dev/drm2/ttm/ttm_bo.c
758
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
786
int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev)
sys/dev/drm2/ttm/ttm_bo.c
795
void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched)
sys/dev/drm2/ttm/ttm_bo.c
806
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo.c
858
static int ttm_mem_evict_first(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
924
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo_api.h
192
struct ttm_bo_device *bdev;
sys/dev/drm2/ttm/ttm_bo_api.h
36
struct ttm_bo_device;
sys/dev/drm2/ttm/ttm_bo_api.h
405
extern int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev);
sys/dev/drm2/ttm/ttm_bo_api.h
412
extern void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
450
size_t ttm_bo_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
453
size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
491
extern int ttm_bo_init(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
529
extern int ttm_bo_create(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
568
extern int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type,
sys/dev/drm2/ttm/ttm_bo_api.h
597
extern int ttm_bo_clean_mm(struct ttm_bo_device *bdev, unsigned mem_type);
sys/dev/drm2/ttm/ttm_bo_api.h
618
extern int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type);
sys/dev/drm2/ttm/ttm_bo_api.h
719
extern ssize_t ttm_bo_io(struct ttm_bo_device *bdev, struct file *filp,
sys/dev/drm2/ttm/ttm_bo_api.h
723
extern void ttm_bo_swapout_all(struct ttm_bo_device *bdev);
sys/dev/drm2/ttm/ttm_bo_driver.h
1009
extern struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
112
struct ttm_bo_device *bdev;
sys/dev/drm2/ttm/ttm_bo_driver.h
265
struct ttm_bo_device *bdev;
sys/dev/drm2/ttm/ttm_bo_driver.h
330
struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
367
int (*invalidate_caches) (struct ttm_bo_device *bdev, uint32_t flags);
sys/dev/drm2/ttm/ttm_bo_driver.h
368
int (*init_mem_type) (struct ttm_bo_device *bdev, uint32_t type,
sys/dev/drm2/ttm/ttm_bo_driver.h
451
int (*io_mem_reserve)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem);
sys/dev/drm2/ttm/ttm_bo_driver.h
452
void (*io_mem_free)(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem);
sys/dev/drm2/ttm/ttm_bo_driver.h
599
extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
602
extern int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
695
extern bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_driver.h
731
extern int ttm_bo_device_release(struct ttm_bo_device *bdev);
sys/dev/drm2/ttm/ttm_bo_driver.h
747
extern int ttm_bo_device_init(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_util.c
114
static int ttm_mem_io_reserve(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_util.c
138
static void ttm_mem_io_free(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_util.c
185
int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
sys/dev/drm2/ttm/ttm_bo_util.c
217
void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem,
sys/dev/drm2/ttm/ttm_bo_util.c
295
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo_util.c
404
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo_util.c
600
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo_vm.c
107
struct ttm_bo_device *bdev = bo->bdev;
sys/dev/drm2/ttm/ttm_bo_vm.c
320
ttm_bo_mmap_single(struct ttm_bo_device *bdev, vm_ooffset_t *offset, vm_size_t size,
sys/dev/drm2/ttm/ttm_bo_vm.c
389
ssize_t ttm_bo_io(struct ttm_bo_device *bdev, struct file *filp,
sys/dev/drm2/ttm/ttm_bo_vm.c
71
static struct ttm_buffer_object *ttm_bo_vm_lookup_rb(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_execbuf_util.c
208
struct ttm_bo_device *bdev;
sys/dev/drm2/ttm/ttm_tt.c
181
int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_tt.c
209
int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_bo_device *bdev,