Searched defs:ttm_object_device (Results 1 – 1 of 1) 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;