Re: [PATCH 10/13] mac68k: start CUDA early, take 2

2009-12-23 Thread Geert Uytterhoeven
On Tue, Nov 17, 2009 at 10:03, Finn Thain wrote: > The valkyriefb driver needs the CUDA to work in order to set the video > mode at boot. So initialise the device earlier, and bring the m68k code > closer to the powermac code. > > Take 2 was changed as per Benjamin Herrenschmidt's review. Ben, OK

[PATCH 10/13] mac68k: start CUDA early, take 2

2009-11-17 Thread Finn Thain
The valkyriefb driver needs the CUDA to work in order to set the video mode at boot. So initialise the device earlier, and bring the m68k code closer to the powermac code. Take 2 was changed as per Benjamin Herrenschmidt's review. Signed-off-by: Finn Thain --- arch/m68k/mac/config.c |

Re: [PATCH 10/13] mac68k: start CUDA early

2009-11-16 Thread Benjamin Herrenschmidt
On Wed, 2009-11-04 at 00:46 +1100, Finn Thain wrote: > The valkyriefb driver needs the CUDA to work in order to set the video > mode at boot. Initialising the device earlier, and bring the m68k code > closer to the powermac code. > > Signed-off-by: Finn Thain Hi Finn ! > @@ -224,20 +249,9 @@

[PATCH 10/13] mac68k: start CUDA early

2009-11-03 Thread Finn Thain
The valkyriefb driver needs the CUDA to work in order to set the video mode at boot. Initialising the device earlier, and bring the m68k code closer to the powermac code. Signed-off-by: Finn Thain --- arch/m68k/mac/config.c |6 drivers/macintosh/via-cuda.c | 57 ++