Searched refs:nv50_sw_new (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | sw.h | 17 int nv50_sw_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_sw **);
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nv50.c | 139 nv50_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv50_sw_new() function
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 835 .sw = { 0x00000001, nv50_sw_new }, 944 .sw = { 0x00000001, nv50_sw_new }, 976 .sw = { 0x00000001, nv50_sw_new }, 1008 .sw = { 0x00000001, nv50_sw_new }, 1040 .sw = { 0x00000001, nv50_sw_new }, 1072 .sw = { 0x00000001, nv50_sw_new }, 1105 .sw = { 0x00000001, nv50_sw_new }, 1136 .sw = { 0x00000001, nv50_sw_new }, 1171 .sw = { 0x00000001, nv50_sw_new }, 1204 .sw = { 0x00000001, nv50_sw_new }, [all …]
|