drm/nouveau/fifo/gk110: expose KeplerChannelGpfifoB
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_chan.c
index 3f804a8c590cf089ef7415580da2a627d91bed6f..879655c03ae9d699a2c4e1bbfcf3f4728db04553 100644 (file)
@@ -192,6 +192,7 @@ nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device,
                    u32 engine, struct nouveau_channel **pchan)
 {
        static const u16 oclasses[] = { MAXWELL_CHANNEL_GPFIFO_A,
+                                       KEPLER_CHANNEL_GPFIFO_B,
                                        KEPLER_CHANNEL_GPFIFO_A,
                                        FERMI_CHANNEL_GPFIFO,
                                        G82_CHANNEL_GPFIFO,
@@ -217,7 +218,7 @@ nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device,
        do {
                if (oclass[0] >= KEPLER_CHANNEL_GPFIFO_A) {
                        args.kepler.version = 0;
-                       args.kepler.engine  = engine;
+                       args.kepler.engines = engine;
                        args.kepler.ilength = 0x02000;
                        args.kepler.ioffset = 0x10000 + chan->push.vma.offset;
                        args.kepler.vm = 0;
This page took 0.02602 seconds and 5 git commands to generate.