]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_drm.c
drm/nve0: allow specification of channel engine type in abi16 call
[android-sdk/kernel-video.git] / drivers / gpu / drm / nouveau / nouveau_drm.c
index f62dbd2733bf77ec948a58db78e8afe724394fd8..919186c4651bbff9de2f04f25654a1988ae3426d 100644 (file)
@@ -148,7 +148,7 @@ nouveau_accel_init(struct nouveau_drm *drm)
                        NV_ERROR(drm, "failed to create ce channel, %d\n", ret);
 
                arg0 = NVE0_CHANNEL_IND_ENGINE_GR;
-               arg1 = 0;
+               arg1 = 1;
        } else {
                arg0 = NvDmaFB;
                arg1 = NvDmaTT;