nvkm_sw_new_
return nvkm_sw_new_(&gf100_sw, device, type, inst, psw);
return nvkm_sw_new_(&nv04_sw, device, type, inst, psw);
return nvkm_sw_new_(&nv10_sw, device, type, inst, psw);
return nvkm_sw_new_(&nv50_sw, device, type, inst, psw);
int nvkm_sw_new_(const struct nvkm_sw_func *, struct nvkm_device *, enum nvkm_subdev_type, int,