]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb2a091f2fff95adafc312f60cbb8aeddc062aea
treec9ee0c9151ed866c460fdd9446a140dc1bd226d6
parentc9b3dbb4918c2348c16c3560047a19494b1ecc97
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