commit | 126b5440565a1fa0cb49fd30041525d5a9a848f5 | [log] [tgz] |
---|---|---|
author | Marcin KoĆcielnicki <koriakin@0x04.net> | Wed Jan 27 14:03:18 2010 +0000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Feb 09 12:50:14 2010 +1000 |
tree | 7809ee1d5f9928bd31b630e94a172120e04c9ad0 | |
parent | 7dad9ef6d9255b4d2d0a26305a785a55f3ba55e3 [diff] |
drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard. 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>