Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1371 .sw = { 0x00000001, gf100_sw_new },
1407 .sw = { 0x00000001, gf100_sw_new },
1443 .sw = { 0x00000001, gf100_sw_new },
1479 .sw = { 0x00000001, gf100_sw_new },
1515 .sw = { 0x00000001, gf100_sw_new },
1551 .sw = { 0x00000001, gf100_sw_new },
1587 .sw = { 0x00000001, gf100_sw_new },
1622 .sw = { 0x00000001, gf100_sw_new },
1658 .sw = { 0x00000001, gf100_sw_new },
1695 .sw = { 0x00000001, gf100_sw_new },
[all …]
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dsw.h18 int gf100_sw_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_sw **);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dgf100.c152 gf100_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in gf100_sw_new() function