Blame view

kernel/linux-rt-4.4.41/drivers/gpu/drm/nouveau/include/nvkm/subdev/ibus.h 361 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  #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 **);
  #endif