Searched defs:nouveau_mem (Results 1 – 1 of 1) sorted by relevance
76 struct nouveau_mem { struct77 struct drm_device *dev;79 struct nouveau_vma bar_vma;80 struct nouveau_vma vma[2];81 u8 page_shift;83 struct drm_mm_node *tag;84 struct list_head regions;85 dma_addr_t *pages;86 u32 memtype;87 u64 offset;[all …]