Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / subdev / mc / nv04.h
1 #ifndef __NVKM_MC_NV04_H__
2 #define __NVKM_MC_NV04_H__
3
4 #include <subdev/mc.h>
5
6 struct nv04_mc_priv {
7 struct nouveau_mc base;
8 };
9
10 int nv04_mc_ctor(struct nouveau_object *, struct nouveau_object *,
11 struct nouveau_oclass *, void *, u32,
12 struct nouveau_object **);
13
14 extern const struct nouveau_mc_intr nv04_mc_intr[];
15 int nv04_mc_init(struct nouveau_object *);
16 void nv40_mc_msi_rearm(struct nouveau_mc *);
17 int nv44_mc_init(struct nouveau_object *object);
18 int nv50_mc_init(struct nouveau_object *);
19 extern const struct nouveau_mc_intr nv50_mc_intr[];
20 extern const struct nouveau_mc_intr nvc0_mc_intr[];
21
22 #endif
This page took 0.031612 seconds and 5 git commands to generate.