Skip to content

Commit

Permalink
ARM: S3C64XX: Update consistent DMA size to 8MiB
Browse files Browse the repository at this point in the history
Change the area available for consitent DMA allocations from the
default to 8MiB to allow drivers such as the framebuffer to get
more memory (for situations where larger virtual screen resolutions
are needed).

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Aug 14, 2010
1 parent 4e13c0e commit 46d0ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c64xx/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@

#define PHYS_OFFSET UL(0x50000000)

#define CONSISTENT_DMA_SIZE SZ_8M

#endif

0 comments on commit 46d0ad3

Please sign in to comment.