Searched defs:vmw_ttm_tt (Results 1 – 1 of 1) sorted by relevance
385 struct vmw_ttm_tt { struct386 struct ttm_tt dma_ttm;387 struct vmw_private *dev_priv;388 int gmr_id;389 struct vmw_mob *mob;390 int mem_type;391 struct sg_table sgt;392 struct vmw_sg_table vsgt;393 bool mapped;394 bool bound;
Completed in 9 milliseconds