Searched defs:ttm_object_device (Results 1 – 1 of 1) sorted by relevance
92 struct ttm_object_device { struct93 spinlock_t object_lock;94 struct drm_open_hash object_hash;95 atomic_t object_count;96 struct ttm_mem_global *mem_glob;97 struct dma_buf_ops ops;98 void (*dmabuf_release)(struct dma_buf *dma_buf);99 size_t dma_buf_size;100 struct idr idr;
Completed in 5 milliseconds