notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6063f8
)
frontend: omap; increase vram allocation
author
notaz
<notasas@gmail.com>
Fri, 17 Aug 2012 22:39:37 +0000
(
01:39
+0300)
committer
notaz
<notasas@gmail.com>
Thu, 11 Oct 2012 21:05:08 +0000
(
00:05
+0300)
frontend/plat_omap.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/plat_omap.c
b/frontend/plat_omap.c
index
b01c634
..
e5b6c04
100644
(file)
--- a/
frontend/plat_omap.c
+++ b/
frontend/plat_omap.c
@@
-52,8
+52,9
@@
static int omap_setup_layer_(int fd, int enabled, int x, int y, int w, int h)
perror("SETUP_PLANE");
}
- if (mi.size < 640*512*3*3) {
- mi.size = 640*512*3*3;
+ // upto 1024x512 (2x resolution enhancement)
+ if (mi.size < 1024*512*2 * 3) {
+ mi.size = 1024*512*2 * 3;
ret = ioctl(fd, OMAPFB_SETUP_MEM, &mi);
if (ret != 0) {
perror("SETUP_MEM");