Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dltc.h37 int gf100_ltc_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_ltc **);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1352 .ltc = { 0x00000001, gf100_ltc_new },
1388 .ltc = { 0x00000001, gf100_ltc_new },
1424 .ltc = { 0x00000001, gf100_ltc_new },
1460 .ltc = { 0x00000001, gf100_ltc_new },
1496 .ltc = { 0x00000001, gf100_ltc_new },
1532 .ltc = { 0x00000001, gf100_ltc_new },
1568 .ltc = { 0x00000001, gf100_ltc_new },
1604 .ltc = { 0x00000001, gf100_ltc_new },
1639 .ltc = { 0x00000001, gf100_ltc_new },
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgf100.c252 gf100_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_ltc_new() function