Re: [Nouveau] [PATCH] drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.

2010-02-04 Thread Ben Skeggs
On Wed, 2010-01-27 at 14:03 +, Marcin Kościelnicki wrote: > 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

[Nouveau] [PATCH] drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.

2010-01-27 Thread Marcin Kościelnicki
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 --- drivers/gpu/drm/nouveau/no