Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.h18 struct nouveau_bo { struct
19 struct ttm_buffer_object bo;
20 struct ttm_placement placement;
21 u32 valid_domains;
22 struct ttm_place placements[3];
23 struct ttm_place busy_placements[3];
24 bool force_coherent;
25 struct ttm_bo_kmap_obj kmap;
26 struct list_head head;
51 static inline struct nouveau_bo * argument
[all …]