Lines Matching defs:nouveau_bo
12 struct nouveau_bo { struct
13 struct ttm_buffer_object bo;
14 struct ttm_placement placement;
15 u32 valid_domains;
16 struct ttm_place placements[3];
17 struct ttm_place busy_placements[3];
18 bool force_coherent;
19 struct ttm_bo_kmap_obj kmap;
20 struct list_head head;
21 struct list_head io_reserve_lru;
24 struct drm_file *reserved_by;
25 struct list_head entry;
49 static inline struct nouveau_bo * argument
50 nouveau_bo(struct ttm_buffer_object *bo) in nouveau_bo() function