drm/nouveau/bsp/g92: disable by default
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 1 Oct 2017 17:52:43 +0000 (13:52 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Oct 2017 08:38:07 +0000 (10:38 +0200)
commitf4f0b6aa58eb74cedc81e7138f8b24b6d282c628
treea794b6fa406f6406a90751d6835822d5466c6a22
parent587d7faf6f0ef7a67db518e93934fb5d920265fd
drm/nouveau/bsp/g92: disable by default

commit 194d68dd051c2dd5ac2b522ae16100e774e8d869 upstream.

G92's seem to require some additional bit of initialization before the
BSP engine can work. It feels like clocks are not set up for the
underlying VLD engine, which means that all commands submitted to the
xtensa chip end up hanging. VP seems to work fine though.

This still allows people to force-enable the bsp engine if they want to
play around with it, but makes it harder for the card to hang by
default.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.c