Release 4.17 drivers/gpu/drm/nouveau/nvkm/subdev/ibus/priv.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVKM_IBUS_PRIV_H__
#define __NVKM_IBUS_PRIV_H__
#include <subdev/ibus.h>
void gf100_ibus_intr(struct nvkm_subdev *);
void gk104_ibus_intr(struct nvkm_subdev *);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Samuel Pitoiset | 19 | 67.86% | 1 | 33.33% |
Ben Skeggs | 8 | 28.57% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 33.33% |
Total | 28 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.