drm/nouveau/bios: fix regression on some nv4x board
authorBen Skeggs <bskeggs@redhat.com>
Fri, 13 Apr 2012 09:22:30 +0000 (19:22 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 30 Apr 2012 05:55:22 +0000 (15:55 +1000)
commit5206b524c9b4e289ab0565e7bffd503d2e671c6e
tree07c03ff6cfae8fabb49ef90966870f8ba19ef1ee
parent69964ea4c7b68c9399f7977aa5b9aa6539a6a98a
drm/nouveau/bios: fix regression on some nv4x board

We started using the connector table on nv4x a while back, and this VBIOS
has bad connector indices which causes the wrong encoders to get paired
with connectors.

Add a quirk to fix this...

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