Release 4.10 drivers/gpu/drm/nouveau/include/nvkm/subdev/ibus.h
#ifndef __NVKM_IBUS_H__
#define __NVKM_IBUS_H__
#include <core/subdev.h>
int gf100_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
int gf117_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
int gk104_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
int gk20a_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
int gm200_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
ben skeggs | ben skeggs | 70 | 81.40% | 6 | 75.00% |
samuel pitoiset | samuel pitoiset | 15 | 17.44% | 1 | 12.50% |
alexandre courbot | alexandre courbot | 1 | 1.16% | 1 | 12.50% |
| Total | 86 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.