drm/nv50: fix connector table parsing for some cards
authorBen Skeggs <bskeggs@redhat.com>
Wed, 10 Mar 2010 05:52:43 +0000 (15:52 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 10 Mar 2010 06:11:11 +0000 (16:11 +1000)
commitd544d623c5ef3ca14407e8bc042fdf938a966b04
treec9ee0c9151ed866c460fdd9446a140dc1bd226d6
parentce48fa93a6f5cadd4141a921dfb4129c8850374e
drm/nv50: fix connector table parsing for some cards

The connector table index in the DCB entry for each output type is an
index into the connector table, and does *not* necessarily match up
with what was previously called "index" in the connector table entries
themselves.

Not real sure what that index is exactly, renamed to "index2" as we
still use it to prevent creating multiple TV connectors.

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