Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c1370 .sw = { 0x00000001, gf100_sw_new },
1406 .sw = { 0x00000001, gf100_sw_new },
1442 .sw = { 0x00000001, gf100_sw_new },
1478 .sw = { 0x00000001, gf100_sw_new },
1514 .sw = { 0x00000001, gf100_sw_new },
1550 .sw = { 0x00000001, gf100_sw_new },
1586 .sw = { 0x00000001, gf100_sw_new },
1621 .sw = { 0x00000001, gf100_sw_new },
1657 .sw = { 0x00000001, gf100_sw_new },
1694 .sw = { 0x00000001, gf100_sw_new },
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dsw.h18 int gf100_sw_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_sw **);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dgf100.c144 gf100_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in gf100_sw_new() function