Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_gpuobj.c108 static const struct nvkm_gpuobj_func nvkm_gpuobj_heap;
116 static const struct nvkm_gpuobj_func
124 static const struct nvkm_gpuobj_func
143 static const struct nvkm_gpuobj_func
171 static const struct nvkm_gpuobj_func nvkm_gpuobj_func; variable
175 gpuobj->func = &nvkm_gpuobj_func; in nvkm_gpuobj_release()
179 static const struct nvkm_gpuobj_func
187 static const struct nvkm_gpuobj_func
208 static const struct nvkm_gpuobj_func
209 nvkm_gpuobj_func = { variable
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h19 const struct nvkm_gpuobj_func *func;
20 const struct nvkm_gpuobj_func *ptrs;
37 struct nvkm_gpuobj_func { struct