Searched defs:vmw_dma_buffer (Results 1 – 2 of 2) sorted by relevance
68 struct vmw_dma_buffer { struct69 struct ttm_buffer_object base;70 struct list_head validate_list;71 bool gmr_bound;72 uint32_t cur_validate_node;73 bool on_validate_list;
77 vmw_dma_buffer(struct ttm_buffer_object *bo) in vmw_dma_buffer() function