From: Marcin Koƛcielnicki Date: Wed, 27 Jan 2010 14:03:18 +0000 (+0000) Subject: drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard. X-Git-Tag: v2.6.33-rc8~14^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=126b5440565a1fa0cb49fd30041525d5a9a848f5;p=pandora-kernel.git 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 Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed