Home
last modified time | relevance | path

Searched defs:nouveau_bo (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bo.h10 struct nouveau_bo { struct
11 struct ttm_buffer_object bo;
12 struct ttm_placement placement;
13 u32 valid_domains;
14 struct ttm_place placements[3];
15 struct ttm_place busy_placements[3];
16 bool force_coherent;
17 struct ttm_bo_kmap_obj kmap;
18 struct list_head head;
44 static inline struct nouveau_bo * argument
[all …]