Home
last modified time | relevance | path

Searched refs:uvmm_from_gpuvm (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.h38 #define uvmm_from_gpuvm(x) container_of((x), struct nouveau_uvmm, base) macro
41 #define to_uvmm(x) uvmm_from_gpuvm((x)->va.vm)
H A Dnouveau_uvmm.c1796 struct nouveau_uvmm *uvmm = uvmm_from_gpuvm(gpuvm); in nouveau_uvmm_free()