Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c65 static const struct nvkm_gpuobj_func nvkm_gpuobj_heap;
73 static const struct nvkm_gpuobj_func
81 static const struct nvkm_gpuobj_func
100 static const struct nvkm_gpuobj_func
128 static const struct nvkm_gpuobj_func nvkm_gpuobj_func; variable
132 gpuobj->func = &nvkm_gpuobj_func; in nvkm_gpuobj_release()
136 static const struct nvkm_gpuobj_func
144 static const struct nvkm_gpuobj_func
165 static const struct nvkm_gpuobj_func
166 nvkm_gpuobj_func = { variable
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h12 const struct nvkm_gpuobj_func *func;
13 const struct nvkm_gpuobj_func *ptrs;
26 struct nvkm_gpuobj_func { struct