summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_chan.c
diff options
context:
space:
mode:
authorBen Skeggs2015-04-14 03:47:24 +0200
committerBen Skeggs2015-04-14 09:00:56 +0200
commita1020afe88146ece4c1ae77c59b201e030116142 (patch)
treee87800c4f799ad555cdc27e8b21c7ab1c5abf484 /drivers/gpu/drm/nouveau/nouveau_chan.c
parentdrm/nouveau/fifo/gm204: initial support (diff)
downloadkernel-qcow2-linux-a1020afe88146ece4c1ae77c59b201e030116142.tar.gz
kernel-qcow2-linux-a1020afe88146ece4c1ae77c59b201e030116142.tar.xz
kernel-qcow2-linux-a1020afe88146ece4c1ae77c59b201e030116142.zip
drm/nouveau: add support for gm20x fifo channels
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_chan.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_chan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c
index e581f63cbf25..0589babc506e 100644
--- a/drivers/gpu/drm/nouveau/nouveau_chan.c
+++ b/drivers/gpu/drm/nouveau/nouveau_chan.c
@@ -184,7 +184,8 @@ static int
nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device,
u32 handle, u32 engine, struct nouveau_channel **pchan)
{
- static const u16 oclasses[] = { KEPLER_CHANNEL_GPFIFO_A,
+ static const u16 oclasses[] = { MAXWELL_CHANNEL_GPFIFO_A,
+ KEPLER_CHANNEL_GPFIFO_A,
FERMI_CHANNEL_GPFIFO,
G82_CHANNEL_GPFIFO,
NV50_CHANNEL_GPFIFO,