]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/nouveau/disp/nv04: avoid creation of output paths
authorBen Skeggs <bskeggs@redhat.com>
Thu, 10 Aug 2017 01:32:18 +0000 (11:32 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 10 Aug 2017 01:39:18 +0000 (11:39 +1000)
commit372aa73e20197d463fc8b34524c20b089a98b1c3
treec4f816a63e6f6e4868c21e3212d2cef76a0068cf
parent38bcb208f60924a031b9f809f7cd252ea4a94e5f
drm/nouveau/disp/nv04: avoid creation of output paths

Fixes hitting WARN_ON() during initialisation of pre-NV50 GPUs, caused
by the recent changes to support pad macro routing on GM20x.

We currently don't use them here for older GPUs anyway.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c