Searched refs:nvkm_instmem_ctor (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
A D | priv.h | 19 void nvkm_instmem_ctor(const struct nvkm_instmem_func *, struct nvkm_device *,
|
A D | nv04.c | 227 nvkm_instmem_ctor(&nv04_instmem, device, type, inst, &imem->base); in nv04_instmem_new()
|
A D | base.c | 249 nvkm_instmem_ctor(const struct nvkm_instmem_func *func, struct nvkm_device *device, in nvkm_instmem_ctor() function
|
A D | nv40.c | 246 nvkm_instmem_ctor(&nv40_instmem, device, type, inst, &imem->base); in nv40_instmem_new()
|
A D | nv50.c | 413 nvkm_instmem_ctor(&nv50_instmem, device, type, inst, &imem->base); in nv50_instmem_new()
|
A D | gk20a.c | 580 nvkm_instmem_ctor(&gk20a_instmem, device, type, inst, &imem->base); in gk20a_instmem_new()
|
Completed in 9 milliseconds