浏览代码

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>
Ben Dooks 15 年之前
父节点
当前提交
46d0ad3783
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/mach-s3c64xx/include/mach/memory.h

+ 2 - 0
arch/arm/mach-s3c64xx/include/mach/memory.h

@@ -15,4 +15,6 @@
 
 #define PHYS_OFFSET     UL(0x50000000)
 
+#define CONSISTENT_DMA_SIZE	SZ_8M
+
 #endif