Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dltc.h36 int gf100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1351 .ltc = gf100_ltc_new,
1387 .ltc = gf100_ltc_new,
1422 .ltc = gf100_ltc_new,
1457 .ltc = gf100_ltc_new,
1493 .ltc = gf100_ltc_new,
1529 .ltc = gf100_ltc_new,
1565 .ltc = gf100_ltc_new,
1600 .ltc = gf100_ltc_new,
1633 .ltc = gf100_ltc_new,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgf100.c253 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new() function