]> Pileus Git - ~andy/linux/blob - drivers/gpu/drm/nouveau/core/subdev/mc/nv04.h
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / 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