Searched refs:nv10_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 | 158 .sw = nv10_sw_new, 180 .sw = nv10_sw_new, 202 .sw = nv10_sw_new, 224 .sw = nv10_sw_new, 246 .sw = nv10_sw_new, 268 .sw = nv10_sw_new, 290 .sw = nv10_sw_new, 312 .sw = nv10_sw_new, 334 .sw = nv10_sw_new, 356 .sw = nv10_sw_new, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | sw.h | 16 int nv10_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nv10.c | 65 nv10_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv10_sw_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | sw.h | 16 int nv10_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/sw/ |
H A D | nv10.c | 65 nv10_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv10_sw_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 157 .sw = { 0x00000001, nv10_sw_new }, 179 .sw = { 0x00000001, nv10_sw_new }, 201 .sw = { 0x00000001, nv10_sw_new }, 223 .sw = { 0x00000001, nv10_sw_new }, 245 .sw = { 0x00000001, nv10_sw_new }, 267 .sw = { 0x00000001, nv10_sw_new }, 289 .sw = { 0x00000001, nv10_sw_new }, 311 .sw = { 0x00000001, nv10_sw_new }, 333 .sw = { 0x00000001, nv10_sw_new }, 355 .sw = { 0x00000001, nv10_sw_new }, [all...] |
Completed in 3 milliseconds