Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dgr.h27 int nv40_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **);
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c491 .gr = { 0x00000001, nv40_gr_new },
517 .gr = { 0x00000001, nv40_gr_new },
543 .gr = { 0x00000001, nv40_gr_new },
569 .gr = { 0x00000001, nv40_gr_new },
621 .gr = { 0x00000001, nv40_gr_new },
673 .gr = { 0x00000001, nv40_gr_new },
699 .gr = { 0x00000001, nv40_gr_new },
751 .gr = { 0x00000001, nv40_gr_new },
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv40.c473 nv40_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv40_gr_new() function