aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2015-06-23 15:16:03 +0900
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:40:02 +1000
commit3326060a17f6ef8ca3d3f785b1ae31ff76f713f6 (patch)
tree282dd9b5072e5e0614ce73941754b43e9dff5c0c /drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c
parentc4d0f8f6f8c8dc09cd32e7fdb31e3d1a65a0f8f1 (diff)
drm/nouveau/fifo: add GM20B fifo
GM20B has a 512-channels FIFO similar to GK104. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c
index 749d525dd8e3..7596587b0e7c 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.c
@@ -31,7 +31,7 @@ gm204_fifo_sclass[] = {
{}
};
-static int
+int
gm204_fifo_ctor(struct nvkm_object *parent, struct nvkm_object *engine,
struct nvkm_oclass *oclass, void *data, u32 size,
struct nvkm_object **pobject)