Searched refs:gf100_ce_new (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | ce.h | 7 int gf100_ce_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
D | gf100.c | 64 gf100_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_ce_new() function
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 1362 .ce = { 0x00000003, gf100_ce_new }, 1398 .ce = { 0x00000001, gf100_ce_new }, 1434 .ce = { 0x00000001, gf100_ce_new }, 1470 .ce = { 0x00000003, gf100_ce_new }, 1506 .ce = { 0x00000003, gf100_ce_new }, 1542 .ce = { 0x00000003, gf100_ce_new }, 1578 .ce = { 0x00000001, gf100_ce_new }, 1613 .ce = { 0x00000001, gf100_ce_new }, 1649 .ce = { 0x00000001, gf100_ce_new },
|