From: Adrian M. <ad...@ne...> - 2007-07-07 14:54:37
|
This is a bit of guesswork, but it does mean I get output - at least tux sits in the top left hand corner of the screen... is it correct? Submitted by Adrian McMenamin <ad...@mc...> diff -ruN a/pvr2fb.c b/pvr2fb.c --- a/pvr2fb.c 2007-07-07 15:49:41.000000000 +0100 +++ b/pvr2fb.c 2007-07-07 15:48:49.000000000 +0100 @@ -192,7 +192,7 @@ #ifdef CONFIG_SH_DMA static unsigned int shdma = PVR2_CASCADE_CHAN; -static unsigned int pvr2dma = ONCHIP_NR_DMA_CHANNELS; +static unsigned int pvr2dma = PVR2_NR_DMA_CHANNELS; #endif |