Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dgpuobj.c57 static const struct nvkm_gpuobj_func nvkm_gpuobj_heap;
65 static const struct nvkm_gpuobj_func
72 static const struct nvkm_gpuobj_func
90 static const struct nvkm_gpuobj_func
108 static const struct nvkm_gpuobj_func nvkm_gpuobj_func; variable
112 gpuobj->func = &nvkm_gpuobj_func; in nvkm_gpuobj_release()
116 static const struct nvkm_gpuobj_func
123 static const struct nvkm_gpuobj_func
143 static const struct nvkm_gpuobj_func
144 nvkm_gpuobj_func = { variable
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dgpuobj.h14 const struct nvkm_gpuobj_func *func;
26 struct nvkm_gpuobj_func { struct