drm/nv50: let the card handle the initial context switch
authorBen Skeggs <skeggsb@gmail.com>
Mon, 9 Feb 2009 22:57:21 +0000 (08:57 +1000)
committerBen Skeggs <skeggsb@gmail.com>
Mon, 9 Feb 2009 23:11:27 +0000 (09:11 +1000)
commit889b811e319ab80a4714854a0c0b242b5e36e0ca
treea3a805d5f5f4ec979b40856023adac54c97a959a
parent9c8d634e687a5a5b5d314b3fd5b34cc17a217139
drm/nv50: let the card handle the initial context switch

Our PFIFO/PGRAPH context save/load functions don't really work well
(at all?) on nv5x yet.  Depending on what random state the card is
in before the drm loads, fbcon probably won't work correctly.

Luckily we've setup the GPU in such a way that it'll actually do a
hw context switch for the first context.  Not sure of how successful
this'd be currently on the older chips (actually, pretty sure it won't
work), so NV50 only for now.
shared-core/nouveau_fifo.c