Skip to content

Commit

Permalink
even more RAM (video playback, HD video recording, sound playback - t…
Browse files Browse the repository at this point in the history
…esting) - thx to DerTeufel
  • Loading branch information
zachariasmaladroit authored and nushor committed Jan 4, 2012
1 parent 8168818 commit 184fe2e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions arch/arm/mach-s5pv210/mach-aries.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,9 @@ static struct s3cfb_lcd s6e63m0 = {
},
};

#ifdef CONFIG_S5PV210_BIGMEM
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC0 (4608 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC1 (0)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC2 (5120 * SZ_1K)
#else
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC0 (11264 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC1 (5000 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC2 (11264 * SZ_1K)
#endif
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC0 (5632 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC1 (4608 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMC2 (6144 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_MFC0 (32768 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_MFC1 (32768 * SZ_1K)
#define S5PV210_VIDEO_SAMSUNG_MEMSIZE_FIMD (S5PV210_LCD_WIDTH * \
Expand Down

0 comments on commit 184fe2e

Please sign in to comment.