projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6841bcf
)
fbdev: bfin-t350mcqb-fb: fix LCD dimensions
author
Michael Hennerich
<
[email protected]
>
Wed, 16 Dec 2009 00:46:22 +0000
(16:46 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 16 Dec 2009 15:20:01 +0000
(07:20 -0800)
The height/width framebuffer members need to be set in millimeters so that
software can do proper scaling.
Signed-off-by: Michael Hennerich <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/bfin-t350mcqb-fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/bfin-t350mcqb-fb.c
b/drivers/video/bfin-t350mcqb-fb.c
index 46cb07f61b0f3e7b1ec4a1239315aab303cef92b..2549c53b26a06ea3755ad4900aaa1615685e39ca 100644
(file)
--- a/
drivers/video/bfin-t350mcqb-fb.c
+++ b/
drivers/video/bfin-t350mcqb-fb.c
@@
-487,8
+487,8
@@
static int __devinit bfin_t350mcqb_probe(struct platform_device *pdev)
fbinfo->var.nonstd = 0;
fbinfo->var.activate = FB_ACTIVATE_NOW;
- fbinfo->var.height =
-1
;
- fbinfo->var.width =
-1
;
+ fbinfo->var.height =
53
;
+ fbinfo->var.width =
70
;
fbinfo->var.accel_flags = 0;
fbinfo->var.vmode = FB_VMODE_NONINTERLACED;