Searched refs:gf100_sw_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1372 .sw = gf100_sw_new, 1408 .sw = gf100_sw_new, 1444 .sw = gf100_sw_new, 1481 .sw = gf100_sw_new, 1518 .sw = gf100_sw_new, 1555 .sw = gf100_sw_new, 1591 .sw = gf100_sw_new, 1626 .sw = gf100_sw_new, 1662 .sw = gf100_sw_new, 1701 .sw = gf100_sw_new, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | sw.h | 18 int gf100_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | sw.h | 18 int gf100_sw_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_sw **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1370 .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...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | gf100.c | 152 gf100_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in gf100_sw_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | gf100.c | 144 gf100_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in gf100_sw_new() function
|
Completed in 5 milliseconds