Merge lp:~asac/linaro-image-tools/panda-display-vram-24m into lp:linaro-image-tools/11.11

Proposed by Alexander Sack
Status: Merged
Merged at revision: 341
Proposed branch: lp:~asac/linaro-image-tools/panda-display-vram-24m
Merge into: lp:linaro-image-tools/11.11
Diff against target: 14 lines (+2/-2)
1 file modified
linaro_image_tools/media_create/boards.py (+2/-2)
To merge this branch: bzr merge lp:~asac/linaro-image-tools/panda-display-vram-24m
Reviewer Review Type Date Requested Status
Loïc Minier (community) Approve
Mattias Backman (community) Needs Fixing
Review via email: mp+61928@code.launchpad.net

Description of the change

for android with 1080p the 16M documented on pandroid wiki is not enough. in order to allow two screens with 24M we need to bump overall vram to 48M as well.

To post a comment you must log in.
Revision history for this message
Mattias Backman (mabac) wrote :

I sent an mp with updated tests. With passing tests and thumbs up from tests on the pandas, it should be ok.

review: Needs Fixing
Revision history for this message
Loïc Minier (lool) wrote :

 review approve

 LGTM!

--
Loïc Minier

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'linaro_image_tools/media_create/boards.py'
2--- linaro_image_tools/media_create/boards.py 2011-05-20 13:41:31 +0000
3+++ linaro_image_tools/media_create/boards.py 2011-05-23 08:26:29 +0000
4@@ -449,8 +449,8 @@
5 load_addr = '0x80008000'
6 boot_script = 'boot.scr'
7 extra_boot_args_options = (
8- 'earlyprintk fixrtc nocompcache vram=32M '
9- 'omapfb.vram=0:8M mem=456M@0x80000000 mem=512M@0xA0000000')
10+ 'earlyprintk fixrtc nocompcache vram="48M" '
11+ 'omapfb.vram=0:24M mem=456M@0x80000000 mem=512M@0xA0000000')
12
13
14 class IgepConfig(BeagleConfig):

Subscribers

People subscribed via source and target branches