Searched defs:nouveau_bo (Results 1 – 1 of 1) sorted by relevance
13 struct nouveau_bo { struct14 struct ttm_buffer_object bo;15 struct ttm_placement placement;16 u32 valid_domains;17 struct ttm_place placements[3];18 struct ttm_place busy_placements[3];19 bool force_coherent;20 struct ttm_bo_kmap_obj kmap;21 struct list_head head;22 struct list_head io_reserve_lru;[all …]