Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c51 struct gk20a_instobj { struct
59 #define gk20a_instobj(p) container_of((p), struct gk20a_instobj, memory) argument
65 struct gk20a_instobj base;
71 container_of(gk20a_instobj(p), struct gk20a_instobj_dma, base)
77 struct gk20a_instobj base;
90 container_of(gk20a_instobj(p), struct gk20a_instobj_iommu, base)
130 return (u64)gk20a_instobj(memory)->mn->offset << 12; in gk20a_instobj_addr()
136 return (u64)gk20a_instobj(memory)->mn->length << 12; in gk20a_instobj_size()
176 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_acquire_dma()
231 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_release_dma()
[all …]