drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.
authorMarcin Kościelnicki <koriakin@0x04.net>
Wed, 27 Jan 2010 14:03:18 +0000 (14:03 +0000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 9 Feb 2010 02:50:14 +0000 (12:50 +1000)
We used single shared fbops struct and patched it at fb init time with
pointers to the right variant. On mixed multicard, this meant that
it was either sending NV50-style commands to all cards, or NV04-style
commands to all cards.

Signed-off-by: Marcin Kościelnicki <koriakin@0x04.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found