aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/subdev/ibus.h
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-05-02 18:32:36 +0900
committerBen Skeggs <bskeggs@redhat.com>2014-06-10 16:05:49 +1000
commit90a5500c2bf0e83cd965128fce9ac1f5fa4f04f5 (patch)
tree120a3166437f42243f9632a47d922c7e16254435 /drivers/gpu/drm/nouveau/core/include/subdev/ibus.h
parentdrm/nvc0/bar: support chips without BAR3 (diff)
downloadlinux-dev-90a5500c2bf0e83cd965128fce9ac1f5fa4f04f5.tar.xz
linux-dev-90a5500c2bf0e83cd965128fce9ac1f5fa4f04f5.zip
drm/nouveau/ibus: add GK20A support
Add support for initializing the priv ring of GK20A. This is done by the BIOS on desktop GPUs, but needs to be done by hand on Tegra. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/include/subdev/ibus.h')
-rw-r--r--drivers/gpu/drm/nouveau/core/include/subdev/ibus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/include/subdev/ibus.h b/drivers/gpu/drm/nouveau/core/include/subdev/ibus.h
index 88814f159d89..31df634c0fdc 100644
--- a/drivers/gpu/drm/nouveau/core/include/subdev/ibus.h
+++ b/drivers/gpu/drm/nouveau/core/include/subdev/ibus.h
@@ -30,5 +30,6 @@ nouveau_ibus(void *obj)
extern struct nouveau_oclass nvc0_ibus_oclass;
extern struct nouveau_oclass nve0_ibus_oclass;
+extern struct nouveau_oclass gk20a_ibus_oclass;
#endif