#ifndef __NOUVEAU_MEM_H__ #define __NOUVEAU_MEM_H__ #include <drm/ttm/ttm_bo_api.h> struct ttm_dma_tt; #include <nvif/mem.h> #include <nvif/vmm.h>
static inline struct nouveau_mem * nouveau_mem(struct ttm_mem_reg *reg) { return reg->mm_node; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 19 | 100.00% | 1 | 100.00% |
Total | 19 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Skeggs | 142 | 100.00% | 3 | 100.00% |
Total | 142 | 100.00% | 3 | 100.00% |