Skip to content

Commit

Permalink
ARM: SMDK6410: Make virtual screen twice depth of real
Browse files Browse the repository at this point in the history
For situations where double buffering is needed (such as the
current Android) make the screen virtual y size twice the
LCD size so that there is space for a second screen that
can be switched to.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Aug 14, 2010
1 parent 46d0ad3 commit 001ca74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c64xx/mach-smdk6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ static struct s3c_fb_pd_win smdk6410_fb_win0 = {
},
.max_bpp = 32,
.default_bpp = 16,
.virtual_y = 480 * 2,
.virtual_x = 800,
};

/* 405566 clocks per frame => 60Hz refresh requires 24333960Hz clock */
Expand Down

0 comments on commit 001ca74

Please sign in to comment.