Eric Miao 77e196752b [ARM] pxafb: allow video memory size to be configurable
The amount of video memory size is decided according to the following
order:

1. <xres> x <yres> x <bits_per_pixel> by default, which is the backward
   compatible way

2. size specified in platform data

3. size specified in module parameter 'options' string or specified in
   kernel boot command line (see updated Documentation/fb/pxafb.txt)

And now since the memory is allocated from system memory, the pxafb_mmap
can be removed and the default fb_mmap() should be working all right.

Also, since we now have introduced the 'struct pxafb_dma_buff' for DMA
descriptors and palettes, the allocation can be separated cleanly.

NOTE: the LCD DMA actually supports chained transfer (i.e. page-based
transfers), to simplify the logic and keep the performance (with less
TLB misses when accessing from memory mapped user space), the memory
is allocated by alloc_pages_*() to ensures it's physical contiguous.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Eric Miao <ycmiao@ycmiao-hp520.(none)>
2008-12-29 17:59:16 +08:00
..
2006-01-09 10:00:36 -08:00
2007-05-09 07:19:14 +02:00
2005-04-16 15:20:36 -07:00
2008-03-19 18:53:37 -07:00
2008-02-06 10:41:15 -08:00
2007-05-09 08:58:15 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-05-08 11:15:32 -07:00
2005-04-16 15:20:36 -07:00
2006-10-03 22:49:15 +02:00
2005-04-16 15:20:36 -07:00
2008-07-24 10:47:37 -07:00
2008-10-16 11:21:41 -07:00
2008-10-16 11:21:41 -07:00