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