Searched defs:ttm_object_device (Results 1 – 2 of 2) sorted by relevance
89 struct ttm_object_device { struct90 spinlock_t object_lock;91 struct drm_open_hash object_hash;92 atomic_t object_count;93 struct ttm_mem_global *mem_glob;94 struct dma_buf_ops ops;95 void (*dmabuf_release)(struct dma_buf *dma_buf);96 size_t dma_buf_size;97 struct idr idr;
95 struct ttm_object_device { struct96 spinlock_t object_lock;97 atomic_t object_count;98 struct dma_buf_ops ops;99 void (*dmabuf_release)(struct dma_buf *dma_buf);100 struct idr idr;