Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c492 .gr = { 0x00000001, nv40_gr_new },
518 .gr = { 0x00000001, nv40_gr_new },
544 .gr = { 0x00000001, nv40_gr_new },
570 .gr = { 0x00000001, nv40_gr_new },
622 .gr = { 0x00000001, nv40_gr_new },
674 .gr = { 0x00000001, nv40_gr_new },
700 .gr = { 0x00000001, nv40_gr_new },
752 .gr = { 0x00000001, nv40_gr_new },
/linux-5.19.10/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