Searched refs:gf100_ltc_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | ltc.h | 36 int gf100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | ltc.h | 40 int gf100_ltc_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_ltc **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1353 .ltc = gf100_ltc_new, 1390 .ltc = gf100_ltc_new, 1426 .ltc = gf100_ltc_new, 1462 .ltc = gf100_ltc_new, 1499 .ltc = gf100_ltc_new, 1536 .ltc = gf100_ltc_new, 1573 .ltc = gf100_ltc_new, 1609 .ltc = gf100_ltc_new, 1644 .ltc = gf100_ltc_new,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gf100.c | 252 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gf100.c | 253 gf100_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_ltc_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1351 .ltc = { 0x00000001, gf100_ltc_new }, 1387 .ltc = { 0x00000001, gf100_ltc_new }, 1423 .ltc = { 0x00000001, gf100_ltc_new }, 1459 .ltc = { 0x00000001, gf100_ltc_new }, 1495 .ltc = { 0x00000001, gf100_ltc_new }, 1531 .ltc = { 0x00000001, gf100_ltc_new }, 1567 .ltc = { 0x00000001, gf100_ltc_new }, 1603 .ltc = { 0x00000001, gf100_ltc_new }, 1638 .ltc = { 0x00000001, gf100_ltc_new },
|
Completed in 8 milliseconds