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