Searched defs:ttm_object_device (Results 1 – 1 of 1) sorted by relevance
90 struct ttm_object_device { struct91 spinlock_t object_lock;92 struct drm_open_hash object_hash;93 atomic_t object_count;94 struct ttm_mem_global *mem_glob;95 struct dma_buf_ops ops;96 void (*dmabuf_release)(struct dma_buf *dma_buf);97 size_t dma_buf_size;