Skip to content

Commit

Permalink
Glamo 242 timings
Browse files Browse the repository at this point in the history
This patch initializes glamo with better timings which will make
graphics work faster (e.g. decoding theora video for me goes from
17->20fps with theoram).

Patch done by Ghislain
  • Loading branch information
gena2x authored and radekp committed Sep 27, 2010
1 parent 0c2d3c3 commit b214400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/cpu/s3c2410/lowlevel_init.S
Expand Up @@ -65,9 +65,9 @@

/* BANK1CON: Smedia Glamo 3362 (on GTA02) */
#define B1_Tacs 0x0 /* 0clk */
#define B1_Tcos 0x3 /* 4clk */
#define B1_Tcos 0x2 /* 2clk */
#define B1_Tacc 0x3 /* 4clk */
#define B1_Tcoh 0x3 /* 4clk */
#define B1_Tcoh 0x2 /* 2clk */
#define B1_Tah 0x0 /* 0clk */
#define B1_Tacp 0x0
#define B1_PMC 0x0
Expand Down
6 changes: 3 additions & 3 deletions src/cpu/s3c2442/lowlevel_init.S
Expand Up @@ -65,10 +65,10 @@

/* BANK1CON: Smedia Glamo 3362 (on GTA02) */
#define B1_Tacs 0x0 /* 0clk */
#define B1_Tcos 0x3 /* 4clk */
#define B1_Tcos 0x2 /* 2clk */
#define B1_Tacc 0x3 /* 4clk */
#define B1_Tcoh 0x3 /* 4clk */
#define B1_Tah 0x0 /* 0clk */
#define B1_Tcoh 0x2 /* 2clk */
#define B1_Tah 0x0 /* 0clk */
#define B1_Tacp 0x0
#define B1_PMC 0x0

Expand Down

0 comments on commit b214400

Please sign in to comment.