Searched refs:nouveau_uvmm (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.h10 struct nouveau_uvmm { struct
18 struct nouveau_uvmm *uvmm;
38 #define uvmm_from_gpuvm(x) container_of((x), struct nouveau_uvmm, base)
77 void nouveau_uvmm_fini(struct nouveau_uvmm *uvmm);
88 static inline void nouveau_uvmm_lock(struct nouveau_uvmm *uvmm)
93 static inline void nouveau_uvmm_unlock(struct nouveau_uvmm *uvmm)
H A Dnouveau_drv.h68 #include "nouveau_uvmm.h"
97 struct nouveau_uvmm *ptr;
124 static inline struct nouveau_uvmm *
130 static inline struct nouveau_uvmm *
133 struct nouveau_uvmm *uvmm;
145 struct nouveau_uvmm *uvmm;
160 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
H A Dnouveau_uvmm.c26 #include "nouveau_uvmm.h"
91 nouveau_uvmm_vmm_sparse_ref(struct nouveau_uvmm *uvmm,
100 nouveau_uvmm_vmm_sparse_unref(struct nouveau_uvmm *uvmm,
109 nouveau_uvmm_vmm_get(struct nouveau_uvmm *uvmm,
118 nouveau_uvmm_vmm_put(struct nouveau_uvmm *uvmm,
127 nouveau_uvmm_vmm_unmap(struct nouveau_uvmm *uvmm,
136 nouveau_uvmm_vmm_map(struct nouveau_uvmm *uvmm,
276 __nouveau_uvma_region_insert(struct nouveau_uvmm *uvmm,
301 nouveau_uvma_region_insert(struct nouveau_uvmm *uvmm,
321 struct nouveau_uvmm *uvm
[all...]
H A Dnouveau_debugfs.c207 nouveau_debugfs_gpuva_regions(struct seq_file *m, struct nouveau_uvmm *uvmm)
228 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
H A Dnouveau_exec.c11 #include "nouveau_uvmm.h"
92 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
H A Dnouveau_gem.c106 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
240 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);
H A Dnouveau_drm.c72 #include "nouveau_uvmm.h"
193 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm_locked(cli);

Completed in 126 milliseconds