Searched refs:nv50_sw_new (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
A D | sw.h | 17 int nv50_sw_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_sw **);
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
A D | base.c | 836 .sw = { 0x00000001, nv50_sw_new }, 945 .sw = { 0x00000001, nv50_sw_new }, 977 .sw = { 0x00000001, nv50_sw_new }, 1009 .sw = { 0x00000001, nv50_sw_new }, 1041 .sw = { 0x00000001, nv50_sw_new }, 1073 .sw = { 0x00000001, nv50_sw_new }, 1106 .sw = { 0x00000001, nv50_sw_new }, 1137 .sw = { 0x00000001, nv50_sw_new }, 1172 .sw = { 0x00000001, nv50_sw_new }, 1205 .sw = { 0x00000001, nv50_sw_new }, [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
A D | nv50.c | 145 nv50_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv50_sw_new() function
|
Completed in 9 milliseconds