Searched refs:ttm_bo_device (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| D | ttm_bo_api.h | 59 struct ttm_bo_device; 192 struct ttm_bo_device *bdev; 423 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev); 430 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched); 452 size_t ttm_bo_acc_size(struct ttm_bo_device *bdev, 455 size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev, 494 int ttm_bo_init_reserved(struct ttm_bo_device *bdev, 543 int ttm_bo_init(struct ttm_bo_device *bdev, struct ttm_buffer_object *bo, 569 int ttm_bo_create(struct ttm_bo_device *bdev, unsigned long size, 589 int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type, [all …]
|
| D | ttm_bo_driver.h | 173 struct ttm_bo_device *bdev; 282 int (*invalidate_caches)(struct ttm_bo_device *bdev, uint32_t flags); 283 int (*init_mem_type)(struct ttm_bo_device *bdev, uint32_t type, 365 int (*io_mem_reserve)(struct ttm_bo_device *bdev, 367 void (*io_mem_free)(struct ttm_bo_device *bdev, 480 struct ttm_bo_device { struct 579 bool ttm_mem_reg_is_pci(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem); 609 int ttm_bo_device_release(struct ttm_bo_device *bdev); 627 int ttm_bo_device_init(struct ttm_bo_device *bdev, 806 int ttm_mem_io_reserve(struct ttm_bo_device *bdev, [all …]
|
| D | ttm_tt.h | 108 struct ttm_bo_device *bdev;
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/ |
| D | ttm_bo.c | 104 static void ttm_mem_type_debug(struct ttm_bo_device *bdev, struct drm_printer *p, in ttm_mem_type_debug() 197 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_add_mem_to_lru() 227 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_del_from_lru() 332 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_handle_move_mem() 485 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_cleanup_refs_or_queue() 625 static bool ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete() 667 struct ttm_bo_device *bdev = in ttm_bo_delayed_workqueue() 668 container_of(work, struct ttm_bo_device, wq.work); in ttm_bo_delayed_workqueue() 679 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_release() 706 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev) in ttm_bo_lock_delayed_workqueue() [all …]
|
| D | ttm_bo_vm.c | 103 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_io_mem_pfn() 188 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_vm_fault_reserved() 456 static struct ttm_buffer_object *ttm_bo_vm_lookup(struct ttm_bo_device *bdev, in ttm_bo_vm_lookup() 503 struct ttm_bo_device *bdev) in ttm_bo_mmap()
|
| D | ttm_bo_util.c | 141 int ttm_mem_io_reserve(struct ttm_bo_device *bdev, in ttm_mem_io_reserve() 165 void ttm_mem_io_free(struct ttm_bo_device *bdev, in ttm_mem_io_free() 211 static int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_ioremap() 261 static void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_iounmap() 417 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_move_memcpy() 812 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_move_accel_cleanup() 873 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_pipeline_move()
|
| D | ttm_tt.c | 55 struct ttm_bo_device *bdev = bo->bdev; in ttm_tt_create()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_ttm_buffer.c | 744 static int vmw_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in vmw_invalidate_caches() 749 static int vmw_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in vmw_init_mem_type() 802 static int vmw_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in vmw_ttm_io_mem_reserve() 830 static void vmw_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in vmw_ttm_io_mem_free()
|
| D | vmwgfx_bo.c | 516 struct ttm_bo_device *bdev = &dev_priv->bdev; in vmw_bo_init() 1027 struct ttm_bo_device *bdev = bo->bdev; in vmw_bo_fence_single()
|
| D | vmwgfx_resource.c | 872 struct ttm_bo_device *bdev = bo->bdev; in vmw_query_move_notify()
|
| D | vmwgfx_drv.h | 456 struct ttm_bo_device bdev;
|