drm/nouveau: fix dual-link displays when plugged into single-link outputs
authorBen Skeggs <bskeggs@redhat.com>
Fri, 28 May 2010 00:13:16 +0000 (10:13 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 28 May 2010 06:06:51 +0000 (16:06 +1000)
When selecting the native mode for a display we weren't taking into account
whether or not it was actually supported on that particular output.

This patch modifies our native mode selection to run all modes through
mode_valid() first.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found