summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-07-26 09:54:00 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-08-14 15:24:15 (GMT)
commit46d0ad37838016e1f7c2cd46ebceb1976e3a3236 (patch)
treeefa8de481f1bec777e55617b60fcb2ca673c1b48
parent4e13c0ea2ca076068fa2dff20709434d6f41e1ce (diff)
downloadlinux-fsl-qoriq-46d0ad37838016e1f7c2cd46ebceb1976e3a3236.tar.xz
ARM: S3C64XX: Update consistent DMA size to 8MiB
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>
-rw-r--r--arch/arm/mach-s3c64xx/include/mach/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/memory.h b/arch/arm/mach-s3c64xx/include/mach/memory.h
index a3ac84a..42cc54e 100644
--- a/arch/arm/mach-s3c64xx/include/mach/memory.h
+++ b/arch/arm/mach-s3c64xx/include/mach/memory.h
@@ -15,4 +15,6 @@
#define PHYS_OFFSET UL(0x50000000)
+#define CONSISTENT_DMA_SIZE SZ_8M
+
#endif